Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Syntax of ant build.xml
Syntax of ant build.xml [message #1713441] Wed, 04 November 2015 08:48
Martin Mueller is currently offline Martin MuellerFriend
Messages: 1
Registered: November 2015
Junior Member
I cannot find a description of the syntax and of the tags I can use when creating a build.xml.
Currently I want to create a Jar out of my compiled classes in the project and add a version number to the filename.
Until now I just created the Jar by using the export function and saving it to make_jar.jardesc.
I already found the tag <buildnumer> and attribute file but I don't know how to use the stored build number in attribute jarfile in tag <jar>.
Something like
< jar jarfile="ICA.{buildnumer}.jar">
I think.
Previous Topic:how to make text bigger?
Next Topic:Floating control panel
Goto Forum:
  


Current Time: Fri Apr 19 04:48:49 GMT 2024

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

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

Back to the top