Index: /applications/editors/josm/plugins/turnrestrictions/build.xml
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 23524)
+++ /applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 23525)
@@ -39,12 +39,11 @@
       ** should not be necessary to change the following properties
      -->
-	<!-- <property name="josm"                   location="../../core/dist/josm-custom.jar"/> -->
-	<property name="josm"                   location="../JOSM/dist/josm-custom.jar"/> 
+	<property name="josm"                   location="../../core/dist/josm-custom.jar"/>
 	<property name="plugin.build.dir"       value="build"/>
 	<property name="plugin.src.dir"         value="src"/>
 	<!-- this is the directory where the plugin jar is copied to -->
 	<property name="plugin.dist.dir"        value="dist"/>
-	<property name="ant.build.javac.target" value="1.5"/>
-	<property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
+	<property name="ant.build.javac.target" value="1.6"/>
+	<property name="plugin.jar"             value="../../dist/${ant.project.name}.jar"/>
     <property name="test.build.dir" 	    value="test/build" />
 	<!--
@@ -298,12 +297,14 @@
 		<echo message="compiling groovy test cases for ${plugin.jar} ... "/>
 		
+		<echo message="compiling java test cases for ${plugin.jar} ... "/>
+			<javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}">	
+				<compilerarg value="-Xlint:deprecation"/>
+				<compilerarg value="-Xlint:unchecked"/>
+			</javac>
+		
 		<groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path">			
 		</groovyc>		
 		
-		<echo message="compiling java test cases for ${plugin.jar} ... "/>
-		<javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}">	
-			<compilerarg value="-Xlint:deprecation"/>
-			<compilerarg value="-Xlint:unchecked"/>
-		</javac>
+		
 	</target>
 	
Index: /applications/editors/josm/plugins/turnrestrictions/test/config/test-unit-env.properties
===================================================================
--- /applications/editors/josm/plugins/turnrestrictions/test/config/test-unit-env.properties	(revision 23524)
+++ /applications/editors/josm/plugins/turnrestrictions/test/config/test-unit-env.properties	(revision 23525)
@@ -9,3 +9,3 @@
 # This is the home directory for JOSM plugins: ${josm.home}\plugins\*.jar
 #
-josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\turnrestrictions\\test\\josm.home
+josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\JOSM plugins\\plugins\\turnrestrictions\\test\\josm.home
