Re: [m2] New libraries coming out

2005-12-14 Thread cameron101
It would be great if the likes of Spring / Hibernate and other mainstream
OSS vendors released new versions to Maven with all the POM's and direct
dependencies.  They themselves would benefit as the community would probably
have a faster take up of new technologies and therefore progress the
discovery and fixing of bugs and new functionality.

On 13/12/05, Srepfler Srgjan [EMAIL PROTECTED] wrote:

 I personally think that we should lobby for grater use of maven2. I mean
 with all respect to maven you team just can't and shouldn't handle this
 enormous repository. I mean the hibernate guys should build their libs
 with m2 pom and also house the libs themselves. I mean we can't really
 bother your people for every little thing like hibernate annotation
 3.1beta*7* or something else I mean come on, you have lives too :)
 Same thing goes for spring libraries, or any other project.

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




Re: [m2] New libraries coming out

2005-12-14 Thread Ralph Pöllath

On 14.12.2005, at 10:14, cameron101 wrote:
It would be great if the likes of Spring / Hibernate and other  
mainstream
OSS vendors released new versions to Maven with all the POM's and  
direct
dependencies.  They themselves would benefit as the community would  
probably

have a faster take up of new technologies and therefore progress the
discovery and fixing of bugs and new functionality.


Unfortunately, this sounds highly unlikely for Spring. They just  
demoed their build system common-build at the Spring Experience  
conference which is based on Ivy:
http://www.jroller.com/page/raible? 
entry=spring_agile_development_challenges_by


So yes, I agree we need more lobbying. I love Spring, but I don't  
need yet another build system.


Cheers,
-Ralph.


On 13/12/05, Srepfler Srgjan [EMAIL PROTECTED] wrote:
I personally think that we should lobby for grater use of maven2.  
I mean
with all respect to maven you team just can't and shouldn't handle  
this
enormous repository. I mean the hibernate guys should build their  
libs
with m2 pom and also house the libs themselves. I mean we can't  
really

bother your people for every little thing like hibernate annotation
3.1beta*7* or something else I mean come on, you have lives too :)
Same thing goes for spring libraries, or any other project.



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



Re: [m2] New libraries coming out

2005-12-13 Thread Tomislav Stojcevich
There are poms you can copy under org.hibernate for a start.

The versions there are a bit more up to date than under hibernate and
those poms seem to have information rather than being the default as
are the ones in hibernate.

I needed the newest version of the hibernate-tools and just used the
latest version pom I found under org.hibernate and modified the
version number.  Never got around to submitting an upload request.


On 12/13/05, Srepfler Srgjan [EMAIL PROTECTED] wrote:
 Hi,
 I just wanted to let people know some libs have been released but since
 I don't have the time to make the pom's for them I'm hoping someone else
 would like to volunteer.
 First of all hibernate 3.1 got final, then there is a 3.1 beta2 of their
 tools package that I for instance use to get the ant tasks and some
 library support, this package is very useful (specially if you'd like to
 use ant and xdoclet stuff with external plugins)  and none the less
 latest version in ibiblio is 3.0.0 alpha. I do however have some
 remarks, perhaps an alternative artifact might be better suited as this
 is a whole plugin package for eclipse, leaving space to extract only
 basic libraries.
 Then there is acegisecurity 1.0.0RC and I the most difficult pom to be
 made would be experimental pom's for spring 2 (not out yet, but the
 sooner we start preparing for it the better).
 Srgjan

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




--
tom

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



Re: [m2] New libraries coming out

2005-12-13 Thread Tomislav Stojcevich
I take back part of that.  org.hibernate.hibernate.3.1rc2 has a pom
you can you for a start.

org.hibernate.hibernate-tools only had alpha5 with no pom.  I made up
the following based on what was in the lib directory of the download
for the 3.1beta1.  It depends on a snapshot of jtidy-r8 which is not
yet released, now I know why I didn't request an upload.  Here's my
pom you can use for a start.

project
  modelVersion4.0.0/modelVersion
  groupIdorg.hibernate/groupId
  artifactIdhibernate-tools/artifactId
  version3.1.0.beta1/version
  dependencies
dependency
  groupIdehcache/groupId
  artifactIdehcache/artifactId
  version1.1/version
/dependency
dependency
  groupIdvelocity/groupId
  artifactIdvelocity/artifactId
  version1.4/version
/dependency
dependency
  groupIdvelocity-tools/groupId
  artifactIdvelocity-tools-generic/artifactId
  version1.1/version
/dependency
dependency
  groupIdjtidy/groupId
  artifactIdjtidy/artifactId
  versionr8-SNAPSHOT/version
/dependency
  /dependencies
/project

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



Re: [m2] New libraries coming out

2005-12-13 Thread Srepfler Srgjan

Hvala (thanks),
If anyone is following this and want's to add his 2 cents please do.

Tomislav Stojcevich wrote:


I take back part of that.  org.hibernate.hibernate.3.1rc2 has a pom
you can you for a start.

org.hibernate.hibernate-tools only had alpha5 with no pom.  I made up
the following based on what was in the lib directory of the download
for the 3.1beta1.  It depends on a snapshot of jtidy-r8 which is not
yet released, now I know why I didn't request an upload.  Here's my
pom you can use for a start.

project
 modelVersion4.0.0/modelVersion
 groupIdorg.hibernate/groupId
 artifactIdhibernate-tools/artifactId
 version3.1.0.beta1/version
 dependencies
   dependency
 groupIdehcache/groupId
 artifactId
 



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



Re: [m2] New libraries coming out

2005-12-13 Thread Srepfler Srgjan
I personally think that we should lobby for grater use of maven2. I mean 
with all respect to maven you team just can't and shouldn't handle this 
enormous repository. I mean the hibernate guys should build their libs 
with m2 pom and also house the libs themselves. I mean we can't really 
bother your people for every little thing like hibernate annotation 
3.1beta*7* or something else I mean come on, you have lives too :)

Same thing goes for spring libraries, or any other project.

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