Re: Exception while compiling

2002-08-02 Thread Peter . V . Wall
I got the same error. Here are some other details: 1. It occurred after I increased the number of files being compiled (from 1800 to >2000) 2. Right after it occurred, I ran the offending target again, (without changing anything) and there was no error. 3. The next time I ran the whole bui

Re: The task doesn't support the nested "patternset" element

2002-07-24 Thread Peter . V . Wall
Sorry if somebody else already replied to this... Your line should be changed to Hallo, I am getting the error message "The task doesn't support the nested "patternset" element." The structure of my build.xml is:

Re: problem with delete task

2002-07-17 Thread Peter . V . Wall
This happend to me once. The reason was that I had another application open and using that directory. In my case, it was a cmd (dos prompt) window, and I had navigated to the directory I wanted to delete. Once I closed the cmd window, I was able to delete. =

jar/zip tasks sometimes get NullPointerException

2002-07-16 Thread Peter . V . Wall
(The following problem does not occur with ant 1.4.1) Using ant 1.5, Windows 2000 My build has been failing on the jar task (trace included below) I wish it failed every time I try to create a jar, but unfortunately this is not the case. It works when I try to create AAA.jar, but fails when I t