On 24/02/12 14:04, sebb wrote:
The directory structures align:
/download/jena-tdb-0.9.0-incubating
/source-release/jena-tdb-0.9.0-incubating
I see the following files (amongst others) in the RC area
http://people.apache.org/~andy/dist-jena-tdb-0.9.0-incubating-RC-4/
KEYS
download/apache-jena-tdb-0.9.0-incubating.zip
download//jena-tdb-0.9.0-incubating/jena-tdb-0.9.0-incubating.jar
source-release/jena-tdb-0.9.0-incubating/jena-tdb-0.9.0-incubating-source-release.zip
Note that the source release is in
source-release/jena-tdb-0.9.0-incubating/
whereas the corresponding binary release is in
download/
i.e. different depths - and they have different names.
[I'm discounting the jar, since that is Maven-specific and is not
needed on the dist/ mirror site.]
I see the confusion now - the main product of the codebase is the core
jena-tdb-0.9.0-incubating.jar with
apache-jena-tdb-0.9.0-incubating-distibution.zip being a subsidiary
creation.
If there were a file:
download/jena-tdb-0.9.0-incubating/jena-tdb-0.9.0-incubating-distribution.zip
then it would be aligned with the source-release hierarchy.
The apache-jena-tdb... is then merely being a renamed file for browsing
apache-jena-tdb-0.9.0-incubating-distribution.zip
(c.f. Ant which has renamed items in it dist/ant)
Would a structure:
dist
|-- binaries
| `-- jena-tdb-0.9.0-incubating
| |-- jena-tdb-0.9.0-incubating-distribution.tar.gz
| |-- jena-tdb-0.9.0-incubating-distribution.zip
| |-- jena-tdb-0.9.0-incubating-javadoc.jar
| |-- jena-tdb-0.9.0-incubating-sources.jar
| |-- jena-tdb-0.9.0-incubating.jar
|-- download
| |-- apache-jena-tdb-0.9.0-incubating-distribution.tar.gz
| |-- apache-jena-tdb-0.9.0-incubating-distribution.zip
`-- source-release
`-- jena-tdb-0.9.0-incubating
|-- jena-tdb-0.9.0-incubating-source-release.zip
+ the .asc, .md5 .sha1 files
be acceptable?
Or with "download/" removed its files at the top level?
Mocked up at:
http://people.apache.org/~andy/dist-tdb-proto/
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org