• Home
  • Raw
  • Download

Lines Matching +full:- +full:jar

3 	<!--
9 ant -DcurrentVersion=1.5.4-SNAPSHOT
10 -->
19 <pathelement location="target/test-classes/" />
20 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
21 <pathelement location="./lib/slf4j-simple-1.4.2.jar" />
25 <pathelement location="target/test-classes/" />
26 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
27 <pathelement location="./lib/slf4j-simple-1.5.0.jar" />
31 <pathelement location="target/test-classes/" />
32 <pathelement location="./lib/slf4j-api-1.5.11.jar" />
33 <pathelement location="../slf4j-simple/target/slf4j-simple-${currentVersion}.jar" />
37 <pathelement location="target/test-classes/" />
38 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
39 <pathelement location="./lib/slf4j-simple-1.5.11.jar" />
42 <!--<path id="pathIncompatible">
43 <pathelement location="target/test-classes/" />
44 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
45 <pathelement location="./lib/slf4j-simple-INCOMPATIBLE.jar" />
47 -->
50 <pathelement location="target/test-classes/" />
51 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
52 <pathelement location="../slf4j-simple/target/slf4j-simple-${currentVersion}.jar" />
57 <pathelement location="target/test-classes/" />
58 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
59 <pathelement location="./lib/slf4j-simple-1.5.0.jar" />
60 <pathelement location="./lib/slf4j-nop-1.5.6.jar" />
64 <pathelement location="target/test-classes/" />
65 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
66 <pathelement location="../slf4j-simple/target/slf4j-simple-${currentVersion}.jar" />
67 <pathelement location="../slf4j-nop/target/slf4j-nop-${currentVersion}.jar" />
71 <pathelement location="target/test-classes/" />
72 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
73 <pathelement location="./lib/slf4j-simple-1.6.6.jar" />
77 <pathelement location="target/test-classes/" />
78 <pathelement location="../slf4j-api/target/slf4j-api-${currentVersion}.jar" />
79 <pathelement location="./lib/slf4j-simple-2.0.99.jar" />
84 <pathelement location="target/test-classes/" />
85 <pathelement location="../slf4j-simple/target/slf4j-simple-${currentVersion}.jar" />
86 <pathelement location="./lib/slf4j-api-1.6.6.jar" />
90 <!-- this is really very ugly, but it's the only way to circumvent
91 http://jira.codehaus.org/browse/MANTRUN-95
92 -->
97 <mkdir dir="target/unit-reports" />
115 <test fork="yes" todir="target/unit-reports"
116 outfile="TEST-142BININDING"
123 <test fork="yes" todir="target/unit-reports"
124 outfile="TEST-150BINDING"
135 <test fork="yes" todir="target/unit-reports"
136 outfile="TEST-MISMATCH-1511API"
144 <test fork="yes" todir="target/unit-reports"
145 outfile="TEST-MISMATCH-1511Binding"
155 <test fork="yes" todir="target/unit-reports"
156 outfile="TEST-Match"
165 <test fork="yes" todir="target/unit-reports"
166 outfile="TEST-IncompatibleMultiBinding"
175 <test fork="yes" todir="target/unit-reports"
176 outfile="TEST-MultiBinding"
185 <test fork="yes" todir="target/unit-reports"
186 outfile="TEST-binding166"
194 <test fork="yes" todir="target/unit-reports"
195 outfile="TEST-api166"