Hi,
I'm not sure what is happening. It seems a module is missing :S. I checked
twice if the module folder is in the .zig and .tar files, but it's not. The
module missing is the implementation-ejb. Am I doing something wrong?
Adriano Crestani
Below, the maven output failure:
C:\tuscany-sca-1.2-incubating-src>mvn
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: unknown
Reason: Could not find the model file
'C:\tuscany-sca-1.2-incubating-src\modules
\implementation-ejb\pom.xml'. for project unknown
[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the model
file
'C:\tuscany-sca-1.2-incubating-src\modules\implementation-ejb\pom.xml'. for
proj
ect unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:376)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:289)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Could not find
the
model file
'C:\tuscany-sca-1.2-incubating-src\modules\implementation-ejb\pom.xm
l'. for project unknown
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(Default
MavenProjectBuilder.java:1381)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFi
leInternal(DefaultMavenProjectBuilder.java:474)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
nProjectBuilder.java:197)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:548)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:458)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:524)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:524)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:362)
... 11 more
Caused by: java.io.FileNotFoundException:
C:\tuscany-sca-1.2-incubating-src\modu
les\implementation-ejb\pom.xml (O sistema nÒo pode encontrar o caminho
especific
ado)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
hidden.org.codehaus.plexus.util.xml.XmlReader.<init>(XmlReader.java:1
23)
at
hidden.org.codehaus.plexus.util.xml.XmlStreamReader.<init>(XmlStreamR
eader.java:67)
at
hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFact
ory.java:113)
at
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(Default
MavenProjectBuilder.java:1376)
... 18 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Sat Apr 05 15:30:09 ADT 2008
[INFO] Final Memory: 3M/7M
[INFO]
------------------------------------------------------------------------
On Sat, Apr 5, 2008 at 7:04 AM, ant elder <[EMAIL PROTECTED]> wrote:
> Also how about an official RC to vote on? I'd started having a look at the
> original RC3 and then the downloads got updated so i need to start over,
> is
> this the final RC3 or is it gong to be updated again and i should wait
> till
> a vote is called?
>
> ...ant
>
> On Sat, Apr 5, 2008 at 10:33 AM, Dave Sowerby <[EMAIL PROTECTED]>
> wrote:
>
> > Hi,
> >
> > Would it be possible to upload the maven repository for RC3?
> >
> > Cheers,
> >
> > Dave.
> >
> > On Fri, Apr 4, 2008 at 8:06 PM, Luciano Resende <[EMAIL PROTECTED]>
> > wrote:
> > > New distributions should be available in couple mins in my people.a.o
> > space [1]
> > >
> > >
> > > [1]
> > > http://people.apache.org/~lresende/tuscany/sca-1.2-RC3/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3/>
> <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3/>
> > >
> > >
> > >
> > > On Fri, Apr 4, 2008 at 10:06 AM, Luciano Resende <[EMAIL PROTECTED]>
> > wrote:
> > > > Thanks Raymond
> > > >
> > > > I'm trying this fix, and another one for a jetty version
> mismatch.
> > > > I'll be generating a new distribution soon and will update this
> > thread
> > > > when it's ready.
> > > >
> > > >
> > > >
> > > > On Fri, Apr 4, 2008 at 9:30 AM, Raymond Feng <[EMAIL PROTECTED]>
> > wrote:
> > > > > Hi,
> > > > >
> > > > > The extra jar is from woodstox:wstx-asl:jar:3.2.1 (same
> artifact
> > and
> > > > > version id with different group id).
> > > > >
> > > > > +-
> > > > >
> >
> org.apache.tuscany.sca:tuscany-java2wsdl:jar:1.2-incubating-SNAPSHOT:compile
> > > > > | | +- org.apache.axis2:axis2-codegen:jar:1.3:compile
> > > > > | | +- org.eclipse.emf:codegen:jar:2.2.3:compile
> > > > > | | +- org.eclipse.emf:codegen-ecore:jar:2.2.3:compile
> > > > > | | +- annogen:annogen:jar:0.1.0:compile
> > > > > | | \- woodstox:wstx-asl:jar:3.2.1:runtime
> > > > >
> > > > > I have checked in a fix in trunk under r644756. Please merge it
> > into 1.2
> > > > > branch
> > > > >
> > > > > Thanks,
> > > > > Raymond
> > > > > --------------------------------------------------
> > > > > From: "Raymond Feng" <[EMAIL PROTECTED]>
> > > > > Sent: Friday, April 04, 2008 9:11 AM
> > > > > To: <[email protected]>; <[EMAIL PROTECTED]>
> > > > > Subject: Re: [SCA 1.2] RC3
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > Here is the first issue: I'm seeing duplicate
> > lib/wstx-asl-3.2.1.jar in
> > > > > both the zip and gz distro. It's very strange.
> > > > > >
> > > > > > Thanks,
> > > > > > Raymond
> > > > > >
> > > > > > --------------------------------------------------
> > > > > > From: "Luciano Resende" <[EMAIL PROTECTED]>
> > > > > > Sent: Thursday, April 03, 2008 11:09 PM
> > > > > > To: "tuscany-dev" <[email protected]>; "tuscany user"
> > > > > <[EMAIL PROTECTED]>
> > > > > > Subject: [SCA 1.2] RC3
> > > > > >
> > > > > >
> > > > > > > I have uploaded stable distribution and possible candidate
> for
> > our SCA
> > > > > > > 1.2 RC3 in my people.a.o space [1] (should be live in about
> 20
> > mins).
> > > > > > > Please give it a try and help check the samples, while I
> > finish
> > > > > > > reviewing the license. Please report issues via JIRA. If
> > everything
> > > > > > > goes ok, I plan to start a vote in the morning.
> > > > > > >
> > > > > > >
> > > > > > > [1]
> > > http://people.apache.org/~lresende/tuscany/sca-1.2-RC3/<http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3/>
> <http://people.apache.org/%7Elresende/tuscany/sca-1.2-RC3/>
> > > > > > >
> > > > > > > --
> > > > > > > Luciano Resende
> > > > > > > Apache Tuscany Committer
> > > > > > >
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <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]
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Luciano Resende
> > > > Apache Tuscany Committer
> > > >
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> > > > http://lresende.blogspot.com/
> > > >
> > >
> > >
> > >
> > > --
> > > Luciano Resende
> > > Apache Tuscany Committer
> > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>
> <http://people.apache.org/%7Elresende>
> > > http://lresende.blogspot.com/
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> > --
> > Dave Sowerby MEng MBCS
> > ey,Is it possible to updated
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>