Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-08 Thread Rick McGuire
I'm willing to take a crack at this, but I'm not really sure what 
changes are required to implement this.


Rick

Jason Dillon wrote:

Short of getting Maven to actually fix this problem...

Can we try to work around this by having the yoko introduce a version 
property, and use ${version} where its using ${project.version} now?


I know its not ideal, but this might allow G 1.2 builds to work again 
w/o building Yoko locally.


--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

We need to fix our tools.  There is no way we can go to every project 
and say use our custom geronimo ${version} property instead of the 
standard ${pom.version}, oh and by the way you can't use maven 
release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version} 
property to prevent the timestamp-build from getting used in 
dependency elements?


I remember you updated openejb, but I'm not sure about any of the 
other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the 
openejb container pom recently haven't kept up with whether the 
maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec, 
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:



http://people.apache.org/repo/m2-snapshot-repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/ 



Erg... wtf... how can we fix this?  Anyone know of a workaround?  
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new 
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  1) 
org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
  2) 
org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  3) 
org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-20070206.145504-10 



The version changes from a SNAPSHOT to a timestamp dependency.  
The timestamp dependency is in the repo but with the wrong build 
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-11.jar 



It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 
'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT' 
is missing.


Can someone from the Yoko team publish the latest 
1.0-incubating-M2-SNAPSHOT snapshots please?


snip
[INFO] 
 


[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO] 
 

[INFO] [tools:require-java-version {execution: 
validate-java-version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/classes/META-INF 

[INFO] Copying 2 files to 
/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/classes/META-INF 


[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/plan/plan.xml 

[INFO] snapshot 
org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-SNAPSHOT: 
checking for updates from apache-snapshots
[INFO] snapshot 
org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-SNAPSHOT: 
checking for updates from codehaus-snapshots
[INFO] snapshot 
org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom 


1K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom 

[WARNING] Unable to get resource from repository 
apache-snapshots 
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: 
http://snapshots.repository.codehaus.org/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom 

[WARNING] Unable to get resource from repository 
codehaus-snapshots 

RE: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-08 Thread Mosur Ravi, Balaji
Dan Kulp suggested that having the version tag in all of the sub-module
poms would get rid of this problem... Jason, Is this, what you are
mentioning too?

I can add in the version tag in all the sub-module poms  redeploy the
artifacts... I tested it with the local repository  it seems to work
fine...

Let me know...

- Balaji


-Original Message-
From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason
Dillon
Sent: Wednesday, February 07, 2007 9:47 PM
To: dev@geronimo.apache.org
Cc: yoko-dev@incubator.apache.org
Subject: Re: branches/1.2 build failing; missing
org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

Short of getting Maven to actually fix this problem...

Can we try to work around this by having the yoko introduce a version  
property, and use ${version} where its using ${project.version} now?

I know its not ideal, but this might allow G 1.2 builds to work again  
w/o building Yoko locally.

--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

 We need to fix our tools.  There is no way we can go to every  
 project and say use our custom geronimo ${version} property  
 instead of the standard ${pom.version}, oh and by the way you can't  
 use maven release tools anymore.

 -dain

 On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

 So, does the yoko project need to be updated to use a ${version}  
 property to prevent the timestamp-build from getting used in  
 dependency elements?

 I remember you updated openejb, but I'm not sure about any of the  
 other projects we are using snapshot versions for...

 --jason


 On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

 Offhand I'd guess this is related to the problem we had with the  
 openejb container pom recently haven't kept up with whether  
 the maven guys have done anything about it.

 Has everyone voted for

  http://jira.codehaus.org/browse/MNG-2796

 ?

 thanks
 david jencks

 On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

 Weird... I think I must have checked yoko-rmi, not yoko-rmi- 
 spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts  
 in here:

 http://people.apache.org/repo/m2-snapshot-repository/org/ 
 apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/

 Erg... wtf... how can we fix this?  Anyone know of a  
 workaround?  Or do we need to lean on the Maven team to fix this?

 Until this is fixed I can't build any new CTS servers or run new  
 TCK testsuites on the latest codebase :-(

 --jason


 On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:

 Notice the strange message:

   1)
org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
 SNAPSHOT
   2)
org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
   3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
 M2-20070206.145504-10

 The version changes from a SNAPSHOT to a timestamp dependency.   
 The timestamp dependency is in the repo but with the wrong  
 build number (not 11 instead of 10):

 http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
 yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
 incubating-M2-20070206.145504-11.jar

 It looks like yet another wacky maven snapshot bug.

 -dain

 On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

 Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
 M2-SNAPSHOT' is missing.

 Can someone from the Yoko team publish the latest 1.0- 
 incubating-M2-SNAPSHOT snapshots please?

 snip
 [INFO]  
 -

 ---
 [INFO] Building Geronimo Configs :: Corba J2EE Client
 [INFO]task-segment: [install]
 [INFO]  
 -

 ---
 [INFO] [tools:require-java-version {execution: validate-java- 
 version}]
 [INFO] [tools:copy-legal-files {execution: install-legal-files}]
 [INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
 projects/Geronimo_Server/build_1_2/project/configs/client- 
 corba-yoko/target/classes/META-INF
 [INFO] Copying 2 files to /home/anthill/anthill3/agent/var/ 
 jobs/projects/Geronimo_Server/build_1_2/project/configs/client- 
 corba-yoko/target/classes/META-INF
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [INFO] [car:prepare-plan]
 [INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
 projects/Geronimo_Server/build_1_2/project/configs/client- 
 corba-yoko/target/plan/plan.xml
 [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
 M2-SNAPSHOT: checking for updates from apache-snapshots
 [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
 M2-SNAPSHOT: checking for updates from codehaus-snapshots
 [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
 M2-SNAPSHOT: checking for updates from apache.snapshots
 Downloading: http://people.apache.org/repo/m2-snapshot- 
 repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
 SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-08 Thread Jason Dillon
No, not adding a version element to each module, but simply defining  
a version property in the top-level pom, then use ${version}  
everywhere that you currently use ${project.version}.


I can put a patch together... once I get some coffee ;-)

--jason


On Feb 8, 2007, at 8:55 AM, Mosur Ravi, Balaji wrote:

Dan Kulp suggested that having the version tag in all of the sub- 
module

poms would get rid of this problem... Jason, Is this, what you are
mentioning too?

I can add in the version tag in all the sub-module poms  redeploy the
artifacts... I tested it with the local repository  it seems to work
fine...

Let me know...

- Balaji


-Original Message-
From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason
Dillon
Sent: Wednesday, February 07, 2007 9:47 PM
To: dev@geronimo.apache.org
Cc: yoko-dev@incubator.apache.org
Subject: Re: branches/1.2 build failing; missing
org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

Short of getting Maven to actually fix this problem...

Can we try to work around this by having the yoko introduce a version
property, and use ${version} where its using ${project.version} now?

I know its not ideal, but this might allow G 1.2 builds to work again
w/o building Yoko locally.

--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:


We need to fix our tools.  There is no way we can go to every
project and say use our custom geronimo ${version} property
instead of the standard ${pom.version}, oh and by the way you can't
use maven release tools anymore.

-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:


So, does the yoko project need to be updated to use a ${version}
property to prevent the timestamp-build from getting used in
dependency elements?

I remember you updated openejb, but I'm not sure about any of the
other projects we are using snapshot versions for...

--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:


Offhand I'd guess this is related to the problem we had with the
openejb container pom recently haven't kept up with whether
the maven guys have done anything about it.

Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:


Weird... I think I must have checked yoko-rmi, not yoko-rmi-
spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts
in here:

http://people.apache.org/repo/m2-snapshot-repository/org/
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/

Erg... wtf... how can we fix this?  Anyone know of a
workaround?  Or do we need to lean on the Maven team to fix this?

Until this is fixed I can't build any new CTS servers or run new
TCK testsuites on the latest codebase :-(

--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1)

org.apache.geronimo.configs:client-corba-yoko:car:1.2-

SNAPSHOT
2)

org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT

3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-
M2-20070206.145504-10

The version changes from a SNAPSHOT to a timestamp dependency.
The timestamp dependency is in the repo but with the wrong
build number (not 11 instead of 10):

http://people.apache.org/repo/m2-snapshot-repository/org/apache/
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0-
incubating-M2-20070206.145504-11.jar

It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:


Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-
M2-SNAPSHOT' is missing.

Can someone from the Yoko team publish the latest 1.0-
incubating-M2-SNAPSHOT snapshots please?

snip
[INFO]
 
-



---
[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]
 
-



---
[INFO] [tools:require-java-version {execution: validate-java-
version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/
projects/Geronimo_Server/build_1_2/project/configs/client-
corba-yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/
jobs/projects/Geronimo_Server/build_1_2/project/configs/client-
corba-yoko/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/
projects/Geronimo_Server/build_1_2/project/configs/client-
corba-yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-
M2-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-
M2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-
M2-SNAPSHOT: checking for updates from

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-08 Thread Jason Dillon
Attached is a small patch which defines a 'version' property, and  
then uses ${version} everywhere that ${project.version} was used before.




version.patch
Description: Binary data


I'm not 100% sure this will fix the problem, but I hope that it will.  
I've tested this builds fine off of rev# 505016.


Can you (or someone) apply this to trunk and deploy a new set of  
snapshots... and lemme know when this is done so I can confirm if  
this fixes our builds?


Hopefully Maven will get the ${pom.version} thingy fixed with  
SNAPSHOT versions soon and this can be dropped, but until that gets  
fixed, I highly recommend that all Maven projects setup this $ 
{version} property and use it instead of ${pom.version} or $ 
{project.version}.


Thanks,

--jason


On Feb 8, 2007, at 1:53 AM, Rick McGuire wrote:

I'm willing to take a crack at this, but I'm not really sure what  
changes are required to implement this.


Rick

Jason Dillon wrote:

Short of getting Maven to actually fix this problem...

Can we try to work around this by having the yoko introduce a  
version property, and use ${version} where its using $ 
{project.version} now?


I know its not ideal, but this might allow G 1.2 builds to work  
again w/o building Yoko locally.


--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

We need to fix our tools.  There is no way we can go to every  
project and say use our custom geronimo ${version} property  
instead of the standard ${pom.version}, oh and by the way you  
can't use maven release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of  
the other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with  
the openejb container pom recently haven't kept up with  
whether the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi- 
spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT  
artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a  
workaround?  Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run  
new TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  1) org.apache.geronimo.configs:client-corba-yoko:car: 
1.2-SNAPSHOT
  2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2- 
SNAPSHOT
  3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp  
dependency.  The timestamp dependency is in the repo but with  
the wrong build number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0- 
incubating-M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]
[INFO] [tools:copy-legal-files {execution: install-legal- 
files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/ 
jobs/projects/Geronimo_Server/build_1_2/project/configs/ 
client-corba-yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-08 Thread Jason Dillon
FYI, looks like we are back in business... I can build again with  
artifacts you deployed using the version patch.


We still need to get Maven fixed so this is not needed, but at least  
we can build again.


Thanks :-)

--jason


On Feb 8, 2007, at 1:53 AM, Rick McGuire wrote:

I'm willing to take a crack at this, but I'm not really sure what  
changes are required to implement this.


Rick

Jason Dillon wrote:

Short of getting Maven to actually fix this problem...

Can we try to work around this by having the yoko introduce a  
version property, and use ${version} where its using $ 
{project.version} now?


I know its not ideal, but this might allow G 1.2 builds to work  
again w/o building Yoko locally.


--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

We need to fix our tools.  There is no way we can go to every  
project and say use our custom geronimo ${version} property  
instead of the standard ${pom.version}, oh and by the way you  
can't use maven release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of  
the other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with  
the openejb container pom recently haven't kept up with  
whether the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi- 
spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT  
artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a  
workaround?  Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run  
new TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  1) org.apache.geronimo.configs:client-corba-yoko:car: 
1.2-SNAPSHOT
  2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2- 
SNAPSHOT
  3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp  
dependency.  The timestamp dependency is in the repo but with  
the wrong build number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0- 
incubating-M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]
[INFO] [tools:copy-legal-files {execution: install-legal- 
files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/ 
jobs/projects/Geronimo_Server/build_1_2/project/configs/ 
client-corba-yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating- 
M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Dain Sundstrom

Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.  The  
timestamp dependency is in the repo but with the wrong build number  
(not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/yoko/ 
yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0-incubating- 
M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2- 
SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating-M2- 
SNAPSHOT snapshots please?


snip
[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
-- 
--

[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/ 
classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/ 
plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec-corba-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus-snapshots  
(http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus-snapshots  
(http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/bcel/bcel/5.2/bcel-5.2.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/apache/bcel/bcel/5.2/bcel-5.2.pom
[WARNING] Unable to get resource from repository apache-incubator  
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repository.codehaus.org/org/apache/bcel/bcel/ 
5.2/bcel-5.2.pom
[WARNING] Unable to get resource from repository codehaus (http:// 
repository.codehaus.org)
Downloading: http://repo1.maven.org/maven2/org/apache/bcel/bcel/5.2/ 
bcel-5.2.pom

619b downloaded
Downloading: 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon
Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec, as  
I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?  Or  
do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new TCK  
testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.  The  
timestamp dependency is in the repo but with the wrong build number  
(not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2- 
SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
- 
---

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
- 
---
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/ 
classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/target/ 
plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/bcel/bcel/5.2/bcel-5.2.pom
[WARNING] Unable to get resource from repository apache-snapshots  

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread David Jencks
Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether the  
maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2- 
SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
 


[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
 

[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread David Blevins


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether the  
maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


Voted.  And as I vote for the readers, I know for a fact the maven  
guys monitor/fix the issues with the highest votes -- i wrote the  
script they use to do that reporting.


Rock the vote.

-David




?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon
I put a watch on it before, just voted... will comment on it  
shortly... though my wii is calling to me ;-)


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether the  
maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread David Blevins


On Feb 6, 2007, at 6:44 PM, David Blevins wrote:



On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether  
the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


Voted.  And as I vote for the readers, I know for a fact the maven  
guys monitor/fix the issues with the highest votes -- i wrote the  
script they use to do that reporting.


That was supposed to be And as a note to for the readers...  Not  
enough sleep lately :)


-David




Rock the vote.

-David




?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  	1) org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
SNAPSHOT

2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
-- 
--
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/ 
apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/ 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon
So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of the  
other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether the  
maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Dain Sundstrom

I had to build yoko :(

-dain

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2- 
SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
 


[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
 

[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache-snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi- 
spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/bcel/bcel/5.2/bcel-5.2.pom
[WARNING] Unable to 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Dain Sundstrom
We need to fix our tools.  There is no way we can go to every project  
and say use our custom geronimo ${version} property instead of the  
standard ${pom.version}, oh and by the way you can't use maven  
release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of the  
other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether  
the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  	1) org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
SNAPSHOT

2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
-- 
--
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/ 
apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon

:-(

I'm fine to either always build a set of external components (maybe  
just openejb, tranql, yoko), or always rely on the dependencies  
deployed to a remote repo... but switching between the two isn't  
really a viable option from a build automation standpoint.


I don't think this is directly related to the pom.version/version  
stuff which we ran into with server or openejb, I'd expect the entire  
timestamp-buildnumber to be different, not just the buildnumber.


Well, maybe we can get the Maven folks to debug/fix this now while  
its broken, as I'm not really sure how to even reproduce this in a  
simpler case.


--jason


On Feb 6, 2007, at 7:03 PM, Dain Sundstrom wrote:


I had to build yoko :(

-dain

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,  
as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a workaround?   
Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong build  
number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0-incubating- 
M2-SNAPSHOT snapshots please?


snip
[INFO]  
--- 
-

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
--- 
-
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client-corba- 
yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/projects/ 
Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2- 
SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/apache/ 
yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-spec-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon
I agree... just its not really been that easy to get some of these  
problems in maven fixed and get a new release out, so we have been  
forced to dance around the problem.


Its been months now since we have this staged build to get around  
problems loading a maven extension which gets built in the same cycle  
as its used in.  AFAIK no progress has been made on the Maven-side to  
fix that either.


--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

We need to fix our tools.  There is no way we can go to every  
project and say use our custom geronimo ${version} property  
instead of the standard ${pom.version}, oh and by the way you can't  
use maven release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of the  
other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether  
the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi- 
spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts  
in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a  
workaround?  Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  	1) org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
SNAPSHOT

2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong  
build number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
- 
---

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
- 
---
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/ 
jobs/projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/ 
apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon

Maybe we need to bribe the Maven team with beer or something...

--jason


On Feb 6, 2007, at 7:17 PM, Dain Sundstrom wrote:

We need to fix our tools.  There is no way we can go to every  
project and say use our custom geronimo ${version} property  
instead of the standard ${pom.version}, oh and by the way you can't  
use maven release tools anymore.


-dain

On Feb 6, 2007, at 6:57 PM, Jason Dillon wrote:

So, does the yoko project need to be updated to use a ${version}  
property to prevent the timestamp-build from getting used in  
dependency elements?


I remember you updated openejb, but I'm not sure about any of the  
other projects we are using snapshot versions for...


--jason


On Feb 6, 2007, at 6:38 PM, David Jencks wrote:

Offhand I'd guess this is related to the problem we had with the  
openejb container pom recently haven't kept up with whether  
the maven guys have done anything about it.


Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:

Weird... I think I must have checked yoko-rmi, not yoko-rmi- 
spec, as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts  
in here:


http://people.apache.org/repo/m2-snapshot-repository/org/ 
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/


Erg... wtf... how can we fix this?  Anyone know of a  
workaround?  Or do we need to lean on the Maven team to fix this?


Until this is fixed I can't build any new CTS servers or run new  
TCK testsuites on the latest codebase :-(


--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

  	1) org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
SNAPSHOT

2) org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
  	3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-20070206.145504-10


The version changes from a SNAPSHOT to a timestamp dependency.   
The timestamp dependency is in the repo but with the wrong  
build number (not 11 instead of 10):


http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
incubating-M2-20070206.145504-11.jar


It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:

Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
M2-SNAPSHOT' is missing.


Can someone from the Yoko team publish the latest 1.0- 
incubating-M2-SNAPSHOT snapshots please?


snip
[INFO]  
- 
---

[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]  
- 
---
[INFO] [tools:require-java-version {execution: validate-java- 
version}]

[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/ 
jobs/projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/anthill/anthill3/agent/var/jobs/ 
projects/Geronimo_Server/build_1_2/project/configs/client- 
corba-yoko/target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating- 
M2-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom

1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository apache- 
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading: http://snapshots.repository.codehaus.org/org/ 
apache/yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko- 
spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus- 
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot- 
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository  
apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
repository)
Downloading: 

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread anita kulshreshtha
   Does anyone know if it is a recommended practice to use a pom as a
dependency? 

Thanks
Anita

--- David Blevins [EMAIL PROTECTED] wrote:

 
 On Feb 6, 2007, at 6:38 PM, David Jencks wrote:
 
  Offhand I'd guess this is related to the problem we had with the  
  openejb container pom recently haven't kept up with whether the
  
  maven guys have done anything about it.
 
  Has everyone voted for
 
   http://jira.codehaus.org/browse/MNG-2796
 
 Voted.  And as I vote for the readers, I know for a fact the maven  
 guys monitor/fix the issues with the highest votes -- i wrote the  
 script they use to do that reporting.
 
 Rock the vote.
 
 -David
 
 
 
  ?
 
  thanks
  david jencks
 
  On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:
 
  Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec, 
 
  as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in
 here:
 
  http://people.apache.org/repo/m2-snapshot-repository/org/ 
  apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/
 
  Erg... wtf... how can we fix this?  Anyone know of a workaround?  
 
  Or do we need to lean on the Maven team to fix this?
 
  Until this is fixed I can't build any new CTS servers or run new  
  TCK testsuites on the latest codebase :-(
 
  --jason
 
 
  On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:
 
  Notice the strange message:
 
1)
 org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
2)
 org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT
3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
  M2-20070206.145504-10
 
  The version changes from a SNAPSHOT to a timestamp dependency.   
  The timestamp dependency is in the repo but with the wrong build 
 
  number (not 11 instead of 10):
 
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/ 
  yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0- 
  incubating-M2-20070206.145504-11.jar
 
  It looks like yet another wacky maven snapshot bug.
 
  -dain
 
  On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:
 
  Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating- 
  M2-SNAPSHOT' is missing.
 
  Can someone from the Yoko team publish the latest
 1.0-incubating- 
  M2-SNAPSHOT snapshots please?
 
  snip
  [INFO]  
 
 --- 
  -
  [INFO] Building Geronimo Configs :: Corba J2EE Client
  [INFO]task-segment: [install]
  [INFO]  
 
 --- 
  -
  [INFO] [tools:require-java-version {execution: validate-java- 
  version}]
  [INFO] [tools:copy-legal-files {execution: install-legal-files}]
  [INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/ 
  projects/Geronimo_Server/build_1_2/project/configs/client-corba-
 
  yoko/target/classes/META-INF
  [INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/
 
  projects/Geronimo_Server/build_1_2/project/configs/client-corba-
 
  yoko/target/classes/META-INF
  [INFO] [resources:resources]
  [INFO] Using default encoding to copy filtered resources.
  [INFO] [car:prepare-plan]
  [INFO] Generated:
 /home/anthill/anthill3/agent/var/jobs/projects/ 
  Geronimo_Server/build_1_2/project/configs/client-corba-yoko/ 
  target/plan/plan.xml
  [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-
 
  SNAPSHOT: checking for updates from apache-snapshots
  [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-
 
  SNAPSHOT: checking for updates from codehaus-snapshots
  [INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-
 
  SNAPSHOT: checking for updates from apache.snapshots
  Downloading: http://people.apache.org/repo/m2-snapshot- 
  repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2- 
  SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom
  1K downloaded
  Downloading: http://people.apache.org/repo/m2-snapshot- 
  repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
 
 SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
  [WARNING] Unable to get resource from repository apache- 
  snapshots (http://people.apache.org/repo/m2-snapshot-repository)
  Downloading:
 http://snapshots.repository.codehaus.org/org/apache/ 
  yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec- 
  corba-1.0-incubating-M2-20070206.145504-10.pom
  [WARNING] Unable to get resource from repository codehaus- 
  snapshots (http://snapshots.repository.codehaus.org)
  Downloading: http://people.apache.org/repo/m2-snapshot- 
  repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2- 
 
 SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom
  [WARNING] Unable to get resource from repository  
  apache.snapshots (http://people.apache.org/repo/m2-snapshot- 
  repository)
  Downloading: http://people.apache.org/repo/m2-snapshot- 
  repository/org/apache/yoko/yoko-rmi-spec/1.0-incubating-M2- 
  

Re: branches/1.2 build failing; missing org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-M2-SNAPSHOT

2007-02-06 Thread Jason Dillon

Not sure I understand the question.

If you have a jar module which depends on another pom module, while  
valid, the jar module does not get any of the dependencies  
transitively from the pom module, nor does it ensure that any of the  
pom module's children build before the jar module is built.


So... I don't see any reason why a dependency to a pom module would  
ever be done... but perhaps I'm missing something?


--jason


On Feb 6, 2007, at 8:13 PM, anita kulshreshtha wrote:


   Does anyone know if it is a recommended practice to use a pom as a
dependency?

Thanks
Anita

--- David Blevins [EMAIL PROTECTED] wrote:



On Feb 6, 2007, at 6:38 PM, David Jencks wrote:


Offhand I'd guess this is related to the problem we had with the
openejb container pom recently haven't kept up with whether the



maven guys have done anything about it.

Has everyone voted for


 http://jira.codehaus.org/browse/MNG-2796


Voted.  And as I vote for the readers, I know for a fact the maven
guys monitor/fix the issues with the highest votes -- i wrote the
script they use to do that reporting.

Rock the vote.

-David




?

thanks
david jencks

On Feb 6, 2007, at 6:22 PM, Jason Dillon wrote:


Weird... I think I must have checked yoko-rmi, not yoko-rmi-spec,



as I do see plenty of 1.0-incubating-M2-SNAPSHOT artifacts in

here:


http://people.apache.org/repo/m2-snapshot-repository/org/
apache/yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/

Erg... wtf... how can we fix this?  Anyone know of a workaround?



Or do we need to lean on the Maven team to fix this?

Until this is fixed I can't build any new CTS servers or run new
TCK testsuites on the latest codebase :-(

--jason


On Feb 6, 2007, at 6:05 PM, Dain Sundstrom wrote:


Notice the strange message:

1)

org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT

2)

org.apache.yoko:yoko-rmi-impl:jar:1.0-incubating-M2-SNAPSHOT

3) org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-
M2-20070206.145504-10

The version changes from a SNAPSHOT to a timestamp dependency.
The timestamp dependency is in the repo but with the wrong build



number (not 11 instead of 10):

http://people.apache.org/repo/m2-snapshot-repository/org/apache/
yoko/yoko-rmi-spec/1.0-incubating-M2-SNAPSHOT/yoko-rmi-spec-1.0-
incubating-M2-20070206.145504-11.jar

It looks like yet another wacky maven snapshot bug.

-dain

On Feb 6, 2007, at 5:44 PM, Jason Dillon wrote:


Appears that 'org.apache.yoko:yoko-rmi-spec:jar:1.0-incubating-
M2-SNAPSHOT' is missing.

Can someone from the Yoko team publish the latest

1.0-incubating-

M2-SNAPSHOT snapshots please?

snip
[INFO]


---

-
[INFO] Building Geronimo Configs :: Corba J2EE Client
[INFO]task-segment: [install]
[INFO]


---

-
[INFO] [tools:require-java-version {execution: validate-java-
version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/
projects/Geronimo_Server/build_1_2/project/configs/client-corba-



yoko/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/



projects/Geronimo_Server/build_1_2/project/configs/client-corba-



yoko/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated:

/home/anthill/anthill3/agent/var/jobs/projects/

Geronimo_Server/build_1_2/project/configs/client-corba-yoko/
target/plan/plan.xml
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-



SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-



SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.yoko:yoko-rmi-impl:1.0-incubating-M2-



SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-
repository/org/apache/yoko/yoko-rmi-impl/1.0-incubating-M2-
SNAPSHOT/yoko-rmi-impl-1.0-incubating-M2-20070206.145504-10.pom
1K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-


SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom

[WARNING] Unable to get resource from repository apache-
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
Downloading:

http://snapshots.repository.codehaus.org/org/apache/

yoko/yoko-spec-corba/1.0-incubating-M2-SNAPSHOT/yoko-spec-
corba-1.0-incubating-M2-20070206.145504-10.pom
[WARNING] Unable to get resource from repository codehaus-
snapshots (http://snapshots.repository.codehaus.org)
Downloading: http://people.apache.org/repo/m2-snapshot-
repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M2-


SNAPSHOT/yoko-spec-corba-1.0-incubating-M2-20070206.145504-10.pom

[WARNING] Unable to