jgit/org.eclipse.jgit.ant.test
Shawn Pearce 36144e12d8 Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase
`pwd`/target is only valid in Maven Reactor builds where Maven
has moved into the project directory and created a target for
the build output. Most other build systems do not use "target"
and may not even perform a directory change between test suites.

Rewrite LocalDiskRepositoryTestCase's temporary directory code
to use the system specified location and create new unique names.
This prevents fixes between concurrently running tests and allows
the caller to specify the root using java.io.tmpdir.

Update the surefire command lines to use target within each project as
the system temporary directory during unit testing, preventing JGit's
own test suite from writing to /tmp or somewhere like C:\tmp.

Change-Id: I9e8431f6ddfc16fee89f677bcce67c99cfb56782
2013-05-08 17:59:34 -07:00
..
.settings Harmonize the JDT settings within JGit 2012-11-16 10:25:45 -08:00
META-INF Remove unused dependencies 2013-04-09 16:57:54 +02:00
src/org/eclipse/jgit/ant/tasks Remove some unnecessary dependencies on FileRepostory 2013-04-18 15:33:50 -05:00
.classpath Enforce the use of Java5 API:s only (with a few exceptions) 2011-12-16 01:01:36 +01:00
.gitignore Add org.eclipse.jgit.ant.test 2011-05-19 08:55:17 -05:00
.project Enforce the use of Java5 API:s only (with a few exceptions) 2011-12-16 01:01:36 +01:00
build.properties Add GitCloneTaskTest 2011-05-19 11:13:12 -05:00
plugin.properties Remove incubation marker 2011-05-31 22:53:53 +02:00
pom.xml Fix hardcoded use of target/trash in LocalDiskRepositoryTestCase 2013-05-08 17:59:34 -07:00