multiproject:site from root base directory

2007-10-21 Thread Tanguy von Stebut
Hi all folks, I have a multi-sub-projects project with, one of them is my parent top-level. But, I'm trying to run maven multiproject:site from root base directory, but it does not do the same as from top level project... In fact, at the end of maven build process, it does not gather properly, so

Re: multiproject:site from root base directory

2007-10-21 Thread Mick Knutson
you need to do a site:site-deploy in order for the docs to be combined and be able to navigate to the sub modules. On 10/21/07, Tanguy von Stebut [EMAIL PROTECTED] wrote: Hi all folks, I have a multi-sub-projects project with, one of them is my parent top-level. But, I'm trying to run maven

Re: maven compile ejb example error

2007-10-21 Thread newbie_tw
According to your suggestion the problem is solved now. Thank you very much. Tim Kettler [EMAIL PROTECTED] 說: Hi, the Stateless annotation is part of the ejb api. You need this artifact: org.apache.geronimo.specs geronimo-ejb_3.0_spec 1.0 -Tim [EMAIL PROTECTED] schrieb: I

Re: Internal (company) repository layout best practices

2007-10-21 Thread Barrie Treloar
On 10/18/07, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, can you state pros and cons for your company's maven internal repository layout. Why (for example) have internal-snapshots and internal repos. It is best practice to separate releases from snapshots. In general other people are only

Artifact [...] is not a dependency of the project

2007-10-21 Thread newbie_tw
I encounter a new problem whilst following the sample programme at http://cwiki.apache.org/GMOxDOC20/very-simple-entity-ejb-example.html. I run the command 'mvn compile' it issues the error Artifact [...] is not a dependency of the project. After searching the google, someone says that it can

Re: Classloading exception in Maven built ear..

2007-10-21 Thread Wayne Fay
What app server are you deploying to? Are you sure the tcl dependency is identical in both ears? Can you fully unzip both ears (and all war/jar inside) and run a diff against the files? There must be a difference somewhere that's just not obvious. Wayne On 10/21/07, Larry Suto [EMAIL PROTECTED]

Re: Classloading exception in Maven built ear..

2007-10-21 Thread Larry Suto
Hi Thanks for the reply, The app server is Websphere 5.1...I have done a diff that did not indicate any clear differences..but I have not done every jar yet..I will do that next. Larry On 10/21/07, Wayne Fay [EMAIL PROTECTED] wrote: What app server are you deploying to? Are you sure the tcl