On 25/05/12 14:29, Andy Seaborne wrote:
Next step:
I will set up a Jenkins job to build (2.7.1-snapshot) apache-jena as a
preliminary step and then disable the explicit snapshot builds of
iri-core-arq-tdb.
We can inspect the binary it builds ... and it will at least mean no
ordering problems with snapshot builds.
There's a new job under Jenkins cunningly named to make it appear at the
top of the list. It runs "mvn deploy" from the top of jena trunk.
I tweaked the assembly for apache-jena to put in the examples code (a
bit messily - tidying would be better).
Needs more work - the version number of apache-jena is the parent .. and
it's wrong.
There is a spurious org.apache.jena.jena. which is the trunk pom.
Suggestions for improvements welcome. I ran out of time yesterday to
check/improve/tune so it is a bit rough.
And please do commit fixes to any warnings.
If you have a few moment, checking the zip file in apache-jena (tar.gz
not made - just commented for testing as it whines about long file names
a lot).
Snapshot builds for iri/core/arq/tdb/fuseki disabled as the development
build job makes those.
Andy