Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread David Jencks
I'm confused. This is in the apache pom v4: apache.snapshots Apache Snapshot Repository http://people.apache.org/repo/m2-snapshot-repository false Why do we need to mention it again? thanks david jencks On May 20, 2008, at 10:57 AM, Jarek Gaw

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Jarek Gawor
Hmm I'm pretty sure I tested it and the dependencies where not pulled in until I added these repo entries. Maybe I was doing something wrong or a bug somewhere. Jarek On Tue, May 20, 2008 at 11:10 AM, David Jencks <[EMAIL PROTECTED]> wrote: > I'm confused. This is in the apache pom v4: > >

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Joe Bohn
Jarek Gawor wrote: Joe, These apache-snapshot entires were there so that a user could checkout a particular sample from svn and build it (otherwise the user had to checkout the entire samples directory). Jarek Thanks for the info Jarek. Here were my reasons for removal: - The root sample p

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Jarek Gawor
Joe, These apache-snapshot entires were there so that a user could checkout a particular sample from svn and build it (otherwise the user had to checkout the entire samples directory). Jarek On Tue, May 20, 2008 at 10:47 AM, <[EMAIL PROTECTED]> wrote: > Author: jbohn > Date: Tue May 20 07:47:33

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Daniel Kulp
The issue is how does it resolve: org.apache.geronimo.samples samples 2.2-SNAPSHOT It needs to resolve that first to resolve the apache:apache:4 Without the snapshot repo defined, it won't resolve that. Dan On May 20, 2008, at 11:10 AM, David Jencks wrote: I'm confused. This is in

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread David Jencks
On May 20, 2008, at 11:27 AM, Daniel Kulp wrote: The issue is how does it resolve: org.apache.geronimo.samples samples 2.2-SNAPSHOT It needs to resolve that first to resolve the apache:apache:4 Without the snapshot repo defined, it won't resolve that. Dan Good point. So, it seems to m

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Donald Woods
Guess we should rethink the whole private repository model. Maybe we need to move it to its own location in svn and have it contain depends for all releases (much like openejb has been doing), so we can reference it as a repo for sample (and other plugin) builds Otherwise, if we tell user

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread David Jencks
On May 20, 2008, at 12:38 PM, Donald Woods wrote: Guess we should rethink the whole private repository model. Maybe we need to move it to its own location in svn and have it contain depends for all releases (much like openejb has been doing), so we can reference it as a repo for sample (a

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Joe Bohn
David Jencks wrote: On May 20, 2008, at 12:38 PM, Donald Woods wrote: Guess we should rethink the whole private repository model. Maybe we need to move it to its own location in svn and have it contain depends for all releases (much like openejb has been doing), so we can reference it as a

Re: svn commit: r658264 - in /geronimo/samples/trunk/samples: ./ CustomerService/ bank/ calculator-stateless-pojo/ dbtester/ inventory/ jaxws-calculator/ jms-mdb-sample/ ldap-sample-app/ myphonebook/

2008-05-20 Thread Joe Bohn
David Jencks wrote: On May 20, 2008, at 11:27 AM, Daniel Kulp wrote: The issue is how does it resolve: org.apache.geronimo.samples samples 2.2-SNAPSHOT It needs to resolve that first to resolve the apache:apache:4 Without the snapshot repo defined, it won't resolve that. Dan Good poin