Attempting to attach a patch again.
-Stephen
On 6/16/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
Cool. How about adding the the wstx-asl dependency? I've attached a
patch (though I could use some quick help on how to better generate
one, as Subclipse is putting my local paths into the file...)
Also, I want to verify that the scope of "test" is correct. Is that
only needed by something test specific, or is a dependency users of
the library will need at runtime? If so, the scope should be changed
to runtime...
-Stephen
On 6/16/06, James M Snell <[EMAIL PROTECTED]> wrote:
> Fixed!
>
> Stephen Duncan wrote:
> > Ok, nevermind. I know why the NullPointerException's are happening
> > when building clean from Maven. The xml files in src/test/java should
> > be moved to src/test/resources.
> >
>
--
Stephen Duncan Jr
www.stephenduncanjr.com
--
Stephen Duncan Jr
www.stephenduncanjr.com
Index: pom.xml
===================================================================
--- pom.xml (revision 414975)
+++ pom.xml (working copy)
@@ -85,6 +85,13 @@
</dependency>
<dependency>
+ <groupId>wstx</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>2.0.5</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>geronimo</groupId>
<artifactId>geronimo-activation</artifactId>
<version>1.0</version>
Index: parser/pom.xml
===================================================================
--- parser/pom.xml (revision 414975)
+++ parser/pom.xml (working copy)
@@ -43,6 +43,10 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>wstx</groupId>
+ <artifactId>wstx-asl</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>