NetBeans 6.1 and Ant 1.7.1
Let's try how the new ant works with NetBeans IDE
Builds
- Ant 1.7.1 Beta (changelog)
- NetBeans 6.1 a latest development build
Scenarios
1. Check that it can be used to build NB from sources.
- netbeans sources from Hg - 3/19
- tested on Ubuntu 8.04 Hardy
- ant -version -> Apache Ant version 1.7.1beta compiled on March 18 2008
- build result:
...
build-nozip:
[mkdir] Created dir: /media/sda7/space/hg/main/nbbuild/netbeans/bin
[copy] Copying 1 file to /media/sda7/space/hg/main/nbbuild/netbeans/bin
[copy] Copying 1 file to /media/sda7/space/hg/main/nbbuild/netbeans/bin
[copy] Copying 1 file to /media/sda7/space/hg/main/nbbuild/netbeans/bin
[mkdir] Created dir: /media/sda7/space/hg/main/nbbuild/netbeans/etc
[copy] Copying 1 file to /media/sda7/space/hg/main/nbbuild/netbeans/etc
[copy] Copying 1 file to /media/sda7/space/hg/main/nbbuild/netbeans/etc
[echo] /media/sda7/space/hg/main/nbbuild/netbeans/platform8/lib/nbexec
BUILD SUCCESSFUL
Total time: 30 minutes 49 seconds
- Manually executed tests-cases available in ant test specification
- tested on Ubuntu 8.04 Hardy
- ant -version -> Apache Ant version 1.7.1beta compiled on March 18 2008
- issues: no issues found