You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2015/03/10 11:00:22 UTC

[1/2] jena git commit: JENA-897 Override java.io.tmpdir to write to target/

Repository: jena
Updated Branches:
  refs/heads/master ec5b5dad8 -> 797c52a71


JENA-897 Override java.io.tmpdir to write to target/

.. instead of /tmp or %TEMP%

Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/494d9471
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/494d9471
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/494d9471

Branch: refs/heads/master
Commit: 494d9471147fb8299813e068cf7f95d3e3d0e156
Parents: ec5b5da
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Mar 10 01:07:17 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Mar 10 01:07:17 2015 +0000

----------------------------------------------------------------------
 jena-jdbc/jena-jdbc-driver-tdb/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/494d9471/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
----------------------------------------------------------------------
diff --git a/jena-jdbc/jena-jdbc-driver-tdb/pom.xml b/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
index 5dd7a0f..2822353 100644
--- a/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-tdb/pom.xml
@@ -77,6 +77,9 @@
 				<version>2.14</version>
 				<configuration>
 					<argLine>-Xmx2G</argLine>
+					<systemProperties>
+						<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
+					</systemProperties>
 				</configuration>
 			</plugin>
 


[2/2] jena git commit: Merged Stian's fix for JENA-897

Posted by rv...@apache.org.
Merged Stian's fix for JENA-897

This closes #41


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/797c52a7
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/797c52a7
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/797c52a7

Branch: refs/heads/master
Commit: 797c52a714811b86a20560cbb21c09e8494741ca
Parents: 494d947
Author: Rob Vesse <rv...@apache.org>
Authored: Tue Mar 10 09:59:56 2015 +0000
Committer: Rob Vesse <rv...@apache.org>
Committed: Tue Mar 10 09:59:56 2015 +0000

----------------------------------------------------------------------

----------------------------------------------------------------------