Re: Help needed regarding Java task

2009-08-27 Thread Gilbert Rebhan
Nadun Herath schrieb: ... > I have to run a Java program Called MiniJavaParser using different file > names as arguements several > times using Java Task. When it runs it gives the message > > "MiniJava program parsed successfully" or Encountered errors during > parse. > > I wan

Re: Ant Manual question

2009-08-27 Thread Stefan Bodewig
On 2009-08-27, Alec Fernandez wrote: > I found this example in the selectors section of the ant manual [re-flown] > > > > but I was unable to get it to work. If I change to > then it returns the the matching directories as expected It depends on the task. Some tasks will use fileset

Ant Manual question

2009-08-27 Thread Alec Fernandez
Hello, I found this example in the selectors section of the ant manual but I was unable to get it to work. If I change to then it returns the the matching directories as expected so I don't think my use is incorrect or that I have any typos. Am I missing something or is this example simply