Hi all

I've just realized that the ivy.xml file I've published to Nexus has
completely different coordinates from the one used in earlier
releases. It used to be

    <info organisation="org/apache"
          module="ant" ...>
        <artifact name="ant-compress" ...

for 1.5 RC1 it is

    <info organisation="Apache Ant"
          module="ant-compress" ...>
        <artifact name="ant-compress" ...

and the current master branch would create

    <info organisation="org.apache.ant"
          module="ant-compress"
         <artifact name="ant-compress" ...

I'm not sure whether anybody uses Ivy to obtain the antlib, but if they
do it is certainly broken by that change. Neither 1.5 RC1 nor master look
correct to me.

I'm on the fence whether organization should be org/apache or org.apache
but given Ant itself uses the slash version and the Compress Antlib has
done so before I'm inclined to go with that.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to