error during RCP product build using PDE. [message #1116382] |
Wed, 25 September 2013 06:47 |
Eclipse User |
|
|
|
Hi ALl ,
I am trying to build my rcp app using the pde build.
But I get this error everytime ,
In my build config folder i have copied build.properties,customTargets.xml,allElements.xml, genericTargets.xml
But still during the build i get this error
eclipse\plugins\org.eclipse.pde.build_3.7.0.v20111116-2009\templates\headless-build\customTargets.xml:18: java.net.MalformedURLException: no protocol: ${eclipseBaseURL}
and looking at the error it looks the customTargets.xml is used from the eclipse Location and not what i customised in my build config folder .
I have no idea why I am getting this error can some help me
And this is my pde build target ,
<target name="pde-build" depends="init,copy">
<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_${pdeBuildPluginVersion}/scripts/productBuild/productBuild.xml" />
<arg value="-Dtimestamp=${timestamp}" />
<arg value="-Dbuilder=${buildDirectory}" />
<classpath>
<pathelement location="${eclipseLocation}/plugins/org.eclipse.equinox.launcher_${equinoxLauncherPluginVersion}.jar" />
</classpath>
</java>
<echo message="build terminated, please check ${buildDirectory}"/>
</target>
|
|
|
Powered by
FUDForum. Page generated in 0.02549 seconds