[ANN] Apache .NET Ant Library 1.0 Beta 1

2006-09-12 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Ant team is proud to announce the first beta release of one of its standalone Ant libraries. The Apache .NET Ant library contains the "old" support task for developing software for the .NET platform but also adds support for common tools of the .N

Re: Replace problem

2006-09-12 Thread Keith Hall
Have you tried Michael Bauroth wrote: > Hi MAT, > > unfortunately the issue is another one (using Eclipse): > > > The value of attribute "value" associated with an element type > "replace" must not contain the '<' character. > > > Regards > Michael > > Mathieu Champlon schrieb: >> Michael Bauro

ant, rsync and exclude

2006-09-12 Thread Michael Bauroth
Hi, I know it's a more rsync related question. But probably somebody knows more about it. I try to use a ant task to rsync some directories. Now I want to keep 2 files on my destination directory, while the other files will be removed with --delete option, when they don't exist. I use the

AW: Replace problem

2006-09-12 Thread Jan.Materne
You have to mask all restricted characters - as always in xml: && "" << >> Jan >-Ursprüngliche Nachricht- >Von: Michael Bauroth [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 12. September 2006 11:50 >An: Ant Users List >Betref

Re: Replace problem

2006-09-12 Thread Michael Bauroth
No, & isn't allowed too :( I've found another solution(!) at all :) In the build script itself I use an import of an external property file: The property file contains: encoding = The replace task in the build script looks like this: Regards Michael Mathieu Champlon schrieb: Michae

Re: AW: How to set dynamic variables in Ant?

2006-09-12 Thread Jack.Tang
TED] >>Gesendet: Dienstag, 12. September 2006 09:20 >>An: Ant Users List >>Betreff: Re: How to set dynamic variables in Ant? >> >>Jack.Tang a écrit : >>> Hi, >>> >>> Here is the problem I am now facing: >>> >>> >>>

Re: Replace problem

2006-09-12 Thread Mathieu Champlon
Michael Bauroth a écrit : Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. What about : The > is probably not required but it surely does not harm... MAT. --

Re: Replace problem

2006-09-12 Thread Michael Bauroth
Hi MAT, unfortunately the issue is another one (using Eclipse): The value of attribute "value" associated with an element type "replace" must not contain the '<' character. Regards Michael Mathieu Champlon schrieb: Michael Bauroth a écrit : Hi, I'm having a little problem with the repla

Re: Replace problem

2006-09-12 Thread Mathieu Champlon
Michael Bauroth a écrit : Hi, I'm having a little problem with the replace task. Here is the code snippet: " /> The use of wrapping CDATA doesn't work too. Have you eventually any suggestions? Hello, If I understand the issue correctly : or MAT. ---

Replace problem

2006-09-12 Thread Michael Bauroth
Hi, I'm having a little problem with the replace task. Here is the code snippet: " /> The use of wrapping CDATA doesn't work too. Have you eventually any suggestions? Thanx in advance. Regards Michael - To unsubscribe, e-m

AW: How to set dynamic variables in Ant?

2006-09-12 Thread Jan.Materne
>Jack.Tang a écrit : >> Hi, >> >> Here is the problem I am now facing: >> >> >> >> >> >> >> >> >> Some todo items in todo.list are >> 20060912.todo = foo >> 20060912.todo = bar >> >&g

RE: How to call a shell script using element.

2006-09-12 Thread Michael Clark
Here's ho I do it Good luck -Miuchael -Original Message- From: Nagender Malik [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:13 AM To: Ant Group Subject: How to call a shell script using element. Hi All, How to call a shell sc

Re: How to set dynamic variables in Ant?

2006-09-12 Thread Mathieu Champlon
Jack.Tang a écrit : Hi, Here is the problem I am now facing: Some todo items in todo.list are 20060912.todo = foo 20060912.todo = bar Appreciate your suggestion to solve this problem. Thanks Hello ! Take a look at the ant-contrib task : http://ant

RE: How to set dynamic variables in Ant?

2006-09-12 Thread Michael Clark
items in todo.list are 20060912.todo = foo 20060912.todo = bar Appreciate your suggestion to solve this problem. Thanks /Jack -- View this message in context: http://www.nabble.com/How-to-set-dynamic-variables-in-Ant--tf2257054.html#a6 260655 Sent from the Ant - Users forum at Nabble.com

How to call a shell script using element.

2006-09-12 Thread Nagender Malik
Hi All, How to call a shell script using element. Regds, Nagender

How to set dynamic variables in Ant?

2006-09-12 Thread Jack.Tang
Hi, Here is the problem I am now facing: Some todo items in todo.list are 20060912.todo = foo 20060912.todo = bar Appreciate your suggestion to solve this problem. Thanks /Jack -- View this message in context: http://www.nabble.com/How-to-set-dynamic-variables-in-Ant