CVS Update issues during Build

2007-05-02 Thread Vivek Payala
Hello, We have configured CruiseControl for build scheduling on the build server. CruiseControl calls the project specific ANT build script. As the build starts the first thing the build script does is update the projects CVS directory. The build file contents are as shown below,

BUILD FAILED ... (No such file or directory)

2007-05-02 Thread jasonn1234
Hi Folks - n00b question here: I recently installed JBoss and Tomcat on my Mac OS X 10.3.9. I also installed Ant 1.7. I unsuccessfully had tried to get JBoss running on Jetty before, and had also installed Ant at that time. The problem is, when I try to build using Ant I now get the following e

Re: build error

2007-05-02 Thread Murtuza
this is from my build.xml Scot P. Floess wrote: > > Can you provide the javac target in your email? Looks like you may be > setting the target to something other than JDK 1.5+ - something like: > > > > > > Murtuza wrote:

Re: build error

2007-05-02 Thread Scot P. Floess
Can you provide the javac target in your email? Looks like you may be setting the target to something other than JDK 1.5+ - something like: Murtuza wrote: Although my java version is "1.5.0_09" I am getting the following error. [javac] Compiling 3 source files to /home/v884257/FinalA

Re: calling a DB2 request.

2007-05-02 Thread Dwayne Walker
Sorry for the delay in response Greg but I wanted to thank you for your advise. when I split it out to have two arguments only it worked just fine. If I break it out more than that it doesn't seem to work. at any rate I have it functioning just don't entirely understand the db2clp very well. Than

build error

2007-05-02 Thread Murtuza
Although my java version is "1.5.0_09" I am getting the following error. [javac] Compiling 3 source files to /home/v884257/FinalAjaxFileUpload/webapp/WEB-INF/classes [javac] -- [javac] 1. ERROR in /home/v884257/FinalAjaxFileUpload/src/com/superpages/upload/business/UploadServ

Re: Problem using special chars in

2007-05-02 Thread Peter Reilly
I do not know. Try tying the character on the command line I use the € sign (alt Gr 3) and get a ?. Peter On 5/2/07, Marc Lustig <[EMAIL PROTECTED]> wrote: interesting thesis... is there an option available for cmd.exe to set the encoding? 2007/5/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > T

Re: Problem using special chars in

2007-05-02 Thread Marc Lustig
interesting thesis... is there an option available for cmd.exe to set the encoding? 2007/5/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: The encoding of cmd.exe cant print that ... Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 2. Mai 2

AW: Problem using special chars in

2007-05-02 Thread Jan.Materne
The encoding of cmd.exe cant print that ... Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 2. Mai 2007 11:17 >An: Ant Users List >Betreff: RE: Problem using special chars in > > >Hi, > > >-Original Message- >From: [EMAIL PRO

Re: Adding the Ant-Contrib Tasks

2007-05-02 Thread Peter Reilly
What you are doing seems to be correct (assuming that ~/local/ant is $ANT_HOME) I would check a number of things. 1: does the file /etc/ant.conf exist? 2: which version of ant are you using ? (ant 1.7.0 would be the best). I used to place all third party tasks in $ANT_HOME/lib, but now I place

Adding the Ant-Contrib Tasks

2007-05-02 Thread George Storm
I wish to use the "var" referenced from this link: I have downloaded and extracted the 1.0b3 files. I am referencing the installation documentation: I am attempting to install based o

RE: Problem using special chars in

2007-05-02 Thread Rebhan, Gilbert
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Lustig Sent: Wednesday, May 02, 2007 11:12 AM To: user@ant.apache.org Subject: Problem using special chars in /* Hi, I have a classical problem but did not found a solution: on windows, über pr

Problem using special chars in

2007-05-02 Thread Marc Lustig
Hi, I have a classical problem but did not found a solution: on windows, über produces "³ber" Since we use Ant 1.7 I tried using the encoding attribute, but it doesn't help. Any suggestion? - To unsubscribe, e-mail: [EMAIL PRO

RE: Tracking down slow running time for an ant script

2007-05-02 Thread Rebhan, Gilbert
see = antcontrib 1.0b3 manual / Performance Monitoring and Tasks http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html http://ant-contrib.sourceforge.net/tasks/tasks/stopwatch_task.html there is also a lot of other monitoring stuff in AntXtra package = http://antxtras.source