Hi Holger,<br><br>Thanks for spotting this - I&#39;ll raise a bug to get this sorted out.<br><br>Cheers,<br>Paul.<br><br><div class="gmail_quote">On Thu, Jan 28, 2010 at 9:29 PM, Holger Hoffstaette <span dir="ltr">&lt;<a href="mailto:holger.hoffstaette@googlemail.com">holger.hoffstaette@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi,<br>
<br>
After installing the java-client maven artifacts into my repo manager I<br>
noticed that sources and docs are not properly attached to the jar in the<br>
IDE because of a naming mixup. Patch is attached.<br>
<br>
cheers<br>
Holger<br>
<br>
--snip--<br>
--- build.xml � 2010-01-22 14:14:24.000000000 +0100<br>
+++ build-fixed.xml � � 2010-01-28 22:20:38.000000000 +0100<br>
@@ -400,10 +400,10 @@<br>
 � � &lt;mkdir dir=&quot;${bundle.out}&quot;/&gt;<br>
 � � &lt;copy file=&quot;${lib.out}/rabbitmq-client.jar&quot;<br>
 � � � � � tofile=&quot;${bundle.out}/amqp-client-${impl.version}.jar&quot;/&gt;<br>
- � �&lt;jar destfile=&quot;${bundle.out}/amqp-client-sources-${impl.version}.jar&quot;&gt;<br>
+ � �&lt;jar destfile=&quot;${bundle.out}/amqp-client-${impl.version}-sources.jar&quot;&gt;<br>
 � � � � &lt;fileset dir=&quot;src&quot;/&gt;<br>
 � � &lt;/jar&gt;<br>
- � �&lt;jar destfile=&quot;${bundle.out}/amqp-client-javadoc-${impl.version}.jar&quot;&gt;<br>
+ � �&lt;jar destfile=&quot;${bundle.out}/amqp-client-${impl.version}-javadoc.jar&quot;&gt;<br>
 � � � � &lt;fileset dir=&quot;${javadoc.out}&quot;/&gt;<br>
 � � &lt;/jar&gt;<br>
 � � &lt;copy file=&quot;pom.xml&quot; tofile=&quot;${bundle.out}/amqp-client-${impl.version}.pom&quot;/&gt;<br>
--snip--<br>
<br>
<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>