I cleaned up:

- C:\Documents and Settings\ADR\.m2\repository

- all the files downloaded with tortoiseSVN

Then:

- I executed svn co
https://svn.apache.org/repos/asf/incubator/tuscany/java/

- inside the java folder I executed mvn and many files were downloaded

- also inside the java folder I executed mvn -Peclipse eclipse:eclipse and
many other files were downloaded

So I searched for the files discussed on this thread:
http://www.mail-archive.com/[email protected]/msg13886.html. The
config files that are auto generated by mvn. But I couldn't find them.

And again I tried:

- I executed mvn inside java folder and I got this:

C:\Adriano\Faculdade\Tuscany\tuscany\java>mvn
[INFO] Scanning for projects...
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Tuscany Project
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\Adriano\Faculdade\Tuscany\tuscany\java\pom.xml to
C:\Docume
nts and
Settings\ADR\.m2\repository\org\apache\tuscany\tuscany-project\1.0-incub
ator-SNAPSHOT\tuscany-project-1.0-incubator-SNAPSHOT.pom
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Fri Feb 16 02:03:17 VET 2007
[INFO] Final Memory: 3M/7M
[INFO]
------------------------------------------------------------------------

- And executed mvn inside java\das folder:

C:\Adriano\Faculdade\Tuscany\tuscany\java>cd das

C:\Adriano\Faculdade\Tuscany\tuscany\java\das>mvn
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Tuscany DAS
[INFO]   Tuscany DAS for Relational Databases
[INFO]   Tuscany DAS Samples
[INFO]   Tuscany DAS Company Sample
[INFO]   Tuscany DAS J2SE Customer Sample
[INFO]   Tuscany DAS Distribution
[INFO]   Tuscany DAS Samples Distribution
[INFO]   Tuscany DAS JavaDoc Distribution
[INFO]
-------------------------------------------------------------------------
---
[INFO] Building Tuscany DAS
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
---
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-site-plugin

Reason: Error getting POM for 'org.apache.maven.plugins:maven-site-plugin'
from
the repository: Failed to resolve artifact, possibly due to a repository
list th
at is not appropriately equipped for this artifact's metadata.
 org.apache.maven.plugins:maven-site-plugin:pom:2.0-SNAPSHOT

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



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Feb 16 02:04:10 VET 2007
[INFO] Final Memory: 1M/4M
[INFO]
------------------------------------------------------------------------

- I created C:\Documents and Settings\ADR\.m2\repository\settings.xml as
Luciano suggested, and tried mvn again, and I got the same :s.

Adriano Crestani

On 2/15/07, Luciano Resende <[EMAIL PROTECTED]> wrote:

I just want to make sure you have done the following steps :

1.Rename or delete your maven repository :
   - e.g C:\Documents and Settings\lresende\.m2\repository

2.Add mirrors to your maven (this is usefull if you are having problems
downloading artifacts from a specific repository)

   - use the following as a sample
      -
https://svn.apache.org/repos/asf/incubator/tuscany/java/etc/settings.xml
   - copy the mirros element to a settings.xml file on your maven
repository
directory
       - e.g C:\Documents and
Settings\lresende\.m2\repository\settings.xml

3.If you are cleaning up java files, meaning code, then try a clean
chackout
   - svn co https://svn.apache.org/repos/asf/incubator/tuscany/java/

After that, do you still see issues ? I started from a clean maven repo
and
things are working fine for me.

--
Luciano Resende
http://people.apache.org/~lresende <http://people.apache.org/%7Elresende>

On 2/15/07, Adriano Crestani < [EMAIL PROTECTED]> wrote:
>
> OK, the problem probably is on my computer then.  But  thanks  anyway
for
> try to help me ; )
>
> Adriano Crestani
>
> On 2/15/07, Jeremy Boynes < [EMAIL PROTECTED]> wrote:
> >
> > On Feb 15, 2007, at 7:34 AM, Adriano Crestani wrote:
> >
> > > I deactivated my firewall, but it's still not working : (. I got it
> > > with mvn
> > > -X:
> >
> > I don't know then sorry.
> >
> > I just checked out https://svn.apache.org/repos/asf/incubator/tuscany/

> > java/das to /tmp on my machine, removed org/apache/tuscany from my
> > local mvn cache and managed to build ok.
> >
> > Hopefully one of the DAS people can provide more insight.
> > --
> > Jeremy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to