Browse Source

Fixed missing dependency on networking, in case netrexx target is called by itself

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@946853 13f79535-47bb-0310-9956-ffa450edef68
master
Bruce Atherton 15 years ago
parent
commit
c8f231cceb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fetch.xml

+ 1
- 1
fetch.xml View File

@@ -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"


Loading…
Cancel
Save