phew...  that's a relief :)

++Vamsi

On Wed, Mar 12, 2008 at 10:53 AM, Raymond Feng <[EMAIL PROTECTED]> wrote:

> I was using maven 2.0.8. I just tried maven 2.0.6 and it works! It seems
> that there are some changes in maven 2.0.8 that trigger the problem.
>
> Thanks,
> Raymond
> --------------------------------------------------
> From: "Raymond Feng" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 11, 2008 10:07 PM
> To: <[email protected]>
> Subject: Re: How to resolve build error of Tuscany plugin for Geronimo
>
> > Hi,
> >
> > I'm seeing it too. It seems that one of dependency
> > org.apache.geronimo.configs/jee-specs/car is missing the version.
> >
> > Here is the stacktrace:
> >
> > Caused by:
> > org.apache.geronimo.kernel.repository.MissingDependencyException: Una
> > ble to resolve dependency org.apache.geronimo.configs/jee-specs//car
> >        at
> > org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolve
> > InClassLoader(DefaultArtifactResolver.java:123)
> >        at
> > org.apache.geronimo.kernel.repository.DefaultArtifactResolver.resolve
> > InClassLoader(DefaultArtifactResolver.java:102)
> >        at
> > org.apache.geronimo.kernel.repository.DefaultArtifactResolver$$FastCl
> > assByCGLIB$$e847b746.invoke(<generated>)
> >        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >        at
> > org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod
> > Invoker.java:38)
> >        at
> > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio
> > n.java:124)
> >        at
> > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.
> > java:830)
> >        at
> > org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5
> > 7)
> >        at
> > org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat
> > ionInvoker.java:35)
> >        at
> > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro
> > xyMethodInterceptor.java:96)
> >        at
> > org.apache.geronimo.kernel.repository.ArtifactResolver$$EnhancerByCGL
> > IB$$27cd117b.resolveInClassLoader(<generated>)
> >        at
> > org.apache.geronimo.kernel.config.SimpleConfigurationManager.resolveP
> > arentIds(SimpleConfigurationManager.java:469)
> >        at
> > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadDept
> > hFirst(SimpleConfigurationManager.java:428)
> >        at
> > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadDept
> > hFirst(SimpleConfigurationManager.java:435)
> >        at
> > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
> > iguration(SimpleConfigurationManager.java:294)
> >
> > Thanks,
> > Raymond
> > --------------------------------------------------
> > From: "Luciano Resende" <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 11, 2008 11:56 AM
> > To: <[email protected]>
> > Subject: Re: How to resolve build error of Tuscany plugin for Geronimo
> >
> >> Hi Vamsi
> >>
> >>   I have the same issue, do I need to build geronimo first ? or maybe
> >> geronimo needs to deploy a snapshot of some modules ?
> >>
> >> On Tue, Mar 11, 2008 at 6:40 AM, Vamsavardhana Reddy
> >> <[EMAIL PROTECTED]> wrote:
> >>> I am able to build successfully.  I am using JDK5 and maven 2.0.6.
> >>>
> >>>  ++Vamsi
> >>>
> >>>
> >>>
> >>>  On Thu, Mar 6, 2008 at 6:16 PM, <[EMAIL PROTECTED]> wrote:
> >>>
> >>>  > Hi all,
> >>>  >
> >>>  > I'm facing build error of Tuscany plugin for Geronimo.
> >>>  > I checked out sources from
> >>>  > https://svn.apache.org/repos/asf/geronimo/plugins/tuscany/trunk
> >>>  >
> >>>  > Specifically, while building "tuscany-tomcat" module.
> >>>  >
> >>>  > ------
> >>>  > Downloading:
> >>>  >
> http://repo1.maven.org/maven2/org/eclipse/xsd/xsd/2.2.3/xsd-2.2.3.pom
> >>>  > [WARNING] POM for 'rome:rome:pom:0.9:compile' is invalid. It will
> be
> >>>  > ignored for artifact resolution
> >>>  > . Reason: Not a v4.0.0 POM. for project rome:rome at C:\Documents
> and
> >>>  > Settings\someone\.m2\repository\rome\rome\0.9\rome-0.9.pom
> >>>  > [INFO] [car:package]
> >>>  > [WARNING] POM for 'rome:rome:pom:0.9:compile' is invalid. It will
> be
> >>>  > ignored for artifact resolution
> >>>  > . Reason: Not a v4.0.0 POM. for project rome:rome at C:\Documents
> and
> >>>  > Settings\someone\.m2\rep
> >>>  > ository\rome\rome\0.9\rome-0.9.pom
> >>>  > [INFO] Packaging module configuration:
> >>>  >
> >>>
> D:\Project\SCA\checkout-tuscany-geronimo-plugin\tuscany-tomcat\target\plan\plan.xml
> >>>  > [INFO]
> >>>  >
> ------------------------------------------------------------------------
> >>>  > [ERROR] BUILD ERROR
> >>>  > [INFO]
> >>>  >
> ------------------------------------------------------------------------
> >>>  > [INFO] load of org.apache.geronimo.configs/j2ee-deployer/2.0.2/car
> >>> failed
> >>>  >
> >>>  > Configuration gbean failed to start org.apache.geronimo.configs
> >>>  > /j2ee-deployer/2.0.2/car
> >>>  > reason: Unable to resolve dependency org.apache.geronimo.schema
> >>>  > /geronimo-schema-jee_5//jar
> >>>  >  Parent stack:
> >>>  >         org.apache.geronimo.modules/geronimo-j2ee-schema/2.0.2/jar
> >>> (top)
> >>>  > -----------------------------------
> >>>  >
> >>>  > How can I resolve this error?
> >>>  >
> >>>  > Environment is
> >>>  > - JDK5 update 14
> >>>  > - maven 2.0.8
> >>>  >
> >>>  > Thanks in advance.
> >>>  >
> >>>  > Hideki
> >>>  >
> >>>  >
> ---------------------------------------------------------------------
> >>>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>>  > For additional commands, e-mail: [EMAIL PROTECTED]
> >>>  >
> >>>  >
> >>>
> >>
> >>
> >>
> >> --
> >> Luciano Resende
> >> Apache Tuscany Committer
> >> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> >> http://lresende.blogspot.com/
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to