I have some extensions that I would like to have added.  I am losing  
my patience for hacking on the build process.  In anyone in a  
position to merge in these changes, test them, and commit if good?
I can get them to build from the command line after a fashion:
ant prepare
ant woenvironment
ant woproject
But I can't get the tests to run, they all fail like this:
Testsuite: org.objectstyle.woproject.ant.WOFrameworkTest
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
         Caused an ERROR
org.objectstyle.woproject.ant.WOFrameworkTest
java.lang.ClassNotFoundException:  
org.objectstyle.woproject.ant.WOFrameworkTest
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: 
268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java: 
319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
I suspect this means that the test classes are not getting compiled.
Thanks
Chuck
--Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects
This archive was generated by hypermail 2.0.0 : Sat Dec 02 2006 - 14:12:50 EST