You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/09/12 20:45:29 UTC

incubator-netbeans git commit: The rat target needs external binaries to be downloaded.

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master ee90533f4 -> 44ceb002b


The rat target needs external binaries to be downloaded.


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/44ceb002
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/44ceb002
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/44ceb002

Branch: refs/heads/master
Commit: 44ceb002be71f7114d77c9daeaae0b8b931b1d1f
Parents: ee90533
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Tue Sep 12 22:45:17 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Tue Sep 12 22:45:17 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/44ceb002/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index dc95a8b..0d4e3e5 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1959,7 +1959,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
 
     </target>
 
-    <target name="rat">
+    <target name="rat" depends="bootstrap">
         <taskdef uri="antlib:org.apache.rat.anttasks" resource="org/apache/rat/anttasks/antlib.xml">
             <classpath>
                 <pathelement location="external/apache-rat-0.12.jar"/>