Re: filter: Windows backslashes in a properties file

2003-04-03 Thread Steve Loughran
Denis N. Antonioli wrote: >-- >SCSI is *NOT* magic. There are *fundamental technical reasons* why it >is necessary to sacrifice a young goat to your SCSI chain now and then. > -- John Woods I like this .signature. we had a project that wasnt working, and my proposed solution was 'find a virgi

Re: Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread Christian Schaffner
Hi Peter On Donnerstag, April 3, 2003, at 05:37 Uhr, peter reilly wrote: You need to use the attribute target = "1.1" and not the attribute compiler. Yes indeed! That solved it. Thanks so much! I almost gave up using the javac target. How could I miss that. The description is in the manual, bu

Re: Create filelists or filesets from property or path

2003-04-03 Thread Andreas Ames
"Stefan Schulz" <[EMAIL PROTECTED]> writes: > The property dependency.files corresponds to, e.g.: > "/any/path/file.class:/an/other/thing.class:/and/so/on.class". I oftenly use: (property) files=file1,file2,file3 and then HTH, andreas --

Re: source style integration with ant

2003-04-03 Thread Jacob Kjome
Try http://jalopy.sourceforge.net/ and http://checkstyle.sourceforge.net/ You can see them in use in the log4j-sandbox project. I'm sure other projects use these tools as well, but I know log4j-sandbox specifically does. Jake At 10:49 AM 4/3/2003 -0500, you wrote: All, I work on a pret

Re: Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread peter reilly
You need to use the attribute target = "1.1" and not the attribute compiler. Peter On Thursday 03 April 2003 17:27, Christian Schaffner wrote: > Hi > > (I am new to this list so please forgive me if this was already > answered.) > > We are developing a java applet and recently switched from make t

Problems compiling for jvm 1.1.x target with javac task

2003-04-03 Thread Christian Schaffner
Hi (I am new to this list so please forgive me if this was already answered.) We are developing a java applet and recently switched from make to ant as building tool. The applet needs to be compatible with vanilla w2k/ie5 installations, which means that the compiled java classes needs to be c

Problem with vizant

2003-04-03 Thread Mike Medwith
I am having a problem with vizant, does anyone have any ideas on what this means? I can write to the directory that I run the target from... Is there another tools that work like vizant and draw pictures of all the targets and dependencies? Using the following target: I am getting t

RE: source style integration with ant

2003-04-03 Thread David McTavish
checkstyle is sent from heaven. http://checkstyle.sourceforge.net or jalopy is good for auto-updating http://jalopy.sourceforge.net/ -Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:49 AM To: Ant Users List Subject: source style integration

source style integration with ant

2003-04-03 Thread Ruel Loehr
All, I work on a pretty huge project and we are killing ourselves with our coding style. 20 developers with 20 different styles. Has anyone had any experience with defining standards, or implementing automated ways (via ant) to standardize the code? What works best? Thanks, Ruel Loehr