Using ExecTask class

2003-02-03 Thread Klaus Petzold
The program does not properly start. When I execute it with (ie with the original ExecTask class) it runs fine. What am I doing wrong, when I create a ExecTask instance and setting its arguments? Klaus Petzold Get 25MB of emai

Re: condition logic in XML

2002-05-17 Thread Klaus Petzold
Hello. Look at the attached archive. There you will find my if-then-else task. To use it add the kpAntTasks directory to your classpath compile all source files and execute the build.xml file. Klaus Petzold Is your boss reading your email? Probably Keep your messages private by using

Problem with checkout and cvs task

2002-05-17 Thread Klaus Petzold
s does not work with ".."? Klaus Petzold Is your boss reading your email? Probably Keep your messages private by using Lycos Mail. Sign up today at http://mail.lycos.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Problem with DirectoryScannner

2002-02-14 Thread Klaus Petzold
>Property expansion is something that happens automatically when tasks >get configured, neither DirectoryScanner nor any other internal class >of Ant will perform this step itself. > >If you literally invoke setIncludes("${src}"), DirectoryScanner will >see exactly this String. Sorry, my message

Problem with DirectoryScannner

2002-02-14 Thread Klaus Petzold
Hello. I have a Problem with the DirectoryScanner class. When I set a path like "${src}/prj/*.java" with the setIncludes method no files are selected. The property src was set to ".". But when I change the path to "prj/*.java" it works correctly. Why is it wrong to have a "./" in front of the