Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Automating PDE build
Automating PDE build [message #181073] Tue, 21 November 2006 13:28
Eclipse UserFriend
Originally posted by: rsarode.versant.com

Hello,

I am Automating the PDE build. I want to generate ant scripts from
scripts. I am getting errors.
Command :-
java -cp D:\eclipse-3.2.1\eclipse\startup.jar
org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
-buildfile build.xml -Dbuilder=d:\vmcBuildConf
-DbuildDirectory=D:\vmcBuild -DbaseLocation=D:/eclipse-3.2.1/eclipse

Errors:-
generateScript:
[eclipse.buildScript] An error occured while generating manifest for
D:\vmcBuild
..

BUILD FAILED
D:\eclipse-3.2.1\eclipse\plugins\org.eclipse.pde.build_3.2.1 .r321_v20060823\scri
pts\build.xml:24: The following error occurred while executing this line:
D:\eclipse-3.2.1\eclipse\plugins\org.eclipse.pde.build_3.2.1 .r321_v20060823\scri
pts\build.xml:64: The following error occurred while executing this line:
D:\vmcBuildConf\customTargets.xml:10: The following error occurred while
executi
ng this line:
D:\vmcBuildConf\allElements.xml:12: The following error occurred while
executing
this line:
D:\eclipse-3.2.1\eclipse\plugins\org.eclipse.pde.build_3.2.1 .r321_v20060823\scri
pts\genericTargets.xml:80: Unable to find feature:
com.versant.tools.rcp.feature
_3.0.0.

allElements.xml file:-
<project name="allElements Delegator">

<!--
============================================================ =======
== -->
<!-- Run a given ${target} on all elements being built
-->
<!-- Replace element.id with the id of the top level element being
built
-->
<!-- If element.id does not exist in
${buildDirectory}/features/element.
id -->
<!-- or ${baseLocation}/features/element.id, then you must provide
the
-->
<!-- location by setting the property "pluginPath"
-->
<!-- Add on <ant> task for each top level element being built.
-->
<!--
============================================================ =======
== -->
<target name="allElementsDelegator">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id"
value="com.versant.tools.rcp.feature
_3.0.0" />
</ant>
</target>

<!--
============================================================ =======
== -->
<!-- Targets to assemble the built elements for particular
configuration
s -->
<!-- These generally call the generated assemble scripts (named in
-->
<!-- ${assembleScriptName}) but may also add pre and post
processing
-->
<!-- Add one target for each root element and each configuration
-->
<!-- Replace element.id with the id of the top level element being
built
-->
<!--
============================================================ =======
== -->
<target name="com.versant.tools.rcp.feature_3.0.0">
<ant antfile="${assembleScriptName}"
dir="${buildDirectory}"/>
</target>
</project>

Can any one help me with this? An example to Generate the script file
would be helpfull.

Thanks,
Rekha
Previous Topic:File Loader and Multi Data Object in Eclipse 3.2
Next Topic:Updating an eclipse plug-in
Goto Forum:
  


Current Time: Thu Apr 25 04:37:22 GMT 2024

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

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

Back to the top