[hibernate-dev] hibernate-tools svn tag/branch for beta7

2006-09-22 Thread Tomislav Stojcevich

Does anybody know if the current release of hibernate-tools 3.2.beta7
has been tagged or if a branch exists in SVN?  If so, what is that
tag/branch?

I can't seem to locate a tag or branch for anything later than 3.1.beta5a

--
tom
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] SVN Tag for 3.2.0.GA?

2008-02-19 Thread Tomislav Stojcevich
Was a tag created for this release?  The closest I can find is CR1, I
need the sources to the GA release.


Thanks,
--tom
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Re: SVN Tag for 3.2.0.GA? (hibernate-tools)

2008-02-19 Thread Tomislav Stojcevich
This was for hibernate-tools.

On Feb 19, 2008 10:07 AM, Tomislav Stojcevich <[EMAIL PROTECTED]> wrote:
> Was a tag created for this release?  The closest I can find is CR1, I
> need the sources to the GA release.
>
>
> Thanks,
> --tom
>



-- 
--tom
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Hibernate EntityManager and Annotations bug fix release

2008-03-17 Thread Tomislav Stojcevich
>  What's the current situation with regards to getting this into the Maven
>  central repository at repo1.maven.org?

Can somebody from the dev team request to have them uploaded or better
yet, setup a sync? see
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Sync maven jboss repo with central repo?

2008-05-14 Thread Tomislav Stojcevich
The jboss maven repo is not currently being sync'd to the central repo
for the org/hibernate packages.

I need the latest entitytManager which is no in central but is in the
jboss repo.

I can't just add the jboss repository in my pom because our
'production' builds are done on a special build server that is behind
a firewall and is only allowed access to the maven central repo for
security reasons.  Big Brother is very paranoid.  Besides, adding
another repo slows down developer builds since that extra repo has to
be checked for artifacts in addition to central.

Instructions on how to request the sync can be found here:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-14 Thread Tomislav Stojcevich
On Wed, May 14, 2008 at 4:37 PM, Max Rydahl Andersen
<[EMAIL PROTECTED]> wrote:
> Just a comment: I never understood how a community global repository is 
> considered
> more trustworthy than some other repository.
>
The number of users/reviewers? who controls its contents? how long
it's been around? how long it's going to be around? possible
considerations
>
> btw. the way to use multiple repositories is to setup a proxy maven repository
> that does the syncing for you - and you control the content.
>
yes, i use a proxy locally but it wont matter on the build server
since all internet traffic is blocked except for the maven central
repo
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-16 Thread Tomislav Stojcevich
Yes, I also forsee the pissing contest unfortunately.

Part of the problem is that there are the same artifacts in both
repositories with differing poms.  Which pom is correct?

This makes troubleshooting a nightmare when 2 developers are getting
different results, only to finally find out that one of them had the
jboss repo as an extra repo in their settings.xml, or even just once
built a project that used the jboss repo and now has differing
artifacts in their local repo.

Bad example since version is slightly different but shouldn't be(ga
compared to GA) but still shows pom differences.

http://repository.jboss.org/maven2/org/hibernate/hibernate-validator/3.0.0.GA/hibernate-validator-3.0.0.GA.pom
http://repo1.maven.org/maven2/org/hibernate/hibernate-validator/3.0.0.ga/hibernate-validator-3.0.0.ga.pom

Maven central version has no dependencies.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Sync maven jboss repo with central repo?

2008-05-16 Thread Tomislav Stojcevich
> I vote for the pom maintained by the dev team behind the project - anything
> else is an approximiation.
>
> I'm not saying our pom's are perfect, but at least they are now actively 
> maintained.
>
> Just my additional 2 cent.
> /max
>
I agree 100%, I think the poms that come from the project team should
be the 'correct' poms and win.

This is why I'm asking for a sync to central.

Without the sync, people will continue to request new versions of the
hibernate artifacts added to central, their bundles may have differing
poms for whatever reason, thus making the existing problem even worse.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Tomislav Stojcevich
related thread:
http://www.mail-archive.com/hibernate-dev@lists.jboss.org/msg02737.html
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Tomislav Stojcevich
> 2) As you mentioned, this is in fact a dumb linear search.  But luckily
> it is a consistently dumb linear search :)  It will always follow the
> order in which the repos are specified in your settings.xml.  No issue
> of non-reproducibility.
>
Except the case where you are working on multiple projects and another
project that does not depend on the jboss repo pulls in an artifact
into your local repo from central first :(
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev