Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » bundle batch compile without eclipse
bundle batch compile without eclipse [message #579670] Tue, 29 September 2009 16:04 Go to next message
Laurent LE GOFF is currently offline Laurent LE GOFFFriend
Messages: 15
Registered: July 2009
Junior Member
Hi all,

I 've written a tools that can compile and package Eclipse PDE project into bundle reading Manifest and build.properties. I use it to compile all my projects from command line in an automate build.

if you are interested in using this tool or integrate his source code in your project please contact me

regards
Laurent Le Goff


Usage:
-compile Compile java source files
-createJar create jar files
if any of these options -compile and -createJar are not specified then the default behaviour i to compile then create jar
-project path to a project to generate
-projects path to directories containing projects to generate
(separated by :)
-recursiveSearch specify to search projects in projects specified directories recursively
-exclude projects's name to exclude (wildcard accepted)
(separated by :)
-bundles path to directories containing necessary bundles in order to compile projects
(separated by :)
-o path to specify where to put generated jar(s)
(default to build)
-tmp path to specify tmp dir
(default to tmp)

Example:
-projects projects -recursiveSearch -excludebar.foo.* -bundles sys -o build

ps:

Your forum web interface doesn't work well, this is the third time I try to post a message from the web page :( I just write a short message for now
Re: bundle batch compile without eclipse [message #579782 is a reply to message #579670] Tue, 29 September 2009 21:42 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Hi Laurent,
thanks for the offer. To understand this better, what would you say is
the advantage between the tool you have and the functionality available
in Eclipse Buckminster Headless?

Regards
- henrik

On 9/29/09 6:04 PM, Laurent LE GOFF wrote:
> Hi all,
>
> I 've written a tools that can compile and package Eclipse PDE project
> into bundle reading Manifest and build.properties. I use it to compile
> all my projects from command line in an automate build.
>
> if you are interested in using this tool or integrate his source code in
> your project please contact me
>
> regards
> Laurent Le Goff
>
>
> Usage:
> -compile Compile java source files
> -createJar create jar files
> if any of these options -compile and -createJar are not specified then
> the default behaviour i to compile then create jar
> -project path to a project to generate
> -projects path to directories containing projects to generate
> (separated by :)
> -recursiveSearch specify to search projects in projects specified
> directories recursively
> -exclude projects's name to exclude (wildcard accepted)
> (separated by :)
> -bundles path to directories containing necessary bundles in order to
> compile projects
> (separated by :)
> -o path to specify where to put generated jar(s)
> (default to build)
> -tmp path to specify tmp dir
> (default to tmp)
>
> Example:
> -projects projects -recursiveSearch -excludebar.foo.* -bundles sys -o build
>
> ps:
>
> Your forum web interface doesn't work well, this is the third time I try
> to post a message from the web page :( I just write a short message for now
>
Previous Topic:Schedule for Creation Review
Next Topic:Schedule for Creation Review
Goto Forum:
  


Current Time: Thu Apr 25 16:28:37 GMT 2024

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

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

Back to the top