RE: Build failed, looking for maven-jaxb2-plugin

2006-11-16 Thread Murphree, Michael
.java.JavaComponentFactory.newInsta
nce(JavaComponentFactory.java:44)
... 25 more

I'm not too worried about this at the moment considering that the
snapshot distributions are up and running again.  I'm willing to keep
trying though, if it yields additional information for the group.  Is
there anything else you'd like me to poke into for this issue?  I can
try clearing my Maven repository again.  Is there further reading into
Maven that I should look at before continuing?

Regards,

Michael


-Original Message-
From: Mittler, Nathan [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 16, 2006 7:35 AM
To: activemq-dev@geronimo.apache.org
Subject: RE: Build failed, looking for maven-jaxb2-plugin

So we have a solution to this ... Thanks to Tim Bish!

It comes down to a proxy issue for https.  We had to set the environment
variables "https.proxyHost" and "https.proxyPort".
The proxy configuration in the maven settings.xml only seems to work for
http, not https.

Once we defined those, it built just fine.

Hope this helps.

Nate

-Original Message-
From: Murphree, Michael [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 11:53 AM
To: Mittler, Nathan
Cc: activemq-dev@geronimo.apache.org
Subject: RE: Build failed, looking for maven-jaxb2-plugin


Nate,

I've been having the same trouble as you:
https://issues.apache.org/activemq/browse/AMQ-1017. I have far less
experience with Maven, though.  I can get through most of the build but
I get stuck there with the same error.  I'm not sure what I'd actually
need to do to get my local Maven repository configured manually to get
past this, or if that's possible.

Regards,

Michael

-Original Message-
From: Mittler, Nathan [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 8:25 AM
To: activemq-dev@geronimo.apache.org
Subject: Build failed, looking for maven-jaxb2-plugin

A clean build of trunk (with mvn 2.0.4) is failing for me when building
the XMPP module, trying to download the maven-jaxb2-plugin:

https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/maven-jaxb2-plugin-0.1.pom

The funny thing is that I can view the pom file through a web browser,
so I'm not sure what is giving Maven heartburn.  I've had my Maven proxy
settings set up for a while, so I'm confident that's not it.

A listing of the directory
https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/ fails - I guess they have directory
listing disabled on the server.

Is anyone else having this problem ... And does anyone know how I can
get past it?

Thanks,
Nate

The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 



RE: Build failed, looking for maven-jaxb2-plugin

2006-11-16 Thread Mittler, Nathan
So we have a solution to this ... Thanks to Tim Bish!

It comes down to a proxy issue for https.  We had to set the environment
variables "https.proxyHost" and "https.proxyPort".
The proxy configuration in the maven settings.xml only seems to work for
http, not https.

Once we defined those, it built just fine.

Hope this helps.

Nate

-Original Message-
From: Murphree, Michael [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 11:53 AM
To: Mittler, Nathan
Cc: activemq-dev@geronimo.apache.org
Subject: RE: Build failed, looking for maven-jaxb2-plugin


Nate,

I've been having the same trouble as you:
https://issues.apache.org/activemq/browse/AMQ-1017. I have far less
experience with Maven, though.  I can get through most of the build but
I get stuck there with the same error.  I'm not sure what I'd actually
need to do to get my local Maven repository configured manually to get
past this, or if that's possible.

Regards,

Michael

-Original Message-
From: Mittler, Nathan [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 8:25 AM
To: activemq-dev@geronimo.apache.org
Subject: Build failed, looking for maven-jaxb2-plugin

A clean build of trunk (with mvn 2.0.4) is failing for me when building
the XMPP module, trying to download the maven-jaxb2-plugin:

https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/maven-jaxb2-plugin-0.1.pom

The funny thing is that I can view the pom file through a web browser,
so I'm not sure what is giving Maven heartburn.  I've had my Maven proxy
settings set up for a while, so I'm confident that's not it.

A listing of the directory
https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/ fails - I guess they have directory
listing disabled on the server.

Is anyone else having this problem ... And does anyone know how I can
get past it?

Thanks,
Nate

The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 


Re: Build failed, looking for maven-jaxb2-plugin

2006-11-11 Thread Nathan Mittler

I seem to be able to build trunk fine at home, so I'm thinking that my
problems were related to some sort of firewall issues at work.

On 11/10/06, Murphree, Michael <[EMAIL PROTECTED]> wrote:


Nate,

I've been having the same trouble as you:
https://issues.apache.org/activemq/browse/AMQ-1017. I have far less
experience with Maven, though.  I can get through most of the build but
I get stuck there with the same error.  I'm not sure what I'd actually
need to do to get my local Maven repository configured manually to get
past this, or if that's possible.

Regards,

Michael

-Original Message-
From: Mittler, Nathan [mailto:[EMAIL PROTECTED]
Sent: Friday, November 10, 2006 8:25 AM
To: activemq-dev@geronimo.apache.org
Subject: Build failed, looking for maven-jaxb2-plugin

A clean build of trunk (with mvn 2.0.4) is failing for me when building
the XMPP module, trying to download the maven-jaxb2-plugin:

https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/maven-jaxb2-plugin-0.1.pom

The funny thing is that I can view the pom file through a web browser,
so I'm not sure what is giving Maven heartburn.  I've had my Maven proxy
settings set up for a while, so I'm confident that's not it.

A listing of the directory
https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/ fails - I guess they have directory
listing disabled on the server.

Is anyone else having this problem ... And does anyone know how I can
get past it?

Thanks,
Nate

The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose
it to anyone else. If you received it in error please notify us immediately
and then destroy it.



RE: Build failed, looking for maven-jaxb2-plugin

2006-11-10 Thread Murphree, Michael
Nate,

I've been having the same trouble as you:
https://issues.apache.org/activemq/browse/AMQ-1017. I have far less
experience with Maven, though.  I can get through most of the build but
I get stuck there with the same error.  I'm not sure what I'd actually
need to do to get my local Maven repository configured manually to get
past this, or if that's possible.

Regards,

Michael

-Original Message-
From: Mittler, Nathan [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 8:25 AM
To: activemq-dev@geronimo.apache.org
Subject: Build failed, looking for maven-jaxb2-plugin

A clean build of trunk (with mvn 2.0.4) is failing for me when building
the XMPP module, trying to download the maven-jaxb2-plugin:

https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/maven-jaxb2-plugin-0.1.pom

The funny thing is that I can view the pom file through a web browser,
so I'm not sure what is giving Maven heartburn.  I've had my Maven proxy
settings set up for a while, so I'm confident that's not it.

A listing of the directory
https://maven2-repository.dev.java.net/nonav/repository/org/jvnet/jaxb2/
maven2/maven-jaxb2-plugin/0.1/ fails - I guess they have directory
listing disabled on the server.

Is anyone else having this problem ... And does anyone know how I can
get past it?

Thanks,
Nate

The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it.