Skip to main content



      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 04:31 Go to next message
Eclipse UserFriend
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 05:13 Go to previous message
Eclipse UserFriend
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: Sat Jul 12 22:20:54 EDT 2025

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

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

Back to the top