Re: Building old versions

2007-10-25 Thread Dennis Lundberg
:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 6:34 PM To: Maven Developers List Subject: RE: Building old versions I'm afraid I'm getting the same exception, although the Maven2 plugin for Eclipse is no longer showing me plexus-utils:1.0.2 and plexus-utils:1.4.5. The unit tests

Re: Building old versions

2007-10-25 Thread Hervé BOUTEMY
, but it solves > my problem. If you want me to run more tests, let me know. > > Jonathan Card > > -Original Message- > From: Jon Card [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 6:49 PM > To: Maven Developers List > Subject: RE: Building old

RE: Building old versions

2007-10-24 Thread Jon Card
ge- From: Jon Card [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 6:49 PM To: Maven Developers List Subject: RE: Building old versions Forget the question at the end of my last email. The call: ReaderFactory.newXmlReader(bookDescriptor); in DefaultBookIo#readBook(File) produc

RE: Building old versions

2007-10-24 Thread Jon Card
, 2007 6:34 PM To: Maven Developers List Subject: RE: Building old versions I'm afraid I'm getting the same exception, although the Maven2 plugin for Eclipse is no longer showing me plexus-utils:1.0.2 and plexus-utils:1.4.5. The unit tests are running and I'm getting the output for a

RE: Building old versions

2007-10-24 Thread Jon Card
", it has loaded "ReaderFactory" and should be able to find "XmlStreamReader", right? Jonathan Card -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 3:11 PM To: Maven Developers List Subject: Re: Building old versions

RE: Building old versions

2007-10-24 Thread Jon Card
11 PM To: Maven Developers List Subject: Re: Building old versions Unfortunately there was a problem with the dependencies specified in 1.0-alpha-9. I'm working on getting a quick 1.0-alpha-10 out the door that fixes these problems. It would be really helpful if you could try the latest 1.0-alph

RE: Building old versions

2007-10-24 Thread Jon Card
I understand that there's a lot of discussion going on about a release, but I had a follow up question to the one below. With a fresh checkout of the code at "maven/doxia/doxia/tags/doxia-1.0-alpha-9", I built "doxia-book" and decompiled "BookModelXpp3Reader.class", which "diff" indicated diffe

Re: Building old versions

2007-10-24 Thread Dennis Lundberg
Unfortunately there was a problem with the dependencies specified in 1.0-alpha-9. I'm working on getting a quick 1.0-alpha-10 out the door that fixes these problems. It would be really helpful if you could try the latest 1.0-alpha-10-SNAPSHOT to see if that solves your problems. Jon Card wrote