Luciano Resende wrote:
We still have an issue, if we try to have a source distribution, but
binary distribution is working fine now. Phewwwww...

So the SCA nightly binary distro build is available again. The source distro build is temporarily unavailabe, people who want the source should get it directly from SVN.

I disabled the source distribution for now as it was causing the out of memory error we've seen for a week on the continuum build machine. If people need the latest source, they can just get it from SVN...

We still need to figure out two issues:

- source distribution build causing this:

[INFO] Processing DependencySet (output=tuscany-sca-1.0-incubating-SNAPSHOT/lib)
[INFO] Building zip: 
/x1/continuum/working-directory/381/distribution/target/apache-tuscany-sca-1.0-incubating-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Java heap space
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.OutOfMemoryError: Java heap space



- javadoc distribution build causing a download error (which is really strange as the javadoc is built locally as part of the build):

[INFO] Configured Artifact: 
org.apache.tuscany.sca:tuscany-core-spi:javadoc:1.0-incubating-SNAPSHOT:jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/tuscany/sca/tuscany-core-spi/1.0-incubating-SNAPSHOT/tuscany-core-spi-1.0-incubating-SNAPSHOT-javadoc.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/tuscany/sca/tuscany-core-spi/1.0-incubating-SNAPSHOT/tuscany-core-spi-1.0-incubating-SNAPSHOT-javadoc.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.tuscany.sca
ArtifactId: tuscany-core-spi
Version: 1.0-incubating-SNAPSHOT

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.apache.tuscany.sca -DartifactId=tuscany-core-spi \
       -Dversion=1.0-incubating-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file


 org.apache.tuscany.sca:tuscany-core-spi:jar:1.0-incubating-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache.incubator (http://people.apache.org/repo/m2-incubating-repository),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)




On 7/18/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
Made some progress here, we are passed all issues now, just getting
Out Of Memory while  creating the distribution. I'll have to check
what are the MAVEN_OPTS on the continuum machine.

On 7/17/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
> No, I don't think we ever found a solution for this.
>
> On 7/17/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> > Luciano Resende wrote:
> > > I have fixed some of the regression around missing dependencies with
> > > maven-antrun-plugin.
> > > But we still have one issue while trying to build the distribution
> > > profile, for some reason, looks like it can't find the
> > > tuscany-core-spi artifact.
> > >
> > > [INFO] Failed to resolve artifact.
> > >
> > > GroupId: org.apache.tuscany.sca
> > > ArtifactId: tuscany-core-spi
> > > Version: 1.0-incubating-SNAPSHOT
> > >
> > > Detailed log available here [1]. Any help or hints appreciated.
> > >
> > > [1]
> > > http://vmbuild.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=217640&id=381
> > >
> > >
> >
> > This is not the first time we see this. Last time it happened didn't a
> > cleanup on the build machine fix the problem?
> >
> > --
> > Jean-Sebastien
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>


--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/





--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to