Re: reactor tag causing NPE before post-processing

2003-07-15 Thread __matthewHawthorne
You're right. I saw this in another example and tried it this morning with success. Someone should fix the docs so others don't suffer as we have... thanks! Steven Peterson wrote: I saw the same issue. I fixed it by correcting the xmlns attributes on the project element. Originally I had t

Re: reactor tag causing NPE before post-processing

2003-07-15 Thread Steven Peterson
I saw the same issue. I fixed it by correcting the xmlns attributes on the project element. Originally I had the following project root in my maven.xml (based on the documentation): changed it to: and all was well with my reactor build. Steve Peterson --ProviderLink ---

reactor tag causing NPE before post-processing

2003-07-14 Thread __matthewHawthorne
I am attempting to use the reactor tag, as in the Maven User Guide. The following tag: Causes the following exception: BUILD FAILED java.lang.NullPointerException at org.apache.commons.jelly.impl.TagScript.configureTag(TagScript.java:512) at org.apache.commons.jelly.impl.TagScr