RE: Building old versions

2007-10-25 Thread Jon Card
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) produces a NoClassDefFoundError: org/codehaus

Re: Building old versions

2007-10-25 Thread Hervé BOUTEMY
-Original Message- 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

Re: Building old versions

2007-10-25 Thread Dennis Lundberg
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 an APT source to docbook target book rendering

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

RE: Building old versions

2007-10-24 Thread Jon Card
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 most recent release of org.apache.maven.doxia:doxia, 1.0-alpha-9. My POM works find when I get

RE: Building old versions

2007-10-24 Thread Jon Card
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-alpha-10-SNAPSHOT to see

RE: Building old versions

2007-10-24 Thread Jon Card
Lundberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 3: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

RE: Building old versions

2007-10-24 Thread Jon Card
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 an APT source to docbook target book rendering, which is what

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