[
https://issues.apache.org/jira/browse/JENA-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354030#comment-14354030
]
ASF GitHub Bot commented on JENA-897:
-------------------------------------
GitHub user stain opened a pull request:
https://github.com/apache/jena/pull/41
JENA-897 Override java.io.tmpdir to write to target/
.. instead of /tmp or %TEMP%
Fixes JENA-897 (although it still needs > 35 GB of disk space on Windows)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stain/jena JENA-897-jdbc-tmp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/41.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #41
----
commit 494d9471147fb8299813e068cf7f95d3e3d0e156
Author: Stian Soiland-Reyes <[email protected]>
Date: 2015-03-10T01:07:17Z
JENA-897 Override java.io.tmpdir to write to target/
.. instead of /tmp or %TEMP%
----
> jena-jdbc-tdb tests use %TEMP% instead of target/
> -------------------------------------------------
>
> Key: JENA-897
> URL: https://issues.apache.org/jira/browse/JENA-897
> Project: Apache Jena
> Issue Type: Bug
> Components: JDBC
> Affects Versions: Jena 2.12.1, Jena 2.13.0
> Environment: Windowx 8.0 x64, C: with 34 GB free
> Reporter: Stian Soiland-Reyes
> Priority: Critical
> Fix For: Jena 2.13.1
>
>
> .. and thus mvn clean install on Windows will easily consume 37 GB on C: and
> run out of disk space - even if Jena is built on a larger partition.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)