Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Use of eclipse.buildScript, need help!!
Use of eclipse.buildScript, need help!! [message #602976] Wed, 28 October 2009 14:00
valerossi46  is currently offline valerossi46 Friend
Messages: 10
Registered: October 2009
Junior Member
Hi !

I'm trying to generate a build.xml file for à plugin from a ant script.
Here's my script:

<project name="generateBuildFiles" default="createBuildFile">
<target name="createBuildFile">
<eclipse.buildScript elements="mailto:plugins@my.project.to.build"
buildDirectory="/home/........./myWorkspace" />
</target>
</project>

I call this ant script by the command:

export LAUNCHER_PLUGIN_PATH=$ECLIPSE_INSTALL_DIR/plugins/org.eclips e.equinox.launcher_1.0.101.R34x_v20081125.jar

java -jar $LAUNCHER_PLUGIN_PATH -application org.eclipse.ant.core.antRunner -v -buildfile ./generateBuildFiles.xml

I have the following trace:
Buildfile: /home/........../generateBuildFiles.xml
createBuildFile:
BUILD SUCCESSFUL
Total time: 160 milliseconds

But nothing change in my plugin directtory nor my workspace :x
Any idea ?
My aim is to have a jar file for my plugin from a command line script.
Thanks!
Previous Topic:Need help in creating a P2 provisioned and custom branded Eclipse build
Next Topic:p2.gathering causing target does not exist error
Goto Forum:
  


Current Time: Tue May 14 01:09:52 GMT 2024

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

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

Back to the top