On Wed, 2005-05-01 at 17:40 +0100, Michael Koch wrote: > Am Mittwoch, 5. Januar 2005 17:29 schrieb Jerry Haltom: > > Does that provide the command line "ant"? Doesn't look like it. > > No, but its too easy to write it yourself:
Actually why not have an "ant-free" script in /usr/bin: (libant1.6-java already depends on a java1-runtime, so no need to force a runtime) #!/bin/sh export ANT_HOME=/usr/share/ant1.6 java -classpath $ANT_HOME/lib/ant.jar: $ANT_HOME/lib/ant-launcher.jar org.apache.tools.ant.Main $* I think it would make it easier for users to stay with software that is in "main" - it would be simply more directly usable for them. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org