[ https://issues.apache.org/activemq/browse/AMQ-710?page=comments#action_36329 ]
Hiram Chirino commented on AMQ-710: ----------------------------------- I just 1) downloaded the 4.0 source from: http://activemq.com/site/activemq-40-release.html 2) removed my ~/.maven/repository 3) ran maven -Dmaven.test.skip=true and I got a build error with the following message: Invalid Redirect URI from: http://cvs.apache.org:80/repository//incubator-activemq/jars/activeio-core-3.0-beta3.jar to: http://people.apache.org/repository//incubator-activemq/jars/activeio-core-3.0-beta3.jar Seems apache is doing redirect that my maven is not liking. I applied a patch that got me past that, but subsequently, Geronimo 1.2-SNAPSHOT has changed something since activemq was release which breaks the gbean module from compiling. Luckly the gbean module is not need to get a standalone activemq to build so I disable the module from the build. > Can't compile the AMQ4.0 release source,cann't find the reliant package. > ------------------------------------------------------------------------ > > Key: AMQ-710 > URL: https://issues.apache.org/activemq/browse/AMQ-710 > Project: ActiveMQ > Type: Bug > Versions: 4.0 > Reporter: tao > Assignee: Hiram Chirino > > > Can't compile the AMQ4.0 release source,cann't find the reliant package. > So,activesoap-1.0-SNAPSHOT.jar... -- 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
