Could you please tell, how you start maven and which goals you use?
If I run "maven jar" in the root directory I get "No java source files to compile"
If I run "maven jar" in the framework directory (without running ant before) I get
a javacc error "File jakarta-hivemind\framework/src/javacc/SimpleDataLanguage.jj not found."
and additionally a javac error "jakarta-hivemind\framework\target\generated-java does not exist!"
The one *.jj file I can find is : SimpleDataLanguageParser.jj
Achim Huegen
The Ant build stuff is still in development; you need to still use Maven to build. I believe that
will still work. Or download a the 1.0-alpha-5 distro (link on the web site). Nothing significant
has changed since alpha-5, except for the build.
-- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
