This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit ebad3e6cf202b600beb7a847dc5cffe748563169
Author: Jaroslav Tulach <[email protected]>
AuthorDate: Wed Jan 2 10:52:33 2019 +0100

    ant clean shouldn't try to build javac
---
 nbbuild/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 15b2dc5..6bb2323 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1151,6 +1151,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
 
   <target name="clean" depends="-init-clean,bootstrap" description="Clean 
everything possible.">
       <taskdef name="try-else" classname="org.netbeans.nbbuild.TryElse" 
classpath="${nbantext.jar}"/>
+      <property name="vanilla.javac.exists" value="true"/>
       <try-else first="-hg-clean" second="-real-clean"/>
   </target>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to