On May 14, 2004, at 7:52 PM, Jean-Fran�ois M�nard wrote:
When I try to compile from CVS, I get:you need to make sure you have the latest project.xml in all of your projects
/home/jeff/cvs_downloads/apache/jakarta-jetspeed-2/components/cm/src/ java/org/apache/jetspeed/components/util/NanoQuickAssembler.java:64: cannot resolve symbol
symbol : constructor NanoContainer
(java.io.Reader,java.lang.String,org.picocontainer.PicoContainer,java.l ang.ClassLoader)
location: class org.nanocontainer.NanoContainer
NanoContainer nano = new NanoContainer(scriptReader,
NanoContainer.GROOVY ,parent, cl);
^
4 errors
2 warnings
specifically look for:
<id>nanocontainer</id> <version>1.0-beta-1</version>
having the snapshot (1.0-beta-1-SNAPSHOT) will cause this error since we have yet to upgrade to the latest snapshot which changed signatures
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
