I am working with /samples/netui-blank out of Subversion. I have what
I think is the correct directory structure based on the Tutorial from
1.0.2 for a project with a controller, a JSP and a control:
./build.properties
./build.xml
./src/Controller.java
./src/org/redops/jdbccontrolsperf/controls/JdbcControl1.java
./web/WEB-INF
./web/index.jsp
However, on build (Ant 1.6.5) I get:
BUILD FAILED
/Users/varnerac/sample-build/build.xml:84: The following error
occurred while executing this line:
/Users/varnerac/beehive/trunk/ant/beehive-tools.xml:75: destination
directory "/Users/varnerac/sample-build/build/WEB-INF/classes" does
not exist or is not a directory
Is this a bug or is my project layout incorrect?
Thanks,
Drew