Re: T5.0.5 build error due to expired tapestry-ioc-5.0.5-SNAPSHOT.jar

2007-06-08 Thread Steven Coco
(This is obviously a Maven issue and not a tapestry issue; but...) I'm not the Maven expert, but it might have been better to delete the entire artifact folder instead of just the jar. The only real issue with doing this is that some software (I honestly don't know which) might index the reposi

T5.0.5 build error due to expired tapestry-ioc-5.0.5-SNAPSHOT.jar

2007-06-08 Thread Allen Guo
I updated tapestry-core5.0.5 from SVN to Eclipse today . But I got compilation error. The error occured at line 117 in org.apache.tapestry.internal.test.InternalBaseTestCase.java. The code at line 117 is _registry.eagerLoadServices(); The method eagerLoadServices is undefined for the type Registry.