From: Dave B. <db...@pc...> - 2004-07-19 15:06:59
|
Hey Paul, Sorry, this is a result of someone checking in code that doesn't compile. This is an example of where the -skipJavaCompiling option would be useful. However, if there is other java code in the GUS project that you actually do want to use, I would suggest simply removing the GUS/WebDevKit component (cd {Project_Home}/GUS; rm -r WebDevKit), assuming you're not using that for any reason. Dave If you are not using the GUS WebDevKit component, I would suggest On Mon, 19 Jul 2004, Paul Mooney wrote: > HI, > > I did a `cvs update -dP` then `build GUS install --append` > I got the following error - does somebody need to commit a file? > > [javac] Since fork is true, ignoring compiler setting. > [javac] Compiling 59 source files to > /nfs/team81/pjm/CVS/CVS-new/GUS/WebDevKit/classes > [javac] Since fork is true, ignoring compiler setting. > [javac] > /nfs/team81/pjm/CVS/CVS-new/GUS/WebDevKit/src/java/org/gusdb/gus/wdk/ > controller/servlets/InteractiveRecordListServlet.java:13: cannot resolve > symbol > [javac] symbol : class RIVList > [javac] location: package view > [javac] import org.gusdb.gus.wdk.view.RIVList; > [javac] ^ > [javac] > /nfs/team81/pjm/CVS/CVS-new/GUS/WebDevKit/src/java/org/gusdb/gus/wdk/ > controller/servlets/InteractiveRecordListServlet.java:177: cannot resolve > symbol > [javac] symbol : class RIVList > [javac] location: class > org.gusdb.gus.wdk.controller.servlets.InteractiveRecordListServlet > [javac] RIVList rivl = new RIVList(si); > [javac] ^ > [javac] > /nfs/team81/pjm/CVS/CVS-new/GUS/WebDevKit/src/java/org/gusdb/gus/wdk/ > controller/servlets/InteractiveRecordListServlet.java:177: cannot resolve > symbol > [javac] symbol : class RIVList > [javac] location: class > org.gusdb.gus.wdk.controller.servlets.InteractiveRecordListServlet > [javac] RIVList rivl = new RIVList(si); > [javac] ^ > [javac] 3 errors > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |