Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jacek Laskowski

On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: dblevins
Date: Wed Oct 25 20:14:43 2006
New Revision: 467848

URL: http://svn.apache.org/viewvc?view=revrev=467848
Log:
Added a finder for locating classes in a classloader that have an annotation or 
implement an interface


Hi Dave,

You seem to beat me ;-) Nice!


+ *
+ * Copyright (c) 2003 David Blevins.  All rights reserved.
+ *
+ *


Is it intended?

Also, I don't see XBean 2.7 and 2.8-SNAPSHOT available in any repo.
Should it be deployed again? Guillaume?

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Guillaume Nodet

Unfortunately, xbean-2.7 has been lost this weekend.
If still have the full xbean repo on my computer so I will
upload it as soon as permissions are fixed.

And afaik, there were no xbean-2.8 snapshots uploaded
(at least, not by me).

On 10/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote:

On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Author: dblevins
 Date: Wed Oct 25 20:14:43 2006
 New Revision: 467848

 URL: http://svn.apache.org/viewvc?view=revrev=467848
 Log:
 Added a finder for locating classes in a classloader that have an annotation 
or implement an interface

Hi Dave,

You seem to beat me ;-) Nice!

 + *
 + * Copyright (c) 2003 David Blevins.  All rights reserved.
 + *
 + *

Is it intended?

Also, I don't see XBean 2.7 and 2.8-SNAPSHOT available in any repo.
Should it be deployed again? Guillaume?

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl




--
Cheers,
Guillaume Nodet


Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jacek Laskowski

On 10/26/06, Guillaume Nodet [EMAIL PROTECTED] wrote:

Unfortunately, xbean-2.7 has been lost this weekend.
If still have the full xbean repo on my computer so I will
upload it as soon as permissions are fixed.

And afaik, there were no xbean-2.8 snapshots uploaded
(at least, not by me).


May I ask for 2.8-SNAPSHOT deploy once, for your OpenEJB fellows? ;-)

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jason Dillon
G currently depends on 2.7-SNAPSHOT of some xbean bits, so I roll'd  
my xbean workspace back right before the cut of 2.7 and am pushing  
out 2.7-SNAPSHOTS now.


Perms are still whack on the repo, needs to be group apcvs (though  
something is on on mino weird, as it does not look like I am in apcvs  
from groups or id, though it looks like I'm there in /etc/group).


--jason


On Oct 26, 2006, at 3:34 AM, Guillaume Nodet wrote:


Unfortunately, xbean-2.7 has been lost this weekend.
If still have the full xbean repo on my computer so I will
upload it as soon as permissions are fixed.

And afaik, there were no xbean-2.8 snapshots uploaded
(at least, not by me).

On 10/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote:

On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Author: dblevins
 Date: Wed Oct 25 20:14:43 2006
 New Revision: 467848

 URL: http://svn.apache.org/viewvc?view=revrev=467848
 Log:
 Added a finder for locating classes in a classloader that have  
an annotation or implement an interface


Hi Dave,

You seem to beat me ;-) Nice!

 + *
 + * Copyright (c) 2003 David Blevins.  All rights reserved.
 + *
 + *

Is it intended?

Also, I don't see XBean 2.7 and 2.8-SNAPSHOT available in any repo.
Should it be deployed again? Guillaume?

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl




--
Cheers,
Guillaume Nodet




Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jason Dillon

I'd do it.. but trunk does not build:

snip
[INFO]  
 


[INFO] Building XBean :: Classloader
[INFO]task-segment: [clean, install]
[INFO]  
 

Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven- 
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http:// 
repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven- 
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http:// 
repo1.maven.org/maven2)
[INFO]  


[ERROR] BUILD ERROR
[INFO]  


[INFO] Failed to resolve artifact.

GroupId: org.apache.xbean
ArtifactId: maven-xbean-plugin
Version: 2.7

Reason: Unable to download the artifact from any repository

  org.apache.xbean:maven-xbean-plugin:pom:2.7

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

/snip

--jason


On Oct 26, 2006, at 3:39 AM, Jacek Laskowski wrote:


On 10/26/06, Guillaume Nodet [EMAIL PROTECTED] wrote:

Unfortunately, xbean-2.7 has been lost this weekend.
If still have the full xbean repo on my computer so I will
upload it as soon as permissions are fixed.

And afaik, there were no xbean-2.8 snapshots uploaded
(at least, not by me).


May I ask for 2.8-SNAPSHOT deploy once, for your OpenEJB fellows? ;-)

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl




Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jacek Laskowski

On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I'd do it.. but trunk does not build:


I've just built it fine. Don't know what might be wrong for you
(knowing you're a m2 guru I don't even attempt to guess what might
cause it as these obvious things I could come up with may've already
been tested out a couple of times ;-))

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl


Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jason Dillon

You probably already have 2.7 artifacts in your local repo.

--jason


On Oct 26, 2006, at 4:04 AM, Jacek Laskowski wrote:


On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I'd do it.. but trunk does not build:


I've just built it fine. Don't know what might be wrong for you
(knowing you're a m2 guru I don't even attempt to guess what might
cause it as these obvious things I could come up with may've already
been tested out a couple of times ;-))

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl




Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jason Dillon
But trunk (2.8-SNAPSHOT) should probably use plugin versions from 2.8- 
SNAPSHOT, not 2.7...


--jason


On Oct 26, 2006, at 4:04 AM, Jacek Laskowski wrote:


On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I'd do it.. but trunk does not build:


I've just built it fine. Don't know what might be wrong for you
(knowing you're a m2 guru I don't even attempt to guess what might
cause it as these obvious things I could come up with may've already
been tested out a couple of times ;-))

Jacek

--
Jacek Laskowski
http://www.jaceklaskowski.pl




Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Guillaume Nodet

You can not clean unless you have already build the whole tree.
The problems comes from the fact that the maven plugin
(which is part of the build) is used in some modules.  It works
when you install, but not when you clean from a clean repo.

On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I'd do it.. but trunk does not build:

snip
[INFO]


[INFO] Building XBean :: Classloader
[INFO]task-segment: [clean, install]
[INFO]


Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http://
repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http://
repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.xbean
ArtifactId: maven-xbean-plugin
Version: 2.7

Reason: Unable to download the artifact from any repository

   org.apache.xbean:maven-xbean-plugin:pom:2.7

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

--jason


On Oct 26, 2006, at 3:39 AM, Jacek Laskowski wrote:

 On 10/26/06, Guillaume Nodet [EMAIL PROTECTED] wrote:
 Unfortunately, xbean-2.7 has been lost this weekend.
 If still have the full xbean repo on my computer so I will
 upload it as soon as permissions are fixed.

 And afaik, there were no xbean-2.8 snapshots uploaded
 (at least, not by me).

 May I ask for 2.8-SNAPSHOT deploy once, for your OpenEJB fellows? ;-)

 Jacek

 --
 Jacek Laskowski
 http://www.jaceklaskowski.pl





--
Cheers,
Guillaume Nodet


Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Jason Dillon
Nope, the problem is that xbean-classloader depends on maven-xbean- 
plugin v2.7 which got lost.  It should depend on ${pom.version} so  
that it picks up the version built in the current build cycle.


--jason


On Oct 26, 2006, at 4:14 AM, Guillaume Nodet wrote:


You can not clean unless you have already build the whole tree.
The problems comes from the fact that the maven plugin
(which is part of the build) is used in some modules.  It works
when you install, but not when you clean from a clean repo.

On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

I'd do it.. but trunk does not build:

snip
[INFO]
- 
---


[INFO] Building XBean :: Classloader
[INFO]task-segment: [clean, install]
[INFO]
- 
---


Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http://
repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
[WARNING] Unable to get resource from repository central (http://
repo1.maven.org/maven2)
[INFO]
- 
---

[ERROR] BUILD ERROR
[INFO]
- 
---

[INFO] Failed to resolve artifact.

GroupId: org.apache.xbean
ArtifactId: maven-xbean-plugin
Version: 2.7

Reason: Unable to download the artifact from any repository

   org.apache.xbean:maven-xbean-plugin:pom:2.7

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

--jason


On Oct 26, 2006, at 3:39 AM, Jacek Laskowski wrote:

 On 10/26/06, Guillaume Nodet [EMAIL PROTECTED] wrote:
 Unfortunately, xbean-2.7 has been lost this weekend.
 If still have the full xbean repo on my computer so I will
 upload it as soon as permissions are fixed.

 And afaik, there were no xbean-2.8 snapshots uploaded
 (at least, not by me).

 May I ask for 2.8-SNAPSHOT deploy once, for your OpenEJB  
fellows? ;-)


 Jacek

 --
 Jacek Laskowski
 http://www.jaceklaskowski.pl





--
Cheers,
Guillaume Nodet




Re: svn commit: r467848 - in /geronimo/xbean/trunk/xbean-finder/src: main/java/org/apache/xbean/finder/ test/java/org/acme/foo/ test/java/org/apache/xbean/finder/

2006-10-26 Thread Guillaume Nodet

I guess the problem comes from the maven release plugin
that does not support that.  So it failed to update the
plugin version to 2.8-SNAPSHOT.

On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:

Nope, the problem is that xbean-classloader depends on maven-xbean-
plugin v2.7 which got lost.  It should depend on ${pom.version} so
that it picks up the version built in the current build cycle.

--jason


On Oct 26, 2006, at 4:14 AM, Guillaume Nodet wrote:

 You can not clean unless you have already build the whole tree.
 The problems comes from the fact that the maven plugin
 (which is part of the build) is used in some modules.  It works
 when you install, but not when you clean from a clean repo.

 On 10/26/06, Jason Dillon [EMAIL PROTECTED] wrote:
 I'd do it.. but trunk does not build:

 snip
 [INFO]
 -
 ---
 
 [INFO] Building XBean :: Classloader
 [INFO]task-segment: [clean, install]
 [INFO]
 -
 ---
 
 Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
 xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
 [WARNING] Unable to get resource from repository central (http://
 repo1.maven.org/maven2)
 Downloading: http://repo1.maven.org/maven2/org/apache/xbean/maven-
 xbean-plugin/2.7/maven-xbean-plugin-2.7.pom
 [WARNING] Unable to get resource from repository central (http://
 repo1.maven.org/maven2)
 [INFO]
 -
 ---
 [ERROR] BUILD ERROR
 [INFO]
 -
 ---
 [INFO] Failed to resolve artifact.

 GroupId: org.apache.xbean
 ArtifactId: maven-xbean-plugin
 Version: 2.7

 Reason: Unable to download the artifact from any repository

org.apache.xbean:maven-xbean-plugin:pom:2.7

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

 --jason


 On Oct 26, 2006, at 3:39 AM, Jacek Laskowski wrote:

  On 10/26/06, Guillaume Nodet [EMAIL PROTECTED] wrote:
  Unfortunately, xbean-2.7 has been lost this weekend.
  If still have the full xbean repo on my computer so I will
  upload it as soon as permissions are fixed.
 
  And afaik, there were no xbean-2.8 snapshots uploaded
  (at least, not by me).
 
  May I ask for 2.8-SNAPSHOT deploy once, for your OpenEJB
 fellows? ;-)
 
  Jacek
 
  --
  Jacek Laskowski
  http://www.jaceklaskowski.pl




 --
 Cheers,
 Guillaume Nodet





--
Cheers,
Guillaume Nodet