You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Henri Yandell <fl...@gmail.com> on 2006/05/17 01:09:23 UTC

4.0 release comments

Just joined the list, so my apologies for not being able to reply to
the current thread.

* Downloaded the 4.0 src zip. Need a KEYS file so I can check the .asc.
* Unpacked.
* I want to build the source. README.txt points me to a broken url. In
fact README.txt is full of 404s:

http://incubator.apache.org/activemq/Getting+Started
http://incubator.apache.org/activemq/Building
http://incubator.apache.org/activemq/Examples
http://incubator.apache.org/activemq/Contributing

Dumbly approaching the problem:

"maven jar" fails to build anything (there's nothing in the
srcDirectory tag). I'm on Maven 1.0.2.

mvn package gives lots of warnings:
  [WARNING] *** CHECKSUM FAILED - Invalid checksum file - RETRYING

and then dies with:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: directory-protocols:kerberos-protocol

Reason: Error getting POM for 'directory-protocols:kerberos-protocol'
from the repository: Error transferring file
  directory-protocols:kerberos-protocol:pom:0.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://cvs.apache.org/maven-snapshot-repository),
  codehaus-snapshot (http://snapshots.maven.codehaus.org/maven2),
  apache-maven1-snapshot (http://cvs.apache.org/repository),
  maven-csharp (http://maven-csharp.javaforge.com/repo)


Hen

Re: 4.0 release comments

Posted by Brian McCallister <br...@apache.org>.
On May 17, 2006, at 10:03 AM, Hiram Chirino wrote:

>> from the specified remote repositories:
>>   central (http://repo1.maven.org/maven2),
>>   apache.snapshots (http://cvs.apache.org/maven-snapshot-repository),
>>   codehaus-snapshot (http://snapshots.maven.codehaus.org/maven2),
>>   apache-maven1-snapshot (http://cvs.apache.org/repository),
>>   maven-csharp (http://maven-csharp.javaforge.com/repo)
>>
>
> Perhaps one of the repositories is down.  You could always manually
> download and install the dependency. :(

Codehaus has been down for a while. Yea, rolling open source outages :(

-Brian

Re: 4.0 release comments

Posted by Hiram Chirino <hi...@hiramchirino.com>.
Hi Henri,

On 5/16/06, Henri Yandell <fl...@gmail.com> wrote:
> Just joined the list, so my apologies for not being able to reply to
> the current thread.
>

Thanks for Joining!

> * Downloaded the 4.0 src zip. Need a KEYS file so I can check the .asc.

As suggested by http://wiki.apache.org/incubator/SigningReleases, the
KEYS files is checked into the project source tree:
https://svn.apache.org/repos/asf/incubator/activemq/trunk/KEYS

> * Unpacked.
> * I want to build the source. README.txt points me to a broken url. In
> fact README.txt is full of 404s:
>
> http://incubator.apache.org/activemq/Getting+Started
> http://incubator.apache.org/activemq/Building
> http://incubator.apache.org/activemq/Examples
> http://incubator.apache.org/activemq/Contributing
>

I just updated the web site.  The link should be fixed once the
changes sync up with the web server.

> Dumbly approaching the problem:
>
> "maven jar" fails to build anything (there's nothing in the
> srcDirectory tag). I'm on Maven 1.0.2.
>

"maven default" is the best goal to use but there a few other
interesting ones defined in the maven.xml.

> mvn package gives lots of warnings:
>   [WARNING] *** CHECKSUM FAILED - Invalid checksum file - RETRYING
>
> and then dies with:
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>

We have been working towards moving to m2 but there are still a few
things missing.  M2 can compile and test our artifacts but the
packaging and source code generation steps have not been polished off.
 I'd recommend users to use m1 to build activemq.

>
> Project ID: directory-protocols:kerberos-protocol
>
> Reason: Error getting POM for 'directory-protocols:kerberos-protocol'
> from the repository: Error transferring file
>   directory-protocols:kerberos-protocol:pom:0.5
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   apache.snapshots (http://cvs.apache.org/maven-snapshot-repository),
>   codehaus-snapshot (http://snapshots.maven.codehaus.org/maven2),
>   apache-maven1-snapshot (http://cvs.apache.org/repository),
>   maven-csharp (http://maven-csharp.javaforge.com/repo)
>

Perhaps one of the repositories is down.  You could always manually
download and install the dependency. :(

>
> Hen
>


-- 
Regards,
Hiram