Skip to content

Commit

Permalink
Fixed missing dependency on networking, in case netrexx target is cal…
Browse files Browse the repository at this point in the history
…led by itself

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@946853 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bruce Atherton committed May 21, 2010
1 parent 6897c89 commit 6add475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Set -Ddest=LOCATION on the command line
<f2 project="com.sun.media" archive="jai-codec" repository="http://repository.jboss.org/maven2"/>
</target>

<target name="netrexx" depends="init-no-m2,-setup-temp-cache,-fetch-netrexx,-cleanup-temp-cache"
<target name="netrexx" depends="init-no-m2,-setup-temp-cache,networking,-fetch-netrexx,-cleanup-temp-cache"
description="load NetRexx compiler" />

<target name="-fetch-netrexx" depends="-setup-temp-cache"
Expand Down

0 comments on commit 6add475

Please sign in to comment.