Monday, February 23, 2004

My ANT build script was skipping over a directories named "javascript". I have a line in the makewar section of the build script that excludes filenames that fit the pattern **/*java*/**, in order to leave source files out of the war. Once I changed that line to **/*.java*/**, it worked.
10:13:01 AM    comment []