Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Preferences Not Passed Through to AntRunner in 3.6.1
Preferences Not Passed Through to AntRunner in 3.6.1 [message #640769] Tue, 23 November 2010 01:41
Eclipse UserFriend
Hi.

I'm migrating an RCP application from 3.4.1 to 3.6.1. Everything runs fine from my workspace. But part of my build process kicks off unit tests via AntRunner.
For these to work properly, I need to pass through some preferences, which worked in the past using the -Declipse.pluginCustomization=<path to preferences> parameter. But this isn't working anymore.
Here's a snippet of how I kick off the AntRunner task:

%vm% -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -cp C:\eclipseDistros\heliosSR1\eclipse\plugins\org.eclipse.equi nox.launcher_*.jar org.eclipse.core.launcher.Main -clean -Declipse.pluginCustomization=.\test-eclipse\plugin_customiz ation.ini -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% -data workspace -application org.eclipse.ant.core.antRunner -file all-junits.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% -D%installmode%=true %properties% -logger org.apache.tools.ant.DefaultLogger

Any help would be appreciated.

James
Previous Topic:How to get a reference to a Browser
Next Topic:Replace file icons but retain its error markers
Goto Forum:
  


Current Time: Sun Jul 06 01:48:02 EDT 2025

Powered by FUDForum. Page generated in 0.04642 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top