matthiasblaesing commented on code in PR #5568:
URL: https://github.com/apache/netbeans/pull/5568#discussion_r1119164276
##########
nbbuild/build.xml:
##########
@@ -19,7 +19,7 @@
under the License.
-->
-<project name="nbbuild" default="build-nozip" basedir="." xmlns:if="ant:if"
xmlns:unless="ant:unless">
+<project name="nbbuild" default="build" basedir="." xmlns:if="ant:if"
xmlns:unless="ant:unless">
Review Comment:
I routinely run `ant` in the main folder of netbeans, because I work on it.
If that spams the nbbuild folder with useless zip files, I'm getting itchy. To
turn the question around: when is the ZIP file relevant outside release and
test-builds. Both events are rare compared to to development builds.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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