This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179463 - Ant 1.8.0 upgrade
Summary: Ant 1.8.0 upgrade
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 10:23 UTC by Jesse Glick
Modified: 2010-02-13 21:49 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Tentative patch (12.57 KB, patch)
2010-02-04 19:59 UTC, Jesse Glick
Details | Diff
Updated patch (14.91 KB, patch)
2010-02-05 19:42 UTC, Jesse Glick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-01-13 10:23:42 UTC
Ant 1.8.0 is currently in RC1. When at FCS, it should be bundled in NB.

Besides the usual steps:

1. junit/external/Ant-1.7.1-binary-patch-72080.jar will need to be recreated. See bug #72080 for details.

2. o.apache.tools.ant.module/release/ant/patches/ant-42275.jar can be deleted, as this Ant bug has been fixed upstream.

Project types using 1.8.0-specific features should enforce this in the header in build-impl.xml.

RE should at that time also be asked to start building NB sources with 1.8.0.
Comment 1 Jesse Glick 2010-01-13 21:12:19 UTC
The release coordinator says:

> Can I Know the exact or tentative date for release of Ant 1.8 stable version?
I would think it will be in one to two months maximum, so between mid February and mid March.
Comment 2 Jesse Glick 2010-01-26 18:08:07 UTC
Could be ready as early as Jan 29. I will try to put it into M2.
Comment 3 Jesse Glick 2010-02-04 19:59:47 UTC
Created attachment 93892 [details]
Tentative patch
Comment 4 Jesse Glick 2010-02-04 20:01:10 UTC
Prepared but not much tested. Especially need to check

1. Unit tests of java.project, apisupport.feedreader, etc.

2. Verify that the port of #72080 works correctly. (Made to compile but nothing more.)
Comment 5 Jesse Glick 2010-02-05 19:03:07 UTC
(In reply to comment #4)
> Verify that the port of #72080 works correctly.

In progress; had to make some corrections. Currently using a build from revision 907156.
Comment 6 Jesse Glick 2010-02-05 19:42:52 UTC
Created attachment 93926 [details]
Updated patch

Had to tweak CoS test runner a bit to work with the updated #72080 patch, but otherwise everything looks good.
Comment 7 Jesse Glick 2010-02-09 13:23:56 UTC
Has been released.
Comment 8 Jesse Glick 2010-02-12 08:04:18 UTC
core-main #e5fe2adee7ed
Comment 9 Quality Engineering 2010-02-13 21:49:28 UTC
Integrated into 'main-golden', will be available in build *201002140200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e5fe2adee7ed
User: Jesse Glick <jglick@netbeans.org>
Log: Issue #179463: upgrade Ant to 1.8.0.