Skip to content

Commit 33e3eb2

Browse files
trnljyemin
authored andcommitted
Added missed dependency
1 parent 48f654d commit 33e3eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ limitations under the License.
300300
</testng>
301301
</target>
302302

303-
<target name="test-artifact-compile">
303+
<target name="test-artifact-compile" depends="init">
304304
<property name="myclasspath" refid="artifact.classpath"/>
305305
<!-- Emit the property to the ant console -->
306306
<echo message="Classpath = ${myclasspath}"/>

0 commit comments

Comments
 (0)