Re: Ant scripting with Jython (Phase 2)

2003-06-20 Thread Jonathan Simon
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

Re: Ant scripting with Jython (Phase 2)

2003-06-20 Thread Jonathan Simon
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