On Wed, 2002-04-03 at 09:49, Chris Kimpton wrote:
> Hi,
> 
> --- James Taylor <[EMAIL PROTECTED]> wrote:
> > On Wed, 2002-04-03 at 02:01, Chris Kimpton wrote:
> > 
> > > Any "best practices" on the testing - I see unit-test and
> > > servlet-tests for turbine - are both maintained?  I just see
> > > unit-tests for stratum.
> > 
> 
> When running the stratum unit tests on a freshly checked out stratum,
> all the xo.* tests are failing:
> 
> loader constraints violated when linking org/xml/sax/EntityResolver
> class 
> 
> java.lang.LinkageError: loader constraints violated when linking
> org/xml/sax/EntityResolver class
> at org.dom4j.io.SAXReader.read(SAXReader.java:298)
> at org.dom4j.io.SAXReader.read(SAXReader.java:246)
> at org.apache.stratum.xo.Mapper.map(Mapper.java:378)
> at org.apache.stratum.xo.Mapper.map(Mapper.java:358)
> 
> 
> I presume this is an existing problem.

Are you are using Java 1.4? There are two copies of the SAX interfaces
in your classpath somewhere.

You should also get used to using maven as the old build systems are
going to disappear. And the maven build takes care of everything you
need.
 
> I also assume you don't mind if I add a test-report task that
> generates xml output and runs junitreport on the results.
> 
> Chris
> 
> =====
> ------------------------------------------
> http://www.soccer2002.org.uk
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to