|
36 | 36 | <!-- Classpaths --> |
37 | 37 |
|
38 | 38 | <path id="build.classpath"> |
39 | | - <fileset dir="${extlib}" includes="*.jar" excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar" /> |
| 39 | + <fileset dir="${extlib}" includes="*.jar" excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar,commons-text*.jar,commons-lang3*.jar" /> |
40 | 40 | </path> |
41 | 41 |
|
42 | 42 | <path id="test.classpath"> |
|
499 | 499 | <pathelement path="${test_build}" /> |
500 | 500 | </path> |
501 | 501 | <!-- export feature activated to write mutants to file --> |
502 | | - <pitest features="+EXPORT" threads="1" pitClasspath="pitest.classpath" classPath="mutation.path" targetClasses="org.aavso.tools.vstar.*" targetTests="org.aavso.tools.vstar.*" excludedtestclasses="org.aavso.tools.vstar.util.period.dcdft.*,org.aavso.tools.vstar.util.stats.DescStatsTest,org.aavso.tools.vstar.util.stats.anova.*,org.aavso.tools.vstar.input.database.VSXWebService*,org.aavso.tools.vstar.auth.VSXWebServiceMemberInfoTest,org.aavso.tools.vstar.auth.AuthenticationSourceTest" reportDir="${mutation_coverage_dir}" sourceDir="${src}" outputFormats="XML,HTML" timeoutConst="10000" timeoutFactor="2" jvmArgs="-Xmx2048m,-XX:+UseSerialGC" maxMutationsPerClass="50" /> |
| 502 | + <pitest features="+EXPORT" threads="1" pitClasspath="pitest.classpath" classPath="mutation.path" targetClasses="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcs,org.aavso.tools.vstar.util.stats.DescStats,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*" targetTests="org.aavso.tools.vstar.data.*,org.aavso.tools.vstar.data.validation.*,org.aavso.tools.vstar.data.filter.*,org.aavso.tools.vstar.util.date.*,org.aavso.tools.vstar.util.stats.PhaseCalcsTest,org.aavso.tools.vstar.util.stats.DescStatsPBTTest,org.aavso.tools.vstar.util.locale.*,org.aavso.tools.vstar.input.text.*,org.aavso.tools.vstar.util.comparator.*,org.aavso.tools.vstar.util.model.*,org.aavso.tools.vstar.util.notification.*,org.aavso.tools.vstar.exception.*,org.aavso.tools.vstar.auth.Auth0JSONParserTest" reportDir="${mutation_coverage_dir}" sourceDir="${src}" outputFormats="XML,HTML" timeoutConst="10000" timeoutFactor="2" jvmArgs="-Xmx2048m,-XX:+UseSerialGC" maxMutationsPerClass="50" /> |
503 | 503 | </target> |
504 | 504 |
|
505 | 505 | <!-- Static analysis targets --> |
|
522 | 522 | <class location="${dist}/vstar.jar" /> |
523 | 523 | <auxClasspath> |
524 | 524 | <fileset dir="${extlib}" includes="*.jar" |
525 | | - excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar,spotbugs*.jar" /> |
| 525 | + excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar,spotbugs*.jar,commons-text*.jar,commons-lang3*.jar" /> |
526 | 526 | </auxClasspath> |
527 | 527 | <sourcePath path="${src}" /> |
528 | 528 | </spotbugs> |
|
536 | 536 | <class location="${dist}/vstar.jar" /> |
537 | 537 | <auxClasspath> |
538 | 538 | <fileset dir="${extlib}" includes="*.jar" |
539 | | - excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar,spotbugs*.jar" /> |
| 539 | + excludes="junit*.jar,hamcrest*.jar,quicktheories*.jar,pitest*.jar,jacocoant.jar,spotbugs*.jar,commons-text*.jar,commons-lang3*.jar" /> |
540 | 540 | </auxClasspath> |
541 | 541 | <sourcePath path="${src}" /> |
542 | 542 | </spotbugs> |
|
0 commit comments