Nick Chalko wrote: ...
What should the URI look like

The latest URI discussed was
http://<host>/<project>/<version>/artifact-[<version>].ext
For example
* http://repo.apache.org/org-apache-ant/1.5.1/ant-1.5.1.jar
* http://repo.apache.org/org-apache-ant/1.5.1/ant-testutil-1.5.1.jar
* http://repo.apache.org/org-apache-ant/1.5.1/LICENSE.txt

This is where Avalon keeps jars for the framework similar to the above example (done by Leo after the previous repo discussions IIUC):


http://www.apache.org/dist/avalon/framework/jars/avalon-framework-4.1.jar
http://www.apache.org/dist/avalon/framework/jars/avalon-framework-impl-4.1.5.jar
http://www.apache.org/dist/avalon/framework/jars/LICENSE.txt

So it's:

  http://<host>/<project>/<artifact-type>/artifact-[<version>].ext

host:          www.apache.org/dist
project:       avalon/framework
artifact-type: jars

httpd instead does this:

  http://www.apache.org/dist/httpd/

Please note this URL:

http://www.apache.org/dist/httpd/binaries/aix/apache_1.3.26-000964804C00-ibm-aix4.3.tar.gz

It could be:

host:          www.apache.org/dist
project:       httpd
artifact-type: binaries/aix

The tar.gz format is more complex, and needs a different version resolution system.

--
Nicola Ken Barozzi                   [EMAIL PROTECTED]
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------



Reply via email to