Andy Seaborne wrote: > Is now the right time to incorporate tdbloader3 into the main TDB > codebase as "tdbloader3"?
Package names: - most of the code is in: org.apache.jena.tdb.store.bulkloader3.* - tests for the code above in: org.apache.jena.tdb.store.bulkloader3.* (but src/test/java/ instead of src/main/java) - command line is named tdbloader3 in the tdb.* package - test for the command line is in tdb.* package (but in src/test/java) Data for the tests is in src/test/resources/tdbloader3 folder I am ready, shout if any of the above is not what you would expect. Paolo
