Re: long-term buildability of released versions?

2008-02-08 Thread toby cabot
If you still have problems, please keep this thread alive At the risk of demonstrating my inability to follow directions I'll keep the thread alive to say that with your changes and Jarek's I think we're in good shape. Thanks!

Re: long-term buildability of released versions?

2008-02-07 Thread Donald Woods
I just built the latest 2.0.3-SNAPSHOT code (r619588) online and then again offline successfully via - mvn install -Dtest=false -o If you still have problems, please keep this thread alive -Donald toby cabot wrote: Hi Folks, I'm trying to gather the set of code and dependencies to

Re: long-term buildability of released versions?

2008-02-06 Thread toby cabot
On Tue, Feb 05, 2008 at 01:23:33PM -0500, Jarek Gawor wrote: I've fixed 1) and 2) in trunk, branches/2.0, and branches/2.1. Thank you. I'm not sure about the other two. I tried surefire 2.3 and it works fine. I think it's low risk since it's only used during the build. ---

long-term buildability of released versions?

2008-02-05 Thread toby cabot
Hi Folks, I'm trying to gather the set of code and dependencies to build Geronimo 2.0.2. I'd like to end up with all of the bits that I need to build 2.0.2 without accessing the internet next week, next month, etc, and end up with the same image. Donald and Iain on the user list helped me with

Re: long-term buildability of released versions?

2008-02-05 Thread David Jencks
Hopefully a better maven expert than I will chime in. I think we are using the scout jar but not the jaxr-api snapshot jar. I'm pretty sure the scout 1.0rc1 jar should not have been released since it depends on a snapshot. In this case I think that the solution is to exclude the scout

Re: long-term buildability of released versions?

2008-02-05 Thread toby cabot
Thanks David, it sounds as if we do want a SNAPSHOT-less build. These snapshots croak 2.0.2's offline build: | 1) org.apache.ws.scout:jaxr-api:jar:SNAPSHOT | | Path to dependency: | 1) org.apache.geronimo.modules:geronimo-webservices:jar:2.0.2 | 2)

Re: long-term buildability of released versions?

2008-02-05 Thread Jarek Gawor
I've fixed 1) and 2) in trunk, branches/2.0, and branches/2.1. For 1) add the exclusion like David mentioned. For 2) just remove the version element for that api in geronimo-jaxws/pom.xml. It's really not needed there. I'm not sure about the other two. Jarek On Feb 5, 2008 12:25 PM, toby cabot

Re: long-term buildability of released versions?

2008-02-05 Thread Donald Woods
There are newer released versions of surefire-api we can use - 2.3, 2.3.1 and 2.4. I'll defer to someone who knows our maven-plugins better to determine if we can move up to a newer version The only release of jtidy is 4aug2000r7-dev. The latest snapshot is