Sorry... forgot to send a complete script! Here is one I ran from my machine...
ant = Ant()
ant.echo(message="hello world")
ant.delete(quiet="1", dir="D:\\java\\jython_ant\\temp")
ant.mkdir(dir="D:\\java\\jython_ant\\temp")
ant.touch(file="D:\\java\\jython_ant\\src\\HelloJython.java")
ant.copy(fil
Sorry... forgot to send a complete script! Here is one I ran from my machine...
ant = Ant()
ant.echo(message="hello world")
ant.delete(quiet="1", dir="D:\\java\\jython_ant\\temp")
ant.mkdir(dir="D:\\java\\jython_ant\\temp")
ant.touch(file="D:\\java\\jython_ant\\src\\HelloJython.java")
ant.copy(fil