Hi,
I've added a JenaDist module here:
https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaDist/trunk/
The aim of this module is to create the Apache Jena distribution
(including jena-core, jena-iri, jena-arq, jena-larq and jena-tdb).
It is not perfect, but it's better than nothing.
Two files are produced:
apache-jena-2.6.5-incubating-SNAPSHOT-bin.zip (22 MB)
apache-jena-2.6.5-incubating-SNAPSHOT-src.zip (19 MB)
The -bin.zip has this structure:
bat/
bin/
bin2/
javadoc/
jena-arq/
jena-core/
jena-iri/
jena-larq/
jena-tdb
lib/
DISCLAIMER.txt
LICENSE.txt
NOTICE.txt
README.txt
I failed to add a lib-src/ directory with the -sources.jar of our modules.
The -src.zip has this structure:
jena-arq/
jena-core/
jena-dist/
jena-iri/
jena-larq/
jena-tdb/
jena-top/
DISCLAIMER.txt
LICENSE.txt
NOTICE.txt
README.txt
With this you are supposed to be able to recreate the -bin.zip file.
However, I had problems with the names of the directories and Eclipse
project names. My suggestion is to rename Eclipse project names as the
directories above. (There is also a comment in the pom.xml file and I
posted a patch which shows the changes that I would like we apply).
Please, have a look and let me know if you see problems.
Cheers,
Paolo
PS:
There are a few [WARNING] messages which I'd like to eliminate, but so
far I failed in doing so... the ones from Javadoc should be trivial, I
have not look at those (yet).