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.

I found the variable _registry is a class from
tapestry-ioc-5.0.5-SNAPSHOT.jar
But I don't know how to update the tapestry-ioc-5.0.5-SNAPSHOT.jar in
local machine.

Finally I adopted a foolish means like this,
1. delete tapestry-ioc-5.0.5-SNAPSHOT.jar in folder C:\Documents and
Settings\guojunlong\.m2\repository\org\apache\tapestry\tapestry-ioc\5.0.5-SNAPSHOT
2. in eclipse, right click project name then click maven2->disable
3. in eclipse, right click project name then click maven2->enable
It's woring. that is all.
Is there any good way to do it?


Thanks
Allen Guo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to