Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 06:41
James Sugrue is currently offline James SugrueFriend
Messages: 2
Registered: July 2009
Junior Member
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: Wed Apr 24 14:45:15 GMT 2024

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

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

Back to the top