On 07/09/16 17:54, otheus uibk wrote:
@Andy, I couldn't find an RPM or repo so I'm trying to build one. There
seemed to be a spec file.
Ok - so I guess you want the command line tools or Fuseki.
(If you are a Java developer, point your IDE at the global download from
Maven - it will save you a lot of time as it sets up dependencies and
the environment.)
Pre-build binaries are available if that helps:
http://jena.apache.org/download/
For any Apache project, there is a download page on their website.
If all else fails:
http://www.apache.org/dist/jena/
which is the master release area (same pattern for all projects - some
only release in source form) though those are terse.
And also for Jena like and most Java-based Apache projects there is
maven central:
http://central.maven.org/maven2/org/apache/jena/
for Jena "apache-jena" (binaries,includign command line tools) and
apache-jena-fuseki.
The JVM equivalent of rpms and inspiration for all language repos.
Andy
On Wed, Sep 7, 2016 at 6:51 PM, Andy Seaborne <[email protected]> wrote:
On 07/09/16 17:07, otheus uibk wrote:
Please please please -- for this project and any other any of you may ever
do -- include the build instructions in the top-level of the source code.
The README file is a good place to do this, but also BUILD or INSTALL.
Never require the builder to rely on external documentation to be
accessible at build time for the current code dir.
Having said that, what do I do? (But please fix the code base with such a
file).
Thanks for the suggestion.
As Paul says "mvn install"
May I ask why you are compiling Jena? The project also produces maven
artifacts.
http://jena.apache.org/download/maven.html
Of course, if you want to be definitive, the source release is the only
reference place to go.
Andy