[rabbitmq-discuss] Bug in java-client's build.xml: maven artifacts have wrong names

Paul Jones pauljones23 at gmail.com
Fri Jan 29 09:23:34 GMT 2010


Hi Holger,

Thanks for spotting this - I'll raise a bug to get this sorted out.

Cheers,
Paul.

On Thu, Jan 28, 2010 at 9:29 PM, Holger Hoffstaette <
holger.hoffstaette at googlemail.com> wrote:

>
> Hi,
>
> After installing the java-client maven artifacts into my repo manager I
> noticed that sources and docs are not properly attached to the jar in the
> IDE because of a naming mixup. Patch is attached.
>
> cheers
> Holger
>
> --snip--
> --- build.xml   2010-01-22 14:14:24.000000000 +0100
> +++ build-fixed.xml     2010-01-28 22:20:38.000000000 +0100
> @@ -400,10 +400,10 @@
>     <mkdir dir="${bundle.out}"/>
>     <copy file="${lib.out}/rabbitmq-client.jar"
>           tofile="${bundle.out}/amqp-client-${impl.version}.jar"/>
> -    <jar destfile="${bundle.out}/amqp-client-sources-${impl.version}.jar">
> +    <jar destfile="${bundle.out}/amqp-client-${impl.version}-sources.jar">
>         <fileset dir="src"/>
>     </jar>
> -    <jar destfile="${bundle.out}/amqp-client-javadoc-${impl.version}.jar">
> +    <jar destfile="${bundle.out}/amqp-client-${impl.version}-javadoc.jar">
>         <fileset dir="${javadoc.out}"/>
>     </jar>
>     <copy file="pom.xml"
> tofile="${bundle.out}/amqp-client-${impl.version}.pom"/>
> --snip--
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100129/d23414ba/attachment.htm 


More information about the rabbitmq-discuss mailing list