RE: Any examples of how we can simplify ant build.xml with templa tes (?)

2004-02-04 Thread Jan . Materne
> Maybe the solution is just to check if the hook'd targets > have dependencies > and fail if they do. That's what I'll do if I ever use your > trick ;-) --DD Something like that? Jan INIT PRE

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 ant > > > How about

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

2004-02-04 Thread Koji Sekiguchi
How about using task with eol="dos" attribute just after using task in order to fix the end of lines? Koji Technical Support Blue Martini Software K.K. Shinbashi Chuo Building 6th Floor 1-11-5 Nishi-shinbashi, Minato-ku Tokyo 105-0003 Japan Tel: 81-3-5521-66

Re: Javac re-compiles classes that haven't changed

2004-02-04 Thread Erik Hatcher
On Feb 4, 2004, at 4:14 PM, Matt Raible wrote: I have the following compile target that compiles some .java files in the src/service tree, as well as some XDoclet generated files (Struts ActionForms) in build/web/gen. The problem I'm experiencing is that the files from build/web/gen are recompil

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