Re: [Ant 1.8.2] Bug in regexpmapper?

2011-05-24 Thread P.N.
b\main" is interpreted as a newline character. Try using forward slashes - that works even on Windows. Henk van Voorthuijsen On May 4, 2011, at 12:36 PM, P.N. wrote: Hello! I've trieb to build NetBeans form source and got this error message: C:\nb\main\nbbuild\build.xml:140

[Ant 1.8.2] Bug in regexpmapper?

2011-05-04 Thread P.N.
Hello! I've trieb to build NetBeans form source and got this error message: C:\nb\main\nbbuild\build.xml:1408: java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 6 C:\nb\main/(.*)$ at java.util.regex.Pattern.error(Pattern.java:1804

Re: [antxtras] Command piping works only sometimes

2011-01-04 Thread P.N.
After looking for a solution some hours yesterday, I've found the solution today within some minutes: Just had to use a reference. Regards Peter P.N. schrieb: Hello! Tried this: Assignment "test1" works, "test2" does not -

[antxtras] Command piping works only sometimes

2011-01-04 Thread P.N.
Hello! Tried this: Assignment "test1" works, "test2" does not - why? Kind regards Peter - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

[antxtras] Property helper "n/d" missing

2011-01-03 Thread P.N.
Hello! Getting this strange message: [xtras:doforeach] The supplemental property helper "n/d" is not installed. What's wrong? What do I have to install? Using antxtras_3.0.0b1-build1083.45 and ant-1.8.1. Kind regards Peter --

Re: [antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Found my problem: had to use $ref: instead of $var: Regards P. P.N. schrieb: Hello! I've got a problem with variables in the following snippet: Results in: [echo] TEST = ${$var:test} Seems, the reference to the variable is incorrect. Using antxtras_3.0.0b1-build1083.45 and ant-

Re: [antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Hi Peter, Here message is a string of value "TEST = ${$var:test}" as it is quoted. Variable part should be unquoted. Try this. Thanks Sourabh On Mon, Jan 3, 2011 at 4:28 PM, P.N. wrote: Hello! I've got a problem with variables in the following snippet:

[antxtras] Cannot echo variable

2011-01-03 Thread P.N.
Hello! I've got a problem with variables in the following snippet: Results in: [echo] TEST = ${$var:test} Seems, the reference to the variable is incorrect. Using antxtras_3.0.0b1-build1083.45 and ant-1.8.1. What's wrong??? Kind regards Peter --

Re: How to get the last folder name?

2010-09-03 Thread P.N.
Thank You! Works fine, now!!! Regards Peter Matt Benson schrieb: On Sep 3, 2010, at 9:45 AM, P.N. wrote: Thank You! Works partly, as it returns the last child in the last subfolder instead of the last direct child. Also, seems not to be the correct element for matches (e.g. &qu

Re: How to get the last folder name?

2010-09-03 Thread P.N.
:_lastname}. References are not properties. HTH, Matt On Sep 3, 2010, at 9:27 AM, P.N. wrote: Hello! I want to get the path to the last child folder in some parent directory. Tried this: ... - To unsubscribe, e-mail: use

How to get the last folder name?

2010-09-03 Thread P.N.
of folders, e.g. C:\my\parent\xyz* It seems, there're so many filters and tasks, I'd guess it should be possible somehow - any good solution? Thank You in advance P.N. - To unsubscribe, e-mail: user-unsubscr..