Re: AW: How to set the CR and/or LF code at property

2006-04-11 Thread trad-ex
Hi Jan Thanks a lot for your quick response ! ${line.separator} does work ! Best Regards, trad-ex >${line.separator} > >Jan > >>-Ursprüngliche Nachricht- >>Von: trad-ex [mailto:[EMAIL PROTECTED] >>Gesendet: Mittwoch, 12. April 2006 08:04 >>An: user@ant.apache.org >>Betreff: How to set

AW: How to set the CR and/or LF code at property

2006-04-11 Thread Jan.Materne
${line.separator} Jan >-Ursprüngliche Nachricht- >Von: trad-ex [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 12. April 2006 08:04 >An: user@ant.apache.org >Betreff: How to set the CR and/or LF code at property > >Hi all, > >I'd like to set strings like below in one property: > >abc >de

How to set the CR and/or LF code at property

2006-04-11 Thread trad-ex
Hi all, I'd like to set strings like below in one property: abc def ghi but my example doesn't work: \n also doesn't work. Do you know the proper grammer ? or please point the reference out ! Best regards, trad-ex - To uns

AW: Hi frm Kishore

2006-04-11 Thread Jan.Materne
Continuus Support http://ant.apache.org/manual/OptionalTasks/ccm.html Tutorial: Hello World with Ant http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html Tutorial: Writing Tasks http://ant.apache.org/manual/tutorial-writing-tasks.html Telelogic's Synergy homepage http://www.telelogic.co

AW: Looping through a file contents and dynamically add for each line in the file to task

2006-04-11 Thread Jan.Materne
>Question: What is the industry standard for Database >scripts?(i.e., either using "SQL" ANT task or using >sqlplus.exe inside ant through "Apply/Exec" tasks)? I think it's more a question from you come from. if your programming java: JDBC if your programming make files: sqlplus if your programm

removal of classes depending upon dead third party libraries

2006-04-11 Thread Antoine Levy-Lambert
Hello, I think of starting a vote [on the development list] soon (or maybe better 4 votes) on the removal of the classes depending upon xslp, icontract, vaj, testlet. Remarks, critics and suggestions about : - whether this should happen at all, are welcome. see this page [1] for the list of the

RE: Starteam checkout problem

2006-04-11 Thread Burgess, Benjamin
This is actually a problem with the installation of the StarTeam SDK on the machine running the build. To correctly install the SDK, the SDK/lib directory needs to be on your PATH environment variable. For example, with StarTeam 6.0, a good setup of environment variables would look like this: St

RE: Hi frm Kishore

2006-04-11 Thread Guttula, Mohan
Hello Kishore, I have no clue about CM Synergy tools. I'm using Ant for automating jobs like SQL, reports compile. In turn I used task like FTP, Apply, EXEC, copy, move. I haven't explored the complete list of Ant yet (as my requirement are basic). Ant can be used for compiling java, crea

Re: AW: Include comma seperated

2006-04-11 Thread Matt Benson
Finally, if you really need to call multiple targets with antcall or ant, these tasks support multiple nested elements since Ant 1.6.3 . -Matt --- [EMAIL PROTECTED] wrote: > doesnt support commas > Neither the last realeased version [1] nor the > current head [2]. > > Comma separated dep

Starteam checkout problem

2006-04-11 Thread Eugene van Dam
Buildfile: build.xml external-libraries-checkout: [echo] --- [echo] Checking out: External Libraries [echo] --- [stcheckout] Recursive Checkout from: Health Systems\CAS\External

Re: Include comma seperated

2006-04-11 Thread Stefan Bodewig
On Tue, 11 Apr 2006, Row M. <[EMAIL PROTECTED]> wrote: > Thanks for the reply but it works with > and doest work with which is excactly what the manual says, isn't it? It never says you could use a comma separated list of patterns for the name attribute of or . The reason for this is tha

RE: Looping through a file contents and dynamically add for each line in the file to task

2006-04-11 Thread Guttula, Mohan
Hello Jon, Thanks for all your help. Your solution resolved my issue. Question: What is the industry standard for Database scripts?(i.e., either using "SQL" ANT task or using sqlplus.exe inside ant through "Apply/Exec" tasks)? Thanks, Mohan -Original Message- From: [EMAIL PROTECTED] [ma

Re: over multiple directories?

2006-04-11 Thread Dominique Devienne
On 4/10/06, Daniel Noll <[EMAIL PROTECTED]> wrote: > Dominique Devienne wrote: > > I've used extensively with C/C++/Fortran, and although there's a > > learning curve to it, it's very good IMHO. Have you discussed your > > issues on the Ant-Contrib list? But I'll grant you, going the > > route is

Re: can't compile ant

2006-04-11 Thread Antoine Levy-Lambert
Michael Perkonigg wrote: > Hello, > > I'm trying to install ant from source and if I call build.sh it alwas > gives me errors from the optional tasks. > I thought that optional tasks aren't compiled if there are missing > dependencies? > I tried to install the jakarta-oro-2.0.8.jar file (which cont

can't compile ant

2006-04-11 Thread Michael Perkonigg
Hello, I'm trying to install ant from source and if I call build.sh it alwas gives me errors from the optional tasks. I thought that optional tasks aren't compiled if there are missing dependencies? I tried to install the jakarta-oro-2.0.8.jar file (which contains the Perl5Util class) into the

RE: Include comma seperated

2006-04-11 Thread Row M, Vishal
Hi Jan Thanks for the reply but it works with and doest work with Thanks and Regards Vishal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:14 PM To: user@ant.apache.org Subject: AW: Include comma seperated doesnt support com

AW: Include comma seperated

2006-04-11 Thread Jan.Materne
doesnt support commas Neither the last realeased version [1] nor the current head [2]. Comma separated dependencies are done inside the 'depends' clause of a target. And that works for me: b c Jan [1] http://ant.apache.org/manual/CoreTasks/antcall.html [2] http://svn.a

Include comma seperated

2006-04-11 Thread Row M, Vishal
The manual says we can pass the comma seperated values but it doesn't accept that Any ideas as to why it is not accepting that vishal -Original Message- From: Greg Irvine [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 4:27 AM To: 'Ant Users List' Subject: RE: Property problem