There is one thing I'm really missing in Ant. Dynamic targets. If I for example where to run ant from the command line like this:
ant com.foo.bar If there is no com.foo.bar-target this will fail. I would like it to pass com.foo.bar to some 'dynamic' target where I can do whatever I want with it (for example replacing the dots with path delimiters and build that dir). This would make the size of the build files smaller and open up for all kinds of nice dynamic stuff. Any thoughts? / Jonas Tehler bozoka.com
