On Thu, 2002-09-26 at 11:57, Grace Li wrote: > Here's the err msg when I tried reactor:
Here's is the reactor for the commons if you want an example of a working reactor: http://cvs.apache.org/viewcvs.cgi/jakarta-commons/maven.xml?rev=1.5&content-type=text/vnd.viewcvs-markup You needs the xmlns:reactor="reactor" at the top. But use the above URL as a starting point. > [ERROR] org.xml.sax.SAXParseException: The prefix "reactor" for element > "reactor:execute" is not bound. > [ERROR] at > org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:118 > 3) > [ERROR] at > org.apache.commons.jelly.parser.XMLParser.parse(XMLParser.java:264) > [ERROR] at > org.apache.maven.app.JellyUtils.compileScript(JellyUtils.java:129) > [ERROR] at > org.apache.maven.app.JellyUtils.runScript(JellyUtils.java:104) > [ERROR] at > org.apache.maven.app.Maven.loadProjectBuildFile(Maven.java:909) > [ERROR] at > org.apache.maven.app.Maven.runtimeInitialization(Maven.java:700) > [ERROR] at org.apache.maven.app.App.doMain(App.java:352) > [ERROR] at org.apache.maven.app.App.main(App.java:850) > [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [ERROR] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 > ) > [ERROR] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > .java:25) > [ERROR] at java.lang.reflect.Method.invoke(Method.java:324) > [ERROR] at com.werken.forehead.Forehead.run(Forehead.java:543) > [ERROR] at com.werken.forehead.Forehead.main(Forehead.java:573) > Total time: 19 seconds > > I hope someone can help a little bit. Thanks. > > Grace -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
