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
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