Re: Building old versions

2007-10-25 Thread Dennis Lundberg
en 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) produces a NoClassDefFoundError: org/codehaus/plexus/util/ReaderFactory. I don't think it can find that jar a

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
thod signatures, even. Is that a bad assumption? Is there a way to recreate the last release? Jonathan Card From: Jon Card [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 6:34 PM To: dev@maven.apache.org Subject: Building old versions I'm trying to add something to the mos

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

Building old versions

2007-10-23 Thread Jon Card
I'm trying to add something to the most recent release of org.apache.maven.doxia:doxia, 1.0-alpha-9. My POM works find when I get the plugin from the repository, but when I check out the code tagged as 1.0-alpha-9, build it, and install it, I get an exception: [INFO] Trace java.lang.NoClassDef