Ignore:
Timestamp:
2010-10-09T13:50:06+02:00 (14 years ago)
Author:
guggis
Message:

Fixing build.xml

Location:
applications/editors/josm/plugins/turnrestrictions
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnrestrictions/build.xml

    r23524 r23525  
    3939      ** should not be necessary to change the following properties
    4040     -->
    41         <!-- <property name="josm"                   location="../../core/dist/josm-custom.jar"/> -->
    42         <property name="josm"                   location="../JOSM/dist/josm-custom.jar"/>
     41        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
    4342        <property name="plugin.build.dir"       value="build"/>
    4443        <property name="plugin.src.dir"         value="src"/>
    4544        <!-- this is the directory where the plugin jar is copied to -->
    4645        <property name="plugin.dist.dir"        value="dist"/>
    47         <property name="ant.build.javac.target" value="1.5"/>
    48         <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
     46        <property name="ant.build.javac.target" value="1.6"/>
     47        <property name="plugin.jar"             value="../../dist/${ant.project.name}.jar"/>
    4948    <property name="test.build.dir"         value="test/build" />
    5049        <!--
     
    298297                <echo message="compiling groovy test cases for ${plugin.jar} ... "/>
    299298               
     299                <echo message="compiling java test cases for ${plugin.jar} ... "/>
     300                        <javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}">       
     301                                <compilerarg value="-Xlint:deprecation"/>
     302                                <compilerarg value="-Xlint:unchecked"/>
     303                        </javac>
     304               
    300305                <groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path">                     
    301306                </groovyc>             
    302307               
    303                 <echo message="compiling java test cases for ${plugin.jar} ... "/>
    304                 <javac srcdir="test/src" classpathref="test.class.path" debug="true" destdir="${test.build.dir}">       
    305                         <compilerarg value="-Xlint:deprecation"/>
    306                         <compilerarg value="-Xlint:unchecked"/>
    307                 </javac>
     308               
    308309        </target>
    309310       
  • applications/editors/josm/plugins/turnrestrictions/test/config/test-unit-env.properties

    r23510 r23525  
    99# This is the home directory for JOSM plugins: ${josm.home}\plugins\*.jar
    1010#
    11 josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\turnrestrictions\\test\\josm.home
     11josm.home=C:\\data\\eclipse-ws\\eclipse-3.6.1\\JOSM plugins\\plugins\\turnrestrictions\\test\\josm.home
Note: See TracChangeset for help on using the changeset viewer.