Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » error during RCP product build using PDE.(error during RCP product build using PDE.)
error during RCP product build using PDE. [message #1116382] Wed, 25 September 2013 10:47
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
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>
Previous Topic:contributing to another plug-in's preference page
Next Topic:Adding Key Binding to Command
Goto Forum:
  


Current Time: Thu Apr 25 14:55:50 GMT 2024

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

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

Back to the top