Re: build pom problem

2006-06-20 Thread Matthias Wessendorf

Matt-

I saw, that I committed yesterday - when introducing Shale-test - the
legacy dependency to jsf-mock. So adf-faces/pom.xml contains them
twice. Just fixed it.
But I think this is not the reason.

Please keep me updated, what the *clean* of your local m2 repo did.

-Matt

On 6/20/06, Matt Cooper [EMAIL PROTECTED] wrote:

Hi Matthias,

I think I'm seeing the same error as Jeanne.  Are you saying that we need to
modify a POM to fix it or download JARs manually?

I'm starting over from a clean slate; I've deleted my .m2/repository and am
building a freshly downloaded (totally clean) source folder.

Thanks,
Matt

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.myfaces.core:myfaces-api

Reason: Error getting POM for 'org.apache.myfaces.core:myfaces-api' from the
repository: Error transferring file
  org.apache.myfaces.core:myfaces-api:pom:1.1.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java-net (https://maven-repository.dev.java.net/nonav/repository/),
  central-corporate-legacy (http://bali.us.oracle.com:2020/maven),
  central-corporate (http://stacy27.us.oracle.com/maven2),
  snapshots-corporate (http://stacy27.us.oracle.com/maven2-snapshots)





--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: build pom problem

2006-06-20 Thread Matthias Wessendorf

Ok ladies and gents,

I killed my complete maven2 local repo.
did a mvn install in plugins
did a mvn install in adf-faces

and myfaces-api-1.1.2.jar (and pom) is downloaded in the desired folder

$HOME/.m2/repository/org/apache/myfaces/core/myfaces-api/1.1.2/

What m2 version do you use?
(just for the case)

mvn -v gave me:

Maven version: 2.0.4


cheers,
Matthias

On 6/20/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

It looks like I have no problem.

will try the hard thing. killing local repo

stay tuned dude.

-Matthias

On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 Not at work ... but when I am home.  In the meantime, what happens if you 
check out 1.1.2 and build it locally?

 Dennis Byrne

 -Original Message-
 From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 20, 2006 05:55 PM
 To: adffaces-dev@incubator.apache.org
 Subject: Re: build pom problem
 
 Hey dennis,
 
 can you also give this *problem* a try?
 
 Thx,
 Matthias
 
 On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
  I believe Craig had the same problem recently. ???
 
  http://mail-archives.apache.org/mod_mbox/myfaces-dev/200606.mbox/[EMAIL 
PROTECTED]
 
  Dennis Byrne
 
  -Original Message-
  From: Matt Cooper [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, June 20, 2006 05:32 PM
  To: adffaces-dev@incubator.apache.org
  Subject: Re: build pom problem
  
  Hi Matthias,
  
  I think I'm seeing the same error as Jeanne.  Are you saying that we need 
to
  modify a POM to fix it or download JARs manually?
  
  I'm starting over from a clean slate; I've deleted my .m2/repository and 
am
  building a freshly downloaded (totally clean) source folder.
  
  Thanks,
  Matt
  
  [INFO]
  

  [ERROR] BUILD ERROR
  [INFO]
  

  [INFO] Error building POM (may not be this project's POM).
  
  
  Project ID: org.apache.myfaces.core:myfaces-api
  
  Reason: Error getting POM for 'org.apache.myfaces.core:myfaces-api' from 
the
  repository: Error transferring file
org.apache.myfaces.core:myfaces-api:pom:1.1.2
  
  from the specified remote repositories:
central (http://repo1.maven.org/maven2),
java-net (https://maven-repository.dev.java.net/nonav/repository/),
central-corporate-legacy (http://bali.us.oracle.com:2020/maven),
central-corporate (http://stacy27.us.oracle.com/maven2),
snapshots-corporate (http://stacy27.us.oracle.com/maven2-snapshots)
  
 
 
 
 
 
 --
 Matthias Wessendorf
 Aechterhoek 18
 48282 Emsdetten
 blog: http://jroller.com/page/mwessendorf
 mail: mwessendorf-at-gmail-dot-com
 





--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com




--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com


Re: build pom problem

2006-06-20 Thread Jeanne Waldman

tried again after update of trinidad code, and deleted repository.
Perhaps Matt and my settings.xml file is different than yours?

Matthias Wessendorf wrote:


yes,
also 20 minutes ago (or so) I removed one of the deps. (was listed 
twice).


can you give it again a try?

-Matthias

On 6/20/06, Jeanne Waldman [EMAIL PROTECTED] wrote:


I'm on 2.0.4. And I had done a clean build. Matthias, did you get a new,
fresh checkout of the trinidad code?
I can try one more time...

Matthias Wessendorf wrote:

 Ok ladies and gents,

 I killed my complete maven2 local repo.
 did a mvn install in plugins
 did a mvn install in adf-faces

 and myfaces-api-1.1.2.jar (and pom) is downloaded in the desired 
folder


 $HOME/.m2/repository/org/apache/myfaces/core/myfaces-api/1.1.2/

 What m2 version do you use?
 (just for the case)

 mvn -v gave me:

 Maven version: 2.0.4


 cheers,
 Matthias

 On 6/20/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

 It looks like I have no problem.

 will try the hard thing. killing local repo

 stay tuned dude.

 -Matthias

 On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
  Not at work ... but when I am home.  In the meantime, what happens
 if you check out 1.1.2 and build it locally?
 
  Dennis Byrne
 
  -Original Message-
  From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, June 20, 2006 05:55 PM
  To: adffaces-dev@incubator.apache.org
  Subject: Re: build pom problem
  
  Hey dennis,
  
  can you also give this *problem* a try?
  
  Thx,
  Matthias
  
  On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
   I believe Craig had the same problem recently. ???
  
  
 
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200606.mbox/[EMAIL PROTECTED] 



  
   Dennis Byrne
  
   -Original Message-
   From: Matt Cooper [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, June 20, 2006 05:32 PM
   To: adffaces-dev@incubator.apache.org
   Subject: Re: build pom problem
   
   Hi Matthias,
   
   I think I'm seeing the same error as Jeanne.  Are you saying
 that we need to
   modify a POM to fix it or download JARs manually?
   
   I'm starting over from a clean slate; I've deleted my
 .m2/repository and am
   building a freshly downloaded (totally clean) source folder.
   
   Thanks,
   Matt
   
   [INFO]
  
 
 



   [ERROR] BUILD ERROR
   [INFO]
  
 
 



   [INFO] Error building POM (may not be this project's POM).
   
   
   Project ID: org.apache.myfaces.core:myfaces-api
   
   Reason: Error getting POM for
 'org.apache.myfaces.core:myfaces-api' from the
   repository: Error transferring file
 org.apache.myfaces.core:myfaces-api:pom:1.1.2
   
   from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java-net
 (https://maven-repository.dev.java.net/nonav/repository/),
 central-corporate-legacy 
(http://bali.us.oracle.com:2020/maven),

 central-corporate (http://stacy27.us.oracle.com/maven2),
 snapshots-corporate
 (http://stacy27.us.oracle.com/maven2-snapshots)
   
  
  
  
  
  
  --
  Matthias Wessendorf
  Aechterhoek 18
  48282 Emsdetten
  blog: http://jroller.com/page/mwessendorf
  mail: mwessendorf-at-gmail-dot-com
  
 
 
 


 --
 Matthias Wessendorf
 Aechterhoek 18
 48282 Emsdetten
 blog: http://jroller.com/page/mwessendorf
 mail: mwessendorf-at-gmail-dot-com












Re: build pom problem

2006-06-20 Thread Jeanne Waldman

It was the settings.xml file. Now that I have Matthias's, it works.
Mine was missing a central-mirror repository.

Thanks,
Jeanne

Matthias Wessendorf wrote:


Well, I have that one from bali.

will mail you offline.

-Matthias

On 6/20/06, Jeanne Waldman [EMAIL PROTECTED] wrote:


tried again after update of trinidad code, and deleted repository.
Perhaps Matt and my settings.xml file is different than yours?

Matthias Wessendorf wrote:

 yes,
 also 20 minutes ago (or so) I removed one of the deps. (was listed
 twice).

 can you give it again a try?

 -Matthias

 On 6/20/06, Jeanne Waldman [EMAIL PROTECTED] wrote:

 I'm on 2.0.4. And I had done a clean build. Matthias, did you get 
a new,

 fresh checkout of the trinidad code?
 I can try one more time...

 Matthias Wessendorf wrote:

  Ok ladies and gents,
 
  I killed my complete maven2 local repo.
  did a mvn install in plugins
  did a mvn install in adf-faces
 
  and myfaces-api-1.1.2.jar (and pom) is downloaded in the desired
 folder
 
  $HOME/.m2/repository/org/apache/myfaces/core/myfaces-api/1.1.2/
 
  What m2 version do you use?
  (just for the case)
 
  mvn -v gave me:
 
  Maven version: 2.0.4
 
 
  cheers,
  Matthias
 
  On 6/20/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:
 
  It looks like I have no problem.
 
  will try the hard thing. killing local repo
 
  stay tuned dude.
 
  -Matthias
 
  On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
   Not at work ... but when I am home.  In the meantime, what 
happens

  if you check out 1.1.2 and build it locally?
  
   Dennis Byrne
  
   -Original Message-
   From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, June 20, 2006 05:55 PM
   To: adffaces-dev@incubator.apache.org
   Subject: Re: build pom problem
   
   Hey dennis,
   
   can you also give this *problem* a try?
   
   Thx,
   Matthias
   
   On 6/20/06, Dennis Byrne [EMAIL PROTECTED] wrote:
I believe Craig had the same problem recently. ???
   
   
 
 
http://mail-archives.apache.org/mod_mbox/myfaces-dev/200606.mbox/[EMAIL PROTECTED] 



 
   
Dennis Byrne
   
-Original Message-
From: Matt Cooper [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 20, 2006 05:32 PM
To: adffaces-dev@incubator.apache.org
Subject: Re: build pom problem

Hi Matthias,

I think I'm seeing the same error as Jeanne.  Are you saying
  that we need to
modify a POM to fix it or download JARs manually?

I'm starting over from a clean slate; I've deleted my
  .m2/repository and am
building a freshly downloaded (totally clean) source folder.

Thanks,
Matt

[INFO]
   
 
 
 



 
[ERROR] BUILD ERROR
[INFO]
   
 
 
 



 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.myfaces.core:myfaces-api

Reason: Error getting POM for
  'org.apache.myfaces.core:myfaces-api' from the
repository: Error transferring file
  org.apache.myfaces.core:myfaces-api:pom:1.1.2

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java-net
  (https://maven-repository.dev.java.net/nonav/repository/),
  central-corporate-legacy
 (http://bali.us.oracle.com:2020/maven),
  central-corporate (http://stacy27.us.oracle.com/maven2),
  snapshots-corporate
  (http://stacy27.us.oracle.com/maven2-snapshots)

   
   
   
   
   
   --
   Matthias Wessendorf
   Aechterhoek 18
   48282 Emsdetten
   blog: http://jroller.com/page/mwessendorf
   mail: mwessendorf-at-gmail-dot-com
   
  
  
  
 
 
  --
  Matthias Wessendorf
  Aechterhoek 18
  48282 Emsdetten
  blog: http://jroller.com/page/mwessendorf
  mail: mwessendorf-at-gmail-dot-com