RE: Best means to create a Windows cmd file from ant

2004-02-04 Thread Jan . Materne
${line.separator} or for easier use I personally use ${br} Jan > -Original Message- > From: Koji Sekiguchi [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 5:59 AM > To: Ant Users List > Subject: RE: Best means to create a Windows cmd file from

RE: Best means to create a Windows cmd file from ant

2004-02-04 Thread Koji Sekiguchi
81-3-5521-6670 Fax: 81-3-5521-6671 www.bluemartini.co.jp > -Original Message- > From: coluf [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 1:04 PM > To: [EMAIL PROTECTED] > Subject: Best means to create a Windows cmd file from ant > > > I wish t

Best means to create a Windows cmd file from ant

2004-02-04 Thread coluf
I wish to create a script file for Windows, that is, a .cmd file to start my java project. It makes sense to create the file from within ant so any changes to the class path are reflected in the script. But what is the best way to create a Windows script file from within ant? Using does no