Re: Problems with telnet task during an ant migration

2010-04-19 Thread Thomas Burdairon
Maybe it was the wrong mailing list. Should I send a mail to the dev mailing list or file a bug directly? 2010/4/15 Thomas Burdairon > We are in a migration from ant 1.6.2 to 1.8.0 and are encountering troubles > using telnet task : > > > > > > >

Problems with telnet task during an ant migration

2010-04-15 Thread Thomas Burdairon
We are in a migration from ant 1.6.2 to 1.8.0 and are encountering troubles using telnet task : > ls throws an OOM Distant server is Sun OS 5.8 (Solaris 8) This simple script is OK with 1.6.2, but not with 1.8.0 : java.lang.OutOfMemoryError: Java heap spa

Re: Antwort: RE: Delete task failed to remove French file name

2006-02-09 Thread Thomas Burdairon
sorry i can't reproduce You probably checked it before, but did you verify that you have the authorisation to delete it? did you try to delete it with success with an rm /path/to/your_file ? On Feb 9, 2006, at 4:44 PM, Noel Sebastien (BIL) wrote: ant -version Apache Ant version 1.6.5 co

Re: Problem making a build.xml using javah

2006-02-09 Thread Thomas Burdairon
try cpptasks from ant contrib which works great for jni. Thomas On Feb 9, 2006, at 10:45 AM, Xar wrote: Eeem, no one knows the answer to my question or my mails didn't arrive? 2006/2/1, Xar <[EMAIL PROTECTED]>: Hello. I am starting a project that combines both java and C code and I nee