Re: Executing build.xml

2004-03-03 Thread Zakaria khabot
Hi, I have wrote : and after: where Projet1 is a module in the CVS Repository But I got the same error : [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:/usr/cvsroot checkout Projet1 error=2 PS: CVS is installed in the server and not in my system. What have I to do.

RE: Executing build.xml

2004-03-03 Thread Conelly, Luis (GNF, Contractor)
do you have cvs executable in your path and ant is able to reach it? I've seen this kind of errors when ant is not able to find the cvs executable file. >From ant manual[1] *Important:* This task needs "cvs" on the path. If it isn't, you will get an error (such as error 2 on windows). If doesn

RE: Executing build.xml

2004-03-03 Thread Holbrook, R Cody (Cody)
Could it be that your cvsroot has been set with misspellings? Projets & Projet1? I would expect Projects & Project1. -Original Message- From: Zakaria khabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 10:43 AM To: ANT Subject: Executing build.xml Hi, I have CVS instal

Executing build.xml

2004-03-03 Thread Zakaria khabot
Hi, I have CVS installed in the server machine, ANT is installed in my system, and I have this error message when I try to execute build.xml in my system. and after: But I got the following error : [cvs] Caught exception: CreateProcess: cvs commit error=2 Shall I execute the "build.xml"

RE: Unable to get junit task to work

2004-03-03 Thread skeen
I must be missing something basic here, if I use your junit task line verbatim, my ant does not recognize the printsummary value *withOutAndErr* or the attribute junit.filtertrace. I tried using... and I get not errors from ant when it parses the build file but my output (with the two java error

ANT build file validation

2004-03-03 Thread Weir, Michael
Is there a way of ensuring that an ant build.xml file is valid? I have modified our build with many options that make life easier and builds faster for developers, but the many different ways that the build now executes means that sometimes errors such as improperly-typed properties and target n

Re: Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
rephrasing point# 3) I have *compiled* these 2 java files succesfully. can somebody please help me with my problem ? Shailesh Sharma <[EMAIL PROTECTED]> wrote: Hi, can somebody please help me with this problem: 1) I have created a simple scsmail.xml build file like this: This file just echo me

Problem in Calling Ant from a Java main; Please Help !

2004-03-03 Thread Shailesh Sharma
Hi, can somebody please help me with this problem: 1) I have created a simple scsmail.xml build file like this: This file just echo message. 2) I have created 2 java files like this: import org.apache.tools.ant.taskdefs.Ant; import org.apache.tools.ant.tas

RE: Rename a directory

2004-03-03 Thread skalsky
http://ant.apache.org/manual/CoreTasks/move.html Move a directory to a new directory Move a set of files to a new directory Best regards ... Milan -Original Message- From: Franz-Josef Herpers [mailto:[EMAIL PROTECTED] Sent: Wednesday