DevFaqAccessSourcesWeb
How do I get access to zipped NetBeans sources for a periodic build?
(as of June, 2009)
1. Go to the nightly build download site:
http://bits.netbeans.org/dev/nightly/
2. Click the link for the build you want.
3. You will be shown an index page which makes no mention of how you can get a ZIP file or a source archive, so ignore it.
4. Add "zip/" to the end of the URL in your browser's address bar and hit enter. In other words, the complete URL might look like this:
http://bits.netbeans.org/dev/nightly/2008-06-24_02-01-08/zip/
5. There are about a dozen links on that page. The one you want is begins with "netbeans-trunk-nightly" and ends with "-src.zip" Click that link to download the source archive.

