Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE product build existing config.ini
PDE product build existing config.ini [message #513732] Wed, 10 February 2010 19:42
Eclipse UserFriend
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: Fri Jul 04 19:46:07 EDT 2025

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

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

Back to the top