[
https://issues.apache.org/jira/browse/JENA-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16884723#comment-16884723
]
Andy Seaborne commented on JENA-1730:
-------------------------------------
Hi - you don't need to compile it yourself just to use it with Eclipse. Set up
a maven project, eithe rin Eclispe or write a POM and import it, then the right
artifacts will be automatically downloaded, the class set up for both
development in Eclipse and running from Eclipse.
https://jena.apache.org/download/maven.html
{noformat}
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>3.12.0</version>
</dependency>
{noformat}
The screen shot only says there is an error - the reason is further up in the
output.
It is probably an environmental issue. (Possibly because the tests on Windows
use a lot of temporary file space but it could be other factors).
> issue installing jena 3.12.0 in windows 8
> -----------------------------------------
>
> Key: JENA-1730
> URL: https://issues.apache.org/jira/browse/JENA-1730
> Project: Apache Jena
> Issue Type: Question
> Components: Build
> Affects Versions: Jena 3.12.0
> Reporter: Luis Ramos
> Priority: Critical
> Attachments: jena clean install.png
>
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Dear friends,
>
> I am trying to install jena 3.12.0 in windows 8 to use it with eclipse.
>
> I followed instructions of this web page:
>
> [https://jena.apache.org/getting_involved/index.html]
>
> at first the repository indicated there seems to be invalid, then I used the
> following repository:
>
> [https://github.com/apache/jena.git]
>
> and followed the procedure from command prompt:
>
> git clone [https://github.com/apache/jena.git]
>
> cd jena mvn clean install
> nevertheless, after running for several minutes there was a failure.
>
> I attached the screenshot.
>
> Then, I wonder what could happens here?, the result is similar if I download
> the binaries and try to compile and install.
>
> Any recommendation would be appreciated.
>
>
> best regards
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)