> -----Original Message----- > From: Nick Chalko [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 8:00 PM > The consensus seems to be forming around a basic URI of > > /project/version/artifact > > such as > http://repo.apache.org/org.apache.ant/1.5/ant.jar
Why not collapse version into the filename, and add a level for jars http://repo.apache.org/org.apache.ant/jars/ant-1.5.jar Not all projects distribute jars. What about a project that produces a war file, or an ear file? it would make it easier to store periodic builds such as http://repo.apache.org/org.apache.ant/jars/ant-20030212-0730.jar http://repo.apache.org/org.apache.ant/jars/ant-20030212-0930.jar http://repo.apache.org/org.apache.ant/jars/ant-20030212-1030.jar Also, the "." in the directory might not be a great idea, why not use dashes: How about http://repo.apache.org/org-apache-ant/jars/ant-1.5.jar -------- Tim O'Brien > > > -- > Nick Chalko Show me the code. > Centipede > Ant + autodownloadable build plugins + needed jars autodownload. > http://krysalis.org/centipede > --------------------------------------------------------------------- > > >
