Re: FYI Class Constants as Ant properties

2003-03-17 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: I was browsing the Ant docs, and found this... so we can also keep constants in java classes and use them in the Ant buildfile. " ClassConstants This filters basic constants defined in a Java Class, and outputs them in lines composed of the format name=value Example:

FYI Class Constants as Ant properties

2003-03-16 Thread Nicola Ken Barozzi
I was browsing the Ant docs, and found this... so we can also keep constants in java classes and use them in the Ant buildfile. " ClassConstants This filters basic constants defined in a Java Class, and outputs them in lines composed of the format name=value Example: This loads the basic cons