[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-10 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37406 ] 

Bernhard Wellhöfer commented on AMQ-1017:
-

A build using Debian Sarge works fine.

But a 4.2 ActiveMQ version was build, not a 4.1. As I said I'm trying to 
compile https://svn.apache.org/repos/asf/incubator/activemq/trunk which is 
regarding to http://www.activemq.org/site/source.html) the 4.1 SNAPSHOT 
version. I just detected that 
https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1 
exists. Is this the 4.1 tree?

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn-472933.log, mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread Adrian Co (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37398 ] 

Adrian Co commented on AMQ-1017:


Also using maven-2.0.4 and java version "1.5.0_07"

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn-472933.log, mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread Adrian Co (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37397 ] 

Adrian Co commented on AMQ-1017:


I just did a fresh checkout of 
https://svn.apache.org/repos/asf/incubator/activemq/trunk with rev 473001.

Running in WinXP, did a mvn install -Dmaven.test.skip=true with a clean repo 
and it built successfully for me. :-/

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn-472933.log, mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread Michael Murphree (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37394 ] 

Michael Murphree commented on AMQ-1017:
---

Greetings.  I'm trying to build 472933 and I'm experiencing a similar issue.  
I'm building with Maven 2.0.4, Java 1.5.0_08, on Windows XP SP2, working behind 
a proxy / firewall.  I can get through Jaas, Core, Console, and web stuff, but 
mine collapses on XMPP.

I don't get quite as far as Bernhard does, however.  I fail with this error:

[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project 
for plugin 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin': Error getting POM for 
'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin' from the repository: Error 
transferring file
  org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:pom:0.1

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codehaus (http://repository.codehaus.org/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  maven2-repository.dev.java.net 
(https://maven2-repository.dev.java.net/nonav/repository),
  maven-repository.dev.java.net 
(https://maven-repository.dev.java.net/nonav/repository),
  apache.incubating.releases 
(http://people.apache.org/repo/m2-incubating-repository)

I suspect this may be a Maven configuration issue, though.  I will attach the 
full Maven log.

Regards,

Michael



> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37393 ] 

Bernhard Wellhöfer commented on AMQ-1017:
-

jcdesrochers wrote (see 
http://www.nabble.com/Latest-4.1-SNAPSHOT-tf2516871.html) that for him the 
build also fails. You could ask him to help out.

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread james strachan (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37392 ] 

james strachan commented on AMQ-1017:
-

I guess we need someone else with a windows machine to trash their local repo 
and try again - it could be a windows-only-with-no-local-repo issue

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread james strachan (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37391 ] 

james strachan commented on AMQ-1017:
-

I've tried trashing the local repo too - and it still works fine for me. I'm 
kinda mystified why its failing for you.

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37390 ] 

Bernhard Wellhöfer commented on AMQ-1017:
-

I just had the idea whether trashing your ~/.m2/repository could make the issue 
reproducable on your side. May your local repo contains old jars that I do not 
get from the repo server.

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-09 Thread JIRA
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37388 ] 

Bernhard Wellhöfer commented on AMQ-1017:
-

I updated to revision number 472803. The build is still failing.

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log, mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-07 Thread Adrian Co (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37358 ] 

Adrian Co commented on AMQ-1017:


I just built the trunk and its working fine for me (WinXP). Though, I did see 
this once, but was unable to reproduce it. Are you able to consistently 
reproduce this? Maybe you can try "mvn install -U"

> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-1017) Build of current trunk with Maven2 fails

2006-11-07 Thread james strachan (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-1017?page=comments#action_37357 ] 

james strachan commented on AMQ-1017:
-

The build works perfectly for me on OS X and Linux. I guess it must be some 
windows issue.

I wonder does trashing your ~/.m2/repository help? Am wondering if you've got 
some old version of some jar in your local repo? You definitely have the latest 
from trunk right?


> Build of current trunk with Maven2 fails
> 
>
> Key: AMQ-1017
> URL: https://issues.apache.org/activemq/browse/AMQ-1017
> Project: ActiveMQ
>  Issue Type: Bug
>Affects Versions: 4.1
> Environment: Windows XP, Maven 2.0.4, Java 1.5.0_06
>Reporter: Bernhard Wellhöfer
>Priority: Critical
> Attachments: mvn.log
>
>
> A build of a fresh checkout from 
> https://svn.apache.org/repos/asf/incubator/activemq/trunk with Maven2 fails. 
> See the attached log of the build.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira