Re: maven - geronimo 2.0 example build problem

2007-10-10 Thread dbrenck
or wars. In any case, a jar with only @Entity classes in it will not be recognized as a ejb jar and if you claim it is the ejb deployer will object. hope this helps david jencks -- View this message in context: http://www.nabble.com/maven---geronimo-2.0-example-build-problem

Re: maven - geronimo 2.0 example build problem

2007-10-05 Thread dbrenck
://www.apache.org/dyn/closer.cgi/geronimo/2.0.1/geronimo-tomcat6-jee5-2.0.1-bin.zip cheers, dirk -- View this message in context: http://www.nabble.com/maven---geronimo-2.0-example-build-problem-tf4496318s134.html#a13055049 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: maven - geronimo 2.0 example build problem

2007-10-05 Thread David Jencks
ejb.jar or with my server. Btw. - I'm running this: http://www.apache.org/dyn/closer.cgi/geronimo/2.0.1/geronimo- tomcat6-jee5-2.0.1-bin.zip cheers, dirk -- View this message in context: http://www.nabble.com/maven--- geronimo-2.0-example-build-problem-tf4496318s134.html#a13055049 Sent from

Re: maven - geronimo 2.0 example build problem

2007-10-04 Thread dbrenck
anymore. Ain't it possible to deploy Entity Beans standalone? -- View this message in context: http://www.nabble.com/maven---geronimo-2.0-example-build-problem-tf4496318s134.html#a13039682 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: maven - geronimo 2.0 example build problem

2007-10-04 Thread David Jencks
. Hope I'm right and that this helps :-) david jencks -- View this message in context: http://www.nabble.com/maven--- geronimo-2.0-example-build-problem-tf4496318s134.html#a13039682 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

maven - geronimo 2.0 example build problem

2007-09-21 Thread dbrenck
, I know about the .m2 repository - but it always seems to be incomplete...) -- View this message in context: http://www.nabble.com/maven---geronimo-2.0-example-build-problem-tf4496318s134.html#a12822008 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: maven - geronimo 2.0 example build problem

2007-09-21 Thread Lin Sun
Hi, Looks like this org.apache.geronimo.samples:myphonebook-ejb:jar is a sample jar that is supposed to be built part of the myphonebook project. Maybe you could go to the ejb folder and do a mvn install first to build that. If you have a pretty good m2 local repo, you can just build

Re: maven - geronimo 2.0 example build problem

2007-09-21 Thread Prasad Kashyap
?whatever?. Thats anoying somehow. Is there a way to convert pom.xml to build.xml (ant)? (Yes, I know about the .m2 repository - but it always seems to be incomplete...) -- View this message in context: http://www.nabble.com/maven---geronimo-2.0-example-build-problem-tf4496318s134.html#a12822008

Re: Build Problem

2006-02-15 Thread Kevan Miller
On Feb 15, 2006, at 3:09 AM, Phani Madgula wrote: Hi.. I am getting this problem due to dependency on the below jar file. How can I resolve the issue? BUILD FAILED File.. C:\geronimo\maven.xml Element... maven:reactor Line.. 58 Column 112 The build cannot continue because of the

Re: build problem

2005-06-23 Thread Alejandro Montenegro
using maven 1.0 :S 2005/6/23, David Jencks [EMAIL PROTECTED]: You can try to wget it from the repository it is in into your local maven repo, but you will soon get tired of the 10 jars you will have to do this for. Are you using maven 1.0.2? Basically all other versions don't

Re: build problem

2005-06-23 Thread Alejandro Montenegro
So there is no elegant way to build Geronimo? 2005/6/23, Alejandro Montenegro [EMAIL PROTECTED]: using maven 1.0 :S 2005/6/23, David Jencks [EMAIL PROTECTED]: You can try to wget it from the repository it is in into your local maven repo, but you will soon get tired of the 10

Re: build problem

2005-06-23 Thread David Jencks
On Jun 22, 2005, at 11:14 PM, Alejandro Montenegro wrote: So there is no elegant way to build Geronimo? Sure, use maven 1.0.2 david jencks 2005/6/23, Alejandro Montenegro [EMAIL PROTECTED]: using maven 1.0 :S 2005/6/23, David Jencks [EMAIL PROTECTED]: You can try to wget it from the

Re: build problem

2005-06-23 Thread Jeremy Boynes
David Jencks wrote: Are you using maven 1.0.2? Basically all other versions don't work, either older or newer. Dumb question, but what changed in the build that stopped maven 1.0 from working and can we work around it? -- Jeremy

Re: build problem

2005-06-23 Thread Dain Sundstrom
We now use a single global repository list which is way easier to maintain. In maven 1.0 and 1.0.1 there was a bug that caused a module to not inherit the repo list from the parent project. -dain On Jun 23, 2005, at 10:28 AM, Jeremy Boynes wrote: David Jencks wrote: Are you using maven

build problem

2005-06-22 Thread Alejandro Montenegro
It's first time I'm trying to build Geronimo, I'm running on a Gentoo Linux on an AMD64, just downloaded the last revision (193080). Well but the problem is that maven can't download all dependencies, I got this error: BUILD FAILED File..