Mavenites-

When trying to bootstrap maven from the sources, I received the following error:

[...]

Class java.lang.Void loaded from parent loader
Class java.util.Collection loaded from parent loader

BUILD FAILED

/home/osbase/jakarta/jakarta-turbine-maven/build-bootstrap.xml:116: Exception thrown 
by 'generator.parse'. For more information consult the velocity log, or invoke ant 
with the -debug flag.
        at org.apache.velocity.texen.ant.TexenTask.execute(TexenTask.java:564)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
        at org.apache.tools.ant.Task.perform(Task.java:217)
        at org.apache.tools.ant.Target.execute(Target.java:184)
        at org.apache.tools.ant.Target.performTasks(Target.java:202)
        at org.apache.tools.ant.Project.executeTarget(Project.java:601)
        at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:266)
        at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:120)
        at org.apache.tools.ant.Task.perform(Task.java:217)
        at org.apache.tools.ant.Target.execute(Target.java:184)
        at org.apache.tools.ant.Target.performTasks(Target.java:202)
        at org.apache.tools.ant.Project.executeTarget(Project.java:601)
        at org.apache.tools.ant.Project.executeTargets(Project.java:560)
        at org.apache.tools.ant.Main.runBuild(Main.java:454)
        at org.apache.tools.ant.Main.start(Main.java:153)
        at org.apache.tools.ant.Main.main(Main.java:176)
--- Nested Exception ---
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 
'build-reactor.xml'
        at 
org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:501)

[...]

It looks like build.xml now contains a reference to build-reactor.xml, but there is no 
build-reactor.xml file to be found.  r1.25 of build.xml did not contain this 
reference, and works ok.  Is there a file not added to CVS or am I missing something...

-B

Reply via email to