|
Re: How to add additional steps to a projects build? [message #330608 is a reply to message #330596] |
Tue, 05 August 2008 13:19 |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
Michael Moser wrote:
> I would like to add two steps to the normal build process of a java
> project:
>
> 1.) it should create a jar file from the code generated. For this I have
> defined a .jardesc file - how do I include that into the build?
> 2.) it should sign the .jar file. For this I worte myself a little .cmd
> file the calls jarsigner with all the right parameters. How do I include
> the call to an external file into the normal build?
>
> I assume one can use ant to do this, but how can I generate an ant file
> (i.e. a build.xml file) that does the same as the default build in a
> Java project so that I can start from there?
It's pretty easy to do this kind of thing. See here:
http://bewarethepenguin.blogspot.com/2008/08/customizing-bui lds-for-your-eclipse.html
Hope this helps,
Eric
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03767 seconds