The nanocontainer snapshot version was wrong. And, as ibliblio.org seems down, maven coudn't fetch a new one.
I had to add http://dist.codehaus.org/ to maven.repo.remote in my build.properties. By the way, am I the only one who cannot connect to ibliblio.org maven repository? It seems to be down for a while now. Le ven 14/05/2004 � 23:20, David Sean Taylor a �crit : > On May 14, 2004, at 7:52 PM, Jean-Fran�ois M�nard wrote: > > > When I try to compile from CVS, I get: > > /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 > > > you need to make sure you have the latest project.xml in all of your > projects > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
