Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Re: Generate "Ant build file" outside Eclipse
Re: Generate "Ant build file" outside Eclipse [message #602955] Wed, 28 October 2009 08:31 Go to next message
Matthias Kohles is currently offline Matthias KohlesFriend
Messages: 71
Registered: July 2009
Member
There is an ant task called "eclipse.buildscript". This task is used in the pde headless build to generate the build.xml files for the features and plugins. I think that is what you need.

Matthias
Re: Generate "Ant build file" outside Eclipse [message #602960 is a reply to message #602955] Wed, 28 October 2009 09:13 Go to previous message
valerossi46  is currently offline valerossi46 Friend
Messages: 10
Registered: October 2009
Junior Member
Thanks for your answer! It seems t be what i'm looking for!

I wrote an ant script using eclipse.buildScript :

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

But when i run it, nothing change in my workspace, nothing seem to be generated in the project folder, even if the output is:
createBuildFile:
BUILD SUCCESSFUL

Any idea of what i'm doing wrong?
Thanks!
Previous Topic:Generate "Ant build file" outside Eclipse
Next Topic:Extensions Details not visible
Goto Forum:
  


Current Time: Thu Mar 28 20:03:05 GMT 2024

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

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

Back to the top