I'm attempting to develop platform neutral launch scripts using ANT. The product currently has bin/nt and bin/unix folders with shell scripts specific to each platform. I would like to replace this with a single bin folder containing ant scripts.
The main issue is that ANT treats command line args as target names. Is there any way to cause ANT to 1) always invoke the default target 2) make the command line args available as a set of properties or some form of enumeration Michael Giroux