Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE product build existing config.ini
PDE product build existing config.ini [message #513732] Thu, 11 February 2010 00:42
Amit  is currently offline Amit Friend
Messages: 7
Registered: February 2010
Junior Member
I having some trouble getting the PDE headless build to use an existing
'config.ini', instead it generates a default one. I have created a product
configuration and invoke the productBuild.xml via AntRunner. The entire
build process works without errros. However, the final product output does
not contain the custom 'config.ini'.

<target name="pde-build">
<echo>Starting PDE Build Target</echo>
<echo>"ClassPath ${eclipseLocation}/plugins/org.eclipse.equinox.launcher_${eq uinoxLauncherPluginVersion}.jar "</echo>
<echo>"MAKING UPDATE PACKAGE: ${outputUpdateJars}</echo>
<java classname="org.eclipse.equinox.launcher.Main" fork="true" failonerror="true">
<arg value="-application" />
<arg value="org.eclipse.ant.core.antRunner" />
<arg value="-buildfile" />
<arg value=" ${eclipseLocation}/plugins/org.eclipse.pde.build_${pdeBuildP luginVersion}/scripts/productBuild/productBuild.xml " />
<arg value="-Dtimestamp=${timestamp}" />
<arg value="-DoutputUpdateJars=${outputUpdateJars}" />
<arg value="-DarchivesFormat=${archivesFormat}" />
<arg value="-DbuildDirectory=${buildDirectory}" />
<classpath>
<pathelement location=" ${eclipseLocation}/plugins/org.eclipse.equinox.launcher_${eq uinoxLauncherPluginVersion}.jar " />
</classpath>
</java>
<echo>"MAKING UPDATE PACKAGE: ${outputUpdateJars}"</echo>
</target>
Can anyone help???

Thanks
Amit
Previous Topic:3.6M5: P2 rejects untrusted certificates
Next Topic:PDE product build existing config.ini
Goto Forum:
  


Current Time: Wed Apr 24 15:20:56 GMT 2024

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

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

Back to the top