On Mon, 2005-03-28 at 14:09, Dave Smith wrote: > Ok .. > > cvs co j2se > cvs server: cannot find module `j2se' - ignored > cvs [checkout aborted]: cannot expand modules > > Try .. > cvs co -d j2se jboss-j2se >
Correct. > This seems to work. Looks like the module is not defined in head. > Yes it is. cvs does not look at CVSROOT/modules for an update/get, it only looks at your local repository. You have to do a cvs co, either partial (like above) or a full clean checkout. I'm going to add this to the FAQ, even though it is really a CVS question/limitation. > On Mon, 2005-03-28 at 13:57, Adrian Brock wrote: > > cd jboss-head > > cvs co j2se > > > > On Mon, 2005-03-28 at 13:45, Dave Smith wrote: > > > When trying to build, latest head CVS with jdk 1.5 the jmx module does > > > not compile. It has been like this since the jmx refactoring that > > > happened last week. > > > > > > An example .. > > > > > > jboss/jmx/src/main/org/jboss/mx/capability/DispatcherFactory.java:13: > > > cannot find symbol > > > symbol : class ServerConstants > > > location: package org.jboss.mx.server > > > import org.jboss.mx.server.ServerConstants; > > > > > > jboss/jmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java:47: > > > cannot find symbol > > > symbol : class ModelMBeanConstants > > > location: package org.jboss.mx.modelmbean > > > import org.jboss.mx.modelmbean.ModelMBeanConstants; -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Chief Scientist JBoss Inc. xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list JBoss-Development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-development