Changeset 32052 in osm for applications/editors/josm


Ignore:
Timestamp:
2016-02-08T19:55:21+01:00 (9 years ago)
Author:
floscher
Message:

Add test/data/ directory to test-classpath for JOSM-plugins

File:
1 edited

Legend:

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

    r31957 r32052  
    303303    </target>
    304304    <!--
    305     ************************** Publishing the plugin *********************************** 
    306     -->
    307     <!--
    308     ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     305    ************************** Publishing the plugin ***********************************
     306    -->
     307    <!--
     308    ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    309309    ** property ${coreversion.info.entry.revision}
    310310    **
     
    353353    </target>
    354354    <!--
    355     ** commits the plugin.jar 
     355    ** commits the plugin.jar
    356356    -->
    357357    <target name="commit-dist">
     
    413413            <exclude name="**/*-javadoc.jar"/>
    414414        </fileset>
     415        <pathelement path="${plugin.test.dir}/data"/>
    415416        <pathelement path="${josm.test.build.dir}/unit"/>
    416417        <pathelement path="${josm}"/>
     
    453454        </sequential>
    454455    </target>
    455     <target name="test" depends="dist, test-clean, test-compile" 
     456    <target name="test" depends="dist, test-clean, test-compile"
    456457        description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password">
    457458        <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml" classpath="../00_core_tools/jacocoant.jar" />
     
    493494    </target>
    494495    <!--
    495     ** shows a help text 
     496    ** shows a help text
    496497    -->
    497498    <target name="help">
     
    506507    * runjosm     Install plugin and start josm
    507508    * profilejosm Install plugin and start josm in profiling mode
    508    
     509
    509510    There are other targets, which usually should not be called manually.
    510511        </echo>
    511512    </target>
    512513</project>
    513 
Note: See TracChangeset for help on using the changeset viewer.