AW: ClassConstants filterreader fails with IOException

2005-02-15 Thread Jan . Materne
Your attachements didnt come through. I think class files are blocked, not sure about java and xml. But the latter two you could post inline. Maybe you can send a zip as attachement. Can we put these infos on http://ant.apache.org/mail.html? Neither there nor in the Jakarta Guidelines is a hint

ClassConstants filterreader fails with IOException

2005-02-15 Thread Ronen Mashal
Hello, I'm trying to use the classconstants filterreader to read the following file class file - (See attached file: Ini.class) (This its source - (See attached file: Ini.java)) but it fails with a IOException. I tried removing some of the constants and at some point I found that I can successfull

extssh cvs connect

2005-02-15 Thread blackwater dev
Hello, I am trying to connect to cvs via ant and am using this line in the cvs task: cvsRoot=":extssh:[EMAIL PROTECTED]:/usr/local" But I get the error: [cvs] cvs checkout: Unknown method (`extssh') in CVSROOT. and then bad cvsRoot. I am running ant 1.5.2.23. Can I not use extssh? Thank

Re: When do I need to explicitly convert the ${...}'s

2005-02-15 Thread Jeffrey E Care
This is orthogonal, but can already accept a fomatter. -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis Ninju Bohra <[EMAIL PROTECTED]> wrote on 02/15/2005 12:45:14 PM: > Hey Guys

When do I need to explicitly convert the ${...}'s

2005-02-15 Thread Ninju Bohra
Hey Guys (and gals), I was writing my own task and need recieve a date format from the user. Wanting to make the task as flexible as possible, I want to be able to support values that contain ${...} text (that needs to be expanded) as well as verbatim text. The question is that it appears tha

Re: AW: Problem with line endings

2005-02-15 Thread David A. Bartmess
Arghhh yes... Thanks for reminding me of that one. Still curious as to why it's putting the ^M's in there in the first place, but that will fix it.. Thanks! On Tuesday 15 February 2005 07:42 am, [EMAIL PROTECTED] wrote: > Would help? > > Jan > > > -Ursprüngliche Nachricht- > > Von: Davi

AW: Problem with line endings

2005-02-15 Thread Jan . Materne
Would help? Jan > -Ursprüngliche Nachricht- > Von: David A. Bartmess [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 15. Februar 2005 15:37 > An: Ant Users List > Betreff: Problem with line endings > > I've got an ant script that appends using the task to > a file and then > ftp's

Problem with line endings

2005-02-15 Thread David A. Bartmess
I've got an ant script that appends using the task to a file and then ftp's the file to the server for use in validating a build after the fact. The machine doing the build and validation is a Linux machine, and the server we stage the build on (where it does the validation) is a LInux machine

Ant Jar + Manifest

2005-02-15 Thread Longie
Hello, I need help on this - the program runs fine from a normal dos prompt by calling 'run'. However if the program is run as a standalone jar file i get the error "Could not find the main class". I am trying to run the jar file as a standalone jar file so i need to get this working! Can anyd

Re: AW: Parsing file. It works but...

2005-02-15 Thread Peter Reilly
Matt Benson wrote: Yep, I wanted to write something that Matt would approve of :-D What do I have to do with it? Just joking, initially I had if (items.length == 1) then .. else .., then I remembered all the mods from if .. then .. else to x = (y ? a : b) and when that was done I saw that I