You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2009/12/15 18:07:24 UTC

Invalid jms.jar (was: Build failed in Hudson....)

On Tue, Dec 15, 2009 at 5:31 PM, Apache Hudson Server
<hu...@hudson.zones.apache.org> wrote:
> ...
> [INFO] Compilation failure
> error: error reading /home/hudson/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening zip file...

I tried mvn depedency:resolve in
org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage on
my own computer, after deleting the javax/jms part of my local Maven
repository, and once the build is done I get an HTML file with a
redirect message instead of a jar file in there, see below.

Note sure how to fix that, as that jms.jar is a transitive dependency,
but it's definitely not an issue with the Hudson server.

-Bertrand



cat $HOME/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a
href="http://download.java.net/maven/1/javax.jms/jars/jms-1.1.jar">here</a>.</p>
<hr>
<address>Apache Server at maven-repository.dev.java.net Port 443</address>
</body></html>

Re: Invalid jms.jar (was: Build failed in Hudson....)

Posted by Reto Bachmann-Gmuer <re...@trialox.org>.
I've now just excluded the jms dependency in mulgar storage, and the
mulgara launcher still seems to work.

reto

On Wed, Dec 16, 2009 at 9:52 AM, Bertrand Delacretaz
<bd...@apache.org> wrote:
> Hi,
>
> On Tue, Dec 15, 2009 at 11:17 PM, Reto Bachmann-Gmuer
> <re...@trialox.org> wrote:
>> ...if the mulgara storage provider doesn't compile/run with such
>> an exclusion we could also simply exclude mulgara storage from being a
>> module in the parent (and move to a special section in the repo)....
>
> That might be the best solution right now, to at least be able to
> check that the rest builds in Hudson.
>
> -Bertrand
>

Re: Invalid jms.jar (was: Build failed in Hudson....)

Posted by Bertrand Delacretaz <bd...@apache.org>.
Hi,

On Tue, Dec 15, 2009 at 11:17 PM, Reto Bachmann-Gmuer
<re...@trialox.org> wrote:
> ...if the mulgara storage provider doesn't compile/run with such
> an exclusion we could also simply exclude mulgara storage from being a
> module in the parent (and move to a special section in the repo)....

That might be the best solution right now, to at least be able to
check that the rest builds in Hudson.

-Bertrand

Re: Invalid jms.jar (was: Build failed in Hudson....)

Posted by Reto Bachmann-Gmuer <re...@trialox.org>.
If the jar is only on dev.java.net servers this would be an issue
anyway. I'm wondering if this dependency is really needed or could be
excluded, maybe its just an optional log4j backend or similar that
uses it. if the mulgara storage provider doesn't compile/run with such
an exclusion we could also simply exclude mulgara storage from being a
module in the parent (and move to a special section in the repo). At
least with the current implementation there's no known advantage of
having a mulgara backend over TDB or sesame, in fact it seems to be
very slow.

reto

On Tue, Dec 15, 2009 at 6:07 PM, Bertrand Delacretaz
<bd...@apache.org> wrote:
> On Tue, Dec 15, 2009 at 5:31 PM, Apache Hudson Server
> <hu...@hudson.zones.apache.org> wrote:
>> ...
>> [INFO] Compilation failure
>> error: error reading /home/hudson/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar; error in opening zip file...
>
> I tried mvn depedency:resolve in
> org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage on
> my own computer, after deleting the javax/jms part of my local Maven
> repository, and once the build is done I get an HTML file with a
> redirect message instead of a jar file in there, see below.
>
> Note sure how to fix that, as that jms.jar is a transitive dependency,
> but it's definitely not an issue with the Hudson server.
>
> -Bertrand
>
>
>
> cat $HOME/.m2/repository/javax/jms/jms/1.1/jms-1.1.jar
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
> <html><head>
> <title>301 Moved Permanently</title>
> </head><body>
> <h1>Moved Permanently</h1>
> <p>The document has moved <a
> href="http://download.java.net/maven/1/javax.jms/jars/jms-1.1.jar">here</a>.</p>
> <hr>
> <address>Apache Server at maven-repository.dev.java.net Port 443</address>
> </body></html>
>