AW: Processing Ant log files

2007-06-19 Thread Jan.Materne
Just thinking ... - redirecting output of exec into logfiles - maybe appending the program name to logfiles - copying logfiles with error into extra directory - merging the logfiles ??? Jan >-Ursprüngliche Nachricht- >Von: James Oltmans [mailto:[EMAIL PROTECTED] >Gesendet

Processing Ant log files

2007-06-19 Thread James Oltmans
Hello all, I have a problem that I am not sure if ant has a built in method for handling. I would like to process log files for errors, warnings and possible system levels messages. The log is being generated by ant but the echoed output is produced by a legacy system (hence why I can't just us

Re: Javadoc task

2007-06-19 Thread Peter Reilly
It could be that you are behind a proxy and you are trying to link to some off-site http:// location. Peter On 6/19/07, Deus Davis <[EMAIL PROTECTED]> wrote: I am compiling with version 1.5 and I am specifying 1.5 as my javac version Qazwart wrote: > > Take a look at the "target" and "source"

Re: Javadoc task

2007-06-19 Thread Deus Davis
I am compiling with version 1.5 and I am specifying 1.5 as my javac version Qazwart wrote: > > Take a look at the "target" and "source" properties of the > task. If you use a higher Java JDK than you want to compile to, you > can set these properties to emulate the Java JDK you are compilin

RE: ANT Build script for J2EE projects(in RAD) with cyclic dependancies! Urgent please help!

2007-06-19 Thread UCU
Was wondering if anyone knows where to find a sample complete build file which uses ProjectBuild. ProjectSetBuild etc. thanks! Lewis, Cory (Genworth) wrote: > > RAD comes with its own set of ant tasks, which should handle most of > this for you. > > buildWorkspace should do it all in on

RE: Echo a message without showing "echo"

2007-06-19 Thread Anderson, Rob (Global Trade)
ant -e echoMsg -Rob A > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 19, 2007 5:41 AM > To: user@ant.apache.org > Subject: Echo a message without showing "echo" > > Hello > > I am writing ant tasks and want to echo a message on the >

Re: AW: Javadoc task

2007-06-19 Thread Deus Davis
Very very small right now. We are in the beginning of development only 3 months into coding. This is interesting. We have version 1.6 but we are using javac 1.5. I tried to use 1.6 but it causes our Clover application to crash. Jan.Materne wrote: > > How large is your codebase? > > Jan >

AW: Echo a message without showing "echo"

2007-06-19 Thread Jan.Materne
When you want to reuse the , just set the taskname to some other value. If you want to get rid off all these log-prefixes, you can use the -emacs mode. Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. Juni 2007 14:41 >

Echo a message without showing "echo"

2007-06-19 Thread 078840l
Hello I am writing ant tasks and want to echo a message on the user interface. My question is how to show the message without showing the [echo] right in front of the message. For example, By running the following script: I get: Buildfile: build.xml echoMsg: [echo] A mes

Re: Directories with only Upper-case are created in lower case!

2007-06-19 Thread Peter Reilly
On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote: O I founed the probem. I work on a mapped volume (with TrueCrypt...) Thanks a lot! No problem, Peter Bye Peter Reilly-2 wrote: > > On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote: >> >> >> I see this with a simple "ls" command, or in the

Re: Directories with only Upper-case are created in lower case!

2007-06-19 Thread ploxien
O I founed the probem. I work on a mapped volume (with TrueCrypt...) Thanks a lot! Bye Peter Reilly-2 wrote: > > On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote: >> >> >> I see this with a simple "ls" command, or in the file browser. The >> directories are not in zip/gz/... files... >> >>

Re: Directories with only Upper-case are created in lower case!

2007-06-19 Thread Peter Reilly
On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote: I see this with a simple "ls" command, or in the file browser. The directories are not in zip/gz/... files... Example (complete) --> abc --> ABcD --> abcde What are you doin

AW: AW: Directories with only Upper-case are created in lower case!

2007-06-19 Thread Jan.Materne
Suse Enterprise Linux 10 (therefore SLES10). Jan >-Ursprüngliche Nachricht- >Von: ploxien [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. Juni 2007 10:57 >An: user@ant.apache.org >Betreff: Re: AW: Directories with only Upper-case are created >in lower case! > > >Hi, >Thanks. >What

Re: Directories with only Upper-case are created in lower case!

2007-06-19 Thread ploxien
I see this with a simple "ls" command, or in the file browser. The directories are not in zip/gz/... files... Example (complete) --> abc --> ABcD --> abcde Where is the problem? RED HAT? ?!? Thanks a lot! Peter Reilly-

Re: Directories with only Upper-case are created in lower case!

2007-06-19 Thread Peter Reilly
On 6/19/07, ploxien <[EMAIL PROTECTED]> wrote: Hi, I've try this with: - Eclipse 3.2.2 + Ant 1.6.5 - Ant 1.7.0 (without Eclipse) I work under Linux (Red Hat) When I create a directory: The directory is created in lower-case, but only when all the letters are in lower case! How did you see th

Re: AW: Directories with only Upper-case are created in lower case!

2007-06-19 Thread ploxien
Hi, Thanks. What distribution are yiou using? RED HAT? I've tried the 1.7.0 version! Bye... Patrick Jan.Materne wrote: > > I tried to get that on a SLES10 box. > > > > > > > But I got all the directories like expected. > (Ant 1.7.0) > > Jan > >>-Ursprüngliche Nachricht- >

AW: Directories with only Upper-case are created in lower case!

2007-06-19 Thread Jan.Materne
I tried to get that on a SLES10 box. But I got all the directories like expected. (Ant 1.7.0) Jan >-Ursprüngliche Nachricht- >Von: ploxien [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. Juni 2007 09:29 >An: user@ant.apache.org >Betreff: Directories with only Upper-case a

Directories with only Upper-case are created in lower case!

2007-06-19 Thread ploxien
Hi, I've try this with: - Eclipse 3.2.2 + Ant 1.6.5 - Ant 1.7.0 (without Eclipse) I work under Linux (Red Hat) When I create a directory: The directory is created in lower-case, but only when all the letters are in lower case! Some examples: --> web (KO) --> WeB (OK) --> web (OK) Why? What

AW: Javadoc task

2007-06-19 Thread Jan.Materne
How large is your codebase? Jan >-Ursprüngliche Nachricht- >Von: Deus Davis [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 18. Juni 2007 21:48 >An: user@ant.apache.org >Betreff: Javadoc task > > >I have a build which will occasionally hang in the middle of running my >javadoc task. I have

AW: use different jdk for build file

2007-06-19 Thread Jan.Materne
Ant needs a JDK for its own. So the best is pointing JAVA_HOME to the required JDK. Jan >-Ursprüngliche Nachricht- >Von: kkmca [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 18. Juni 2007 22:18 >An: user@ant.apache.org >Betreff: use different jdk for build file > > >i have an environment