Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Kajsa Anderson
I've used one with TextPad several years ago (available through TextPad's extras downloads). There also seems to be something of the sort built into Eclipse, but I haven't tried to extract it for use with any other editor. -- Kajsa Anderson On 12/14/10 10:42 AM, "Perrier, Nathan" wrote: > I sp

Re: ANT application.xml add runtime

2010-12-14 Thread Brian Agnew
XMLTask may be of help. Check out http://www.oopsconsultancy.com/software/xmltask On 14/12/2010 16:19, Ashokkumar B wrote: Dear Sir/Madam, Currently we need to add only one into my application.xml file using ANT. To achive that, we have a template for application.xml with token $module$ and i

RE: using ivy iwth artifactory

2010-12-14 Thread James Carr
Yes, the configuration sets test as private when translating the pom. Is there some way to avoid this? I'd like to include it as a test dependency just so that it runs as part of our tests (our current build scripts treat test confs as runtime deos when running tests). Thanks, James _

Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Robert Kirkpatrick
Le 14/12/2010 19:07, Antoine Levy-Lambert a écrit : On 12/14/2010 11:42 AM, Perrier, Nathan wrote: I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style t

Re: Ant Log File Syntax Highlighting

2010-12-14 Thread Antoine Levy-Lambert
On 12/14/2010 11:42 AM, Perrier, Nathan wrote: I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style to the targets or tasks. I think it would make them muc

Ant Log File Syntax Highlighting

2010-12-14 Thread Perrier, Nathan
I spend a lot of time digging through Ant logs in text editors, as I'm sure we all do. I'm wondering if there exists a syntax highlighting definition file that would, for instance, add style to the targets or tasks. I think it would make them much easier to read. Does anyone know if somet

Re: ANT application.xml add runtime

2010-12-14 Thread Antoine Levy-Lambert
On 12/14/2010 11:19 AM, Ashokkumar B wrote: Dear Sir/Madam, Currently we need to add only one into my application.xml file using ANT. To achive that, we have a template for application.xml with token $module$ and it will be replaced with actual module name using task. The changed application.x

ANT application.xml add runtime

2010-12-14 Thread Ashokkumar B
Dear Sir/Madam, Currently we need to add only one into my application.xml file using ANT. To achive that, we have a template for application.xml with token $module$ and it will be replaced with actual module name using task. The changed application.xml will be used for the task to generate t

Re: propertyfile task and escaping

2010-12-14 Thread Antoine Levy-Lambert
On 12/14/2010 6:09 AM, Jo Support wrote: Hello, Scenario: Ant 1.8.0 on WinXP is there a way to avoid escaping chars by propertyfile task? The following task http://mydomain/"/> produces the following file MY_URL=http\://mydomain/ that is bad. This is not bad, this is the conventi

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
And apparently I didn't read your requirement correctly...again That should work... On Tue, 14 Dec 2010, Scot P. Floess wrote: Sorry, I hit send too soon... What I sent won't work either... You might try: I want Ant to change permi

Re: Fixed default target

2010-12-14 Thread David Weintraub
On Tue, Dec 14, 2010 at 3:47 AM, Roos Tomas wrote: > I'm wondering if it's possible to have a fixed default target, which > always executes instead of what's put on the command-line? > > The reason for this is we use the depends feature of ant to be able to > for instance publish to an ivy reposit

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
Sorry, I hit send too soon... What I sent won't work either... You might try: I want Ant to change permissions on a directory, recursively. I have: Yet the result does not include the "domunit" directory itself (see below). How can

Re: CHMOD and "."

2010-12-14 Thread Scot P. Floess
Not sure this will work, but maybe: On Mon, 13 Dec 2010, Garrett Smith wrote: I want Ant to change permissions on a directory, recursively. I have: Yet the result does not include the "domunit" directory itself (see below). How ca

propertyfile task and escaping

2010-12-14 Thread Jo Support
Hello, Scenario: Ant 1.8.0 on WinXP is there a way to avoid escaping chars by propertyfile task? The following task http://mydomain/"/> produces the following file MY_URL=http\://mydomain/ that is bad. I know there are other solutions, like echoing a new property file (but I have a

Fixed default target

2010-12-14 Thread Roos Tomas
Hey! I'm wondering if it's possible to have a fixed default target, which always executes instead of what's put on the command-line? The reason for this is we use the depends feature of ant to be able to for instance publish to an ivy repository with a better flow. ant local milestone publish.