> Building Freenet server... node/StandardMetadataStore.java:15: Package > gnu.regex > p not found in import. > import gnu.regexp.*; > ^
Ah yes. Isn't there a good CVS team programming 101 and 102 tutorial out there somewhere you can point people at? Gnu must have one, yes? This (incomplete checkin) can be largely avoided by studiously NOT adding files to your classpath that aren't in the JDK, or in your CVS working directory. If you run other Java programs, then I suggest you either make yourself a development account, or simply make a startup file to strip your classpath down to a Freenet development profile for you. Secondly, watch out for those CVS update responses that start with a '?', as those are either files you need to add to the tree, or files someone else removed from the tree. You're not done doing a commit intil there are no '?'s. Lather, rinse, repeat. HTH, Jason Marshall _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
