Re: "copy" Being Ignored

2007-01-28 Thread Mathieu Champlon
Hello, Does the following do what you expect ? Why are you using patternset ? You probably dont need this in your build file... Take a look at the fileset documentation : http://ant.apache.org/manual/CoreTypes/fileset.html MAT. Jason Ferguson a écrit : I need help. My build.xml

"copy" Being Ignored

2007-01-28 Thread Jason Ferguson
I need help. My build.xml script seems to be ignoring a copy that would copy my third-party jar files to WEB-INF/lib. Running ant in regular and verbose mode does not give me any error messages that I can see (although Im a newbie with ant and just modifying my instructor's pre-created script). S