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/src/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]

Reply via email to