RE : No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-12 Thread HARDION Vincent
I'm confident of seeing this jar in a mirror of central.
We use a repository Manager (Nexus) which is managed only by myself, the local 
repositories have never contained this jar I check it from backup

I don't know when it has been erased perhaps December 2009. We see it now 
because we clean the local repository of one of build host.

Don't worry about the response. Anyway you're right about the license of this 
jar, I'll deploy it manually.

Best Regards,

Vincent Hardion
Synchrotron Soleil
L'Orme des merisiers - Saint Aubin
BP48 - 91192 Gif sur Yvette
Tel : +33 1 69 35 93 39
mail : vincent.hard...@synchrotron-soleil.fr


-Message d'origine-
De : Wayne Fay [mailto:wayne...@gmail.com] 
Envoyé : lundi 11 janvier 2010 22:39
À : Maven Users List
Objet : Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

I agree with pushing poms. I'm less inclined to agree with the
checksums... but that's OK, I don't really care either way.

Now back to Vincent... what makes you think this jar file EVER existed
in Central??

Wayne

On Mon, Jan 11, 2010 at 3:09 PM, nicolas de loof
nicolas.del...@gmail.com wrote:
 I did it some time ago as this was condidered a good practice : define a
 common POM and checksums for artifacts that are not freely redistribuable,
 but that user may include in a custom repo.

 There is some other entries en central like this one (metadatas without jar)

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE : RE : No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-12 Thread HARDION Vincent
Just another thing:
The fingerprint sha from central doesn't correspond to the jar I freshly deploy.
I had to change the order of repositories in public group in Nexus to shadow 
central fingerprint.

Best Regards,

Vincent Hardion
Synchrotron Soleil
L'Orme des merisiers - Saint Aubin
BP48 - 91192 Gif sur Yvette
Tel : +33 1 69 35 93 39
mail : vincent.hard...@synchrotron-soleil.fr


-Message d'origine-
De : HARDION Vincent [mailto:vincent.hard...@synchrotron-soleil.fr] 
Envoyé : mardi 12 janvier 2010 14:33
À : Maven Users List
Objet : RE : No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

I'm confident of seeing this jar in a mirror of central.
We use a repository Manager (Nexus) which is managed only by myself, the local 
repositories have never contained this jar I check it from backup

I don't know when it has been erased perhaps December 2009. We see it now 
because we clean the local repository of one of build host.

Don't worry about the response. Anyway you're right about the license of this 
jar, I'll deploy it manually.

Best Regards,

Vincent Hardion
Synchrotron Soleil
L'Orme des merisiers - Saint Aubin
BP48 - 91192 Gif sur Yvette
Tel : +33 1 69 35 93 39
mail : vincent.hard...@synchrotron-soleil.fr


-Message d'origine-
De : Wayne Fay [mailto:wayne...@gmail.com] 
Envoyé : lundi 11 janvier 2010 22:39
À : Maven Users List
Objet : Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

I agree with pushing poms. I'm less inclined to agree with the
checksums... but that's OK, I don't really care either way.

Now back to Vincent... what makes you think this jar file EVER existed
in Central??

Wayne

On Mon, Jan 11, 2010 at 3:09 PM, nicolas de loof
nicolas.del...@gmail.com wrote:
 I did it some time ago as this was condidered a good practice : define a
 common POM and checksums for artifacts that are not freely redistribuable,
 but that user may include in a custom repo.

 There is some other entries en central like this one (metadatas without jar)

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Jeff MAURY
From my knowledge, this is not an Open Source artifact so it may not be
available on central or codehaus.
Where did you get it from ?

Jeff MAURY

On Mon, Jan 11, 2010 at 6:07 PM, HARDION Vincent 
vincent.hard...@synchrotron-soleil.fr wrote:

 Hi everybody,



 Since this morning, the artifact com.oracle.ojdbc14-10.2.0.2.0.jar was
 not found anymore!!!

 But the pom and the fingerprints was



 Can someone explain to me why ?



 Thank you very much and happy new year



 Vincent Hardion

 Synchrotron Soleil

 L'Orme des merisiers - Saint Aubin

 BP48 - 91192 Gif sur Yvette

 Tel : +33 1 69 35 93 39






-- 
http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.lastfm.fr/listen/user/jeffmaury/personal


Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Wayne Fay
 Since this morning, the artifact com.oracle.ojdbc14-10.2.0.2.0.jar was
 not found anymore!!!

 But the pom and the fingerprints was

I don't believe the ojdbc jar files have ever been hosted on Central
due to Oracle's licensing of those files which limits redistribution.

What makes you think the jar was ever hosted there? In all likelihood,
you previously using install:install-file to copy the file to your
local repo and simply forgot, or someone else in your company used
deploy:deploy-file to copy the file to your MRM.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Stephen Connolly
Wayne,

have a look at

http://repo2.maven.org/maven2/com/oracle/ojdbc14/10.2.0.2.0/

What The F**k are the .md5 files for the jar doing there and no .jar?

-Stephen

2010/1/11 Wayne Fay wayne...@gmail.com:
 Since this morning, the artifact com.oracle.ojdbc14-10.2.0.2.0.jar was
 not found anymore!!!

 But the pom and the fingerprints was

 I don't believe the ojdbc jar files have ever been hosted on Central
 due to Oracle's licensing of those files which limits redistribution.

 What makes you think the jar was ever hosted there? In all likelihood,
 you previously using install:install-file to copy the file to your
 local repo and simply forgot, or someone else in your company used
 deploy:deploy-file to copy the file to your MRM.

 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Wayne Fay
 What The F**k are the .md5 files for the jar doing there and no .jar?

Yea, I noticed that too, and definitely find it odd. Perhaps someone
pushed the files there accidentally at some point?

We probably need Carlos or another repo maintainer to make a comment.
It is possible the Jar was there (perhaps briefly) at some point and
was subsequently deleted due to licensing etc upon notification by
Oracle?

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread nicolas de loof
I did it some time ago as this was condidered a good practice : define a
common POM and checksums for artifacts that are not freely redistribuable,
but that user may include in a custom repo.

There is some other entries en central like this one (metadatas without jar)

2010/1/11 Wayne Fay wayne...@gmail.com

  What The F**k are the .md5 files for the jar doing there and no .jar?

 Yea, I noticed that too, and definitely find it odd. Perhaps someone
 pushed the files there accidentally at some point?

 We probably need Carlos or another repo maintainer to make a comment.
 It is possible the Jar was there (perhaps briefly) at some point and
 was subsequently deleted due to licensing etc upon notification by
 Oracle?

 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Carlos Sanchez
i may have added the checksums. It allows to check that the jar
matches what was supposed to be in the repo but can't be for legal
reasons.

On Mon, Jan 11, 2010 at 1:09 PM, nicolas de loof
nicolas.del...@gmail.com wrote:
 I did it some time ago as this was condidered a good practice : define a
 common POM and checksums for artifacts that are not freely redistribuable,
 but that user may include in a custom repo.

 There is some other entries en central like this one (metadatas without jar)

 2010/1/11 Wayne Fay wayne...@gmail.com

  What The F**k are the .md5 files for the jar doing there and no .jar?

 Yea, I noticed that too, and definitely find it odd. Perhaps someone
 pushed the files there accidentally at some point?

 We probably need Carlos or another repo maintainer to make a comment.
 It is possible the Jar was there (perhaps briefly) at some point and
 was subsequently deleted due to licensing etc upon notification by
 Oracle?

 Wayne

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: No more com.oracle.ojdbc14-10.2.0.2.0.jar ?

2010-01-11 Thread Wayne Fay
I agree with pushing poms. I'm less inclined to agree with the
checksums... but that's OK, I don't really care either way.

Now back to Vincent... what makes you think this jar file EVER existed
in Central??

Wayne

On Mon, Jan 11, 2010 at 3:09 PM, nicolas de loof
nicolas.del...@gmail.com wrote:
 I did it some time ago as this was condidered a good practice : define a
 common POM and checksums for artifacts that are not freely redistribuable,
 but that user may include in a custom repo.

 There is some other entries en central like this one (metadatas without jar)

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org