The problem is that the missing classes are generated by JavaCC during the build. But this generation is only invoked if you use Ant with the build.xml in the source. Note that you only have to do this once, after that you can use your IDE for further compilations.
I recommend that you grab the latest source from CVS as this is considerably easier to compile. With beta-1 you first have to download ant-grabber.jar [1] and copy it to your $ANT_HOME/lib. --knut [1] ant-grabber.jar is part of this ZIP http://howardlewisship.com/downloads/AntGrab.zip > -----Original Message----- > From: Ilia Honsali [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 29. Juli 2004 11:14 > To: [email protected] > Subject: RE: compilation pb > > > I am using hivemind-1.0-beta-1 > I downloaded all the dependencies and I am trying to compile > (in eclipse) the source located in : > framework/src/java/ > framework/src/test/ > library/src/java/ > library/src/test/ > > there is two classes that does not compile > org.apache.hivemind.sdl.parser.SystemParseException > org.apache.hivemind.sdl.SDLResourceParser > > cause these classes reference the missing ones > org.apache.hivemind.sdl.parser.ParseException > org.apache.hivemind.sdl.parser.SimpleDataLanguageParser; > org.apache.hivemind.sdl.parser.TokenMgrError; > > note that in viewcvs they also does not exist > http://cvs.apache.org/viewcvs.cgi/jakarta-hivemind/framework/s rc/java/org/apache/hivemind/sdl/parser/?hideattic=0&only_with_tag=HEAD but they are referenced in the api of the beta2 http://jakarta.apache.org/hivemind/hivemind/apidocs/org/apache/hivemind/sdl/parser/ -----Message d'origine----- De : Michal [mailto:[EMAIL PROTECTED] Envoy� : mercredi 28 juillet 2004 21:27 � : [email protected] Objet : Re: compilation pb Ilia Honsali wrote: > while trying to compile hivemind source I have compilation error cause there > is some missing classes > > org.apache.hivemind.sdl.parser.ParseException > org.apache.hivemind.sdl.parser.SimpleDataLanguageParser; > org.apache.hivemind.sdl.parser.TokenMgrError; > > note that this classes are present in the .jar > > thanks for help > if you could write a little bit more about which version of HiveMind you`re using and how your build process proceeds maybe someone could help you ... ms --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
