Changes between Version 22 and Version 23 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2017-05-23T21:46:20+02:00 (8 years ago)
Author:
Don-vip
Comment:

add test/lib/commons-testing/*

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v22 v23  
    6464{{{
    6565#!sh
    66 export TESTCP=".:test/unit:test/functional:dist/josm-custom.jar:test/lib/fest/*:test/lib/junit/*:test/lib/*:test/lib/unitils-core/*"
     66export TESTCP=".:test/unit:test/functional:dist/josm-custom.jar:test/lib/commons-testing/*:test/lib/fest/*:test/lib/junit/*:test/lib/*:test/lib/unitils-core/*"
    6767export TESTCP=$TESTCP:"tools/*:tools/findbugs/*"   # added these missing directories. Without it will fail to run.
    6868}}}
     
    8282{{{
    8383#!sh
    84 set TESTCP=".;test/unit;test/functional;dist/josm-custom.jar;test/lib/fest/*;test/lib/junit/*;test/lib/*;test/lib/unitils-core/*;tools/*;tools/findbugs/*"
     84set TESTCP=".;test/unit;test/functional;dist/josm-custom.jar;test/lib/commons-testing/*;test/lib/fest/*;test/lib/junit/*;test/lib/*;test/lib/unitils-core/*;tools/*;tools/findbugs/*"
    8585javac -cp %TESTCP% test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
    8686java -cp %TESTCP% org.junit.runner.JUnitCore org.openstreetmap.josm.data.projection.ProjectionRefTest