Implicitly call a target in imported file

2007-11-12 Thread sonaluphale
Hi everyone, Here is the scenario that we are trying to implement using ANT. 1) We have multiple projects, each having individual build.xml 2) The common targets are defined in common.xml in commons folder at the same level of other projects. 3) common.xml contains validateproperties target which

store these class objects in memory and refere to it later in the buildscript.

2007-09-18 Thread sonaluphale
Hi all, I have following requirement: I have to execute a java class through ANT, say BuildConfiguationParser.class. This class instantiates few classes like Server.class, Product.class. Does ANT provides a way to store these class objects in memory that can later be referenced in the buildscript