Anyone tried to build from source lately?
When doing an ant install, i get this unit test failing:
[junit] Testcase:
testComplete(org.apache.tapestry.enhance.TestEnhancedClassValidator):
Caused an ERROR
[junit] null
[junit] java.lang.NullPointerException
[junit] at
org.apache.tapestry.enhance.EnhancedClassValidatorImpl.validate(EnhancedClassValidatorImpl.java:51)
[junit] at
org.apache.tapestry.enhance.TestEnhancedClassValidator.testComplete(TestEnhancedClassValidator.java:61)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
However, within eclipse the test passes... Any thoughts? I'm using
jdk1.5.0_03 on linux.
Also, is there a way to build the jars without running the tests?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]