RE: scp task error

2003-11-12 Thread Chappell, Simon P
WSAD 4 comes with JDK 1.3, so I'll check and see if I have the jsse.jar. Thanks. >-Original Message- >From: Dale Anson [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 11, 2003 5:35 PM >To: Ant Users List >Subject: Re: scp task error > > >Hi Simon, > >Is your IBM JDK a 1.4 jdk? If not, y

RE: Remove a specific line from a file.

2003-11-12 Thread Dominique Devienne
> From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 2:56 AM > To: Ant Users List > Subject: Re: Remove a specific line from a file. > > On Wednesday 12 November 2003 07:22, Stefan Bodewig wrote: > > On Tue, 11 Nov 2003, Robert Priest <[EMAIL PROTECTED]> wrote: > > >

RE: Trying to build multiple .NET solutions using

2003-11-12 Thread Dominique Devienne
Is it just the matter of changing from parallel to serial mode? I thought there was a switch for that. Did you check the doc? --DD > -Original Message- > From: Kew, Whitney CLE 2645 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 6:14 PM > To: 'Ant Users List' > Subject: RE:

RE: [OT] Seeking input from the comunity at large.

2003-11-12 Thread Dominique Devienne
> From: David McTavish [mailto:[EMAIL PROTECTED] > > I appreciate your effort, but I would plead with you to reconsider > throwing > a year of your life away. The world really doesn't need a "new" > programming > language that will solve all of its problems. I'm sure you've done enough > research

AW: CVS task

2003-11-12 Thread Antoine Lévy-Lambert
Hi Juraj, The message 'Das System kann den angegebenenen Pfad nicht finden' comes probably from your CVS server. This sounds like a wrong cvs root, or a repository location which does not match with the root. If you have omitted the dest attribute from your cvs invocation, and the current direc

Re: Remove a specific line from a file.

2003-11-12 Thread peter reilly
On Wednesday 12 November 2003 07:22, Stefan Bodewig wrote: > On Tue, 11 Nov 2003, Robert Priest <[EMAIL PROTECTED]> wrote: > > Can anyone tell me how to remove a specific line from a text file > > using ant. > > would probably work - simply replace the line your > don't want to see with nothing. >

Re: OutOfMemory problem with classpath refid

2003-11-12 Thread Stefan Bodewig
Do you see any difference in Ant's verbose output? In particular in the command line that's being passed to javac? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CVS task

2003-11-12 Thread Juraj . Lenharcik
Hi, I have some problems while executing the CVS-task. If I run the build from Excelipse everything works fine. While execution from the command line I get the following exception. It seems that ANT cannot find the CVS path??? Has someone an idea, why? Thanks, Juraj $ ant -verbose Apache Ant v