Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: How to develop without an IDE? Date: Tue, 24 Apr 2012 14:24:16 -0700 Organization: A noiseless patient Spider Lines: 15 Message-ID: References: <03kdp7lt6ibmssgfnqsbdhf9ndsc42q7v2@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 24 Apr 2012 21:24:20 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="QNqT5u6Ryx/DB+LpnoCWdQ"; logging-data="16124"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18MjyJuVxQXyg/CcvwMIkrOH0UfBQGKv6g=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: Cancel-Lock: sha1:X4x/yXMMzAPTJHBDGoL+T93ezIE= Xref: csiph.com comp.lang.java.programmer:13869 On 4/24/2012 12:59 PM, BGB wrote: > > personally, I would be more happy with many IDEs (or, at least leaving > them in control of the "project" and "build process"), if the build > process were itself readily available and an editable part of the project. Just FYI: NetBeans actually generates an ant build file and uses it exclusively to build projects. Anytime you want to change the internals of how NetBeans builds, just edit the build.xml file. I'd recommend checking the project's Properties first, but if you don't find what you need there, a little work with the build script will fix things right up.