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 16581 - Upgrade to Ant 1.4.1
Summary: Upgrade to Ant 1.4.1
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-15 20:23 UTC by Jesse Glick
Modified: 2002-01-11 15:19 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch for textual sources (12.43 KB, patch)
2001-10-15 20:24 UTC, Jesse Glick
Details | Diff
nb_all/ant/release/docs/ant-api.zip (265.97 KB, application/octet-stream)
2001-10-15 21:00 UTC, Jesse Glick
Details
nb_all/ant/release/system/ParserDB/ant141.jcb (48.01 KB, application/octet-stream)
2001-10-15 21:03 UTC, Jesse Glick
Details
nb_all/ant/release/system/ParserDB/ant141.jcs (3.56 KB, application/octet-stream)
2001-10-15 21:04 UTC, Jesse Glick
Details
nbextra/ant/ant-docs.zip (199.88 KB, application/octet-stream)
2001-10-15 21:10 UTC, Jesse Glick
Details
nbextra/ant/release/modules/ext/ant-1.4.1.jar (407.33 KB, application/octet-stream)
2001-10-15 21:14 UTC, Jesse Glick
Details
nbextra/ant/release/modules/ext/ant-optional-1.4.1.jar (457.58 KB, application/octet-stream)
2001-10-15 21:16 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-10-15 20:23:49 UTC
Please check in for me a patch to upgrade the IDE's Ant support to 1.4.1. I
cannot do it myself because I cannot commit large binaries to the nbextra
repository. It is necessary to check in both nbextra and cvs.netbeans.org
sources simultaneously too. I will attach a patch for text sources and then list
binary changes to make and upload the needed binaries.
Comment 1 Jesse Glick 2001-10-15 20:24:56 UTC
Created attachment 3022 [details]
Patch for textual sources
Comment 2 Jesse Glick 2001-10-15 20:29:44 UTC
Binary changes in nb_all are:

- modify ant/release/docs/ant-api.zip
- remove ant/release/system/ParserDB/ant14.jcb
- remove ant/release/system/ParserDB/ant14.jcs
- add ant/release/system/ParserDB/ant141.jcb
- add ant/release/system/ParserDB/ant141.jcs

Binary changes in nbextra are:

- modify ant/ant-docs.zip
- remove ant/release/modules/ext/ant.jar
- remove ant/release/modules/ext/ant-optional.jar
- add ant/release/modules/ext/ant-1.4.1.jar
- add ant/release/modules/ext/ant-optional-1.4.1.jar

I will upload a tarfile with the six changed/added binaries.
Comment 3 Jesse Glick 2001-10-15 20:40:58 UTC
Created attachment 0
Comment 4 Jesse Glick 2001-10-15 20:58:12 UTC
Hmm, the .tgz does not look like it came through, I will try
individual files.
Comment 5 Jesse Glick 2001-10-15 21:00:28 UTC
Created attachment 3023 [details]
nb_all/ant/release/docs/ant-api.zip
Comment 6 Jesse Glick 2001-10-15 21:03:34 UTC
Created attachment 3024 [details]
nb_all/ant/release/system/ParserDB/ant141.jcb
Comment 7 Jesse Glick 2001-10-15 21:04:59 UTC
Created attachment 3025 [details]
nb_all/ant/release/system/ParserDB/ant141.jcs
Comment 8 Jesse Glick 2001-10-15 21:10:24 UTC
Created attachment 3026 [details]
nbextra/ant/ant-docs.zip
Comment 9 Jesse Glick 2001-10-15 21:14:05 UTC
Created attachment 3027 [details]
nbextra/ant/release/modules/ext/ant-1.4.1.jar
Comment 10 Jesse Glick 2001-10-15 21:16:59 UTC
Created attachment 3028 [details]
nbextra/ant/release/modules/ext/ant-optional-1.4.1.jar
Comment 11 Michal Zlamal 2001-10-16 08:59:54 UTC
I'll do it.
Comment 12 Milan Kubec 2001-10-16 14:01:55 UTC
Patches were aplied and everything was checked in to both repos. Test
build was OK.
Comment 13 Jesse Glick 2001-10-16 16:49:31 UTC
For some reason you renamed two JARs to ant.jar and ant-optional.jar.
AFAIK this will cause the Ant module to not work any more because
other parts of the patch require the names ant-1.4.1.jar and
ant-optional-1.4.1.jar. Please put the JARs back under the correct
names.
Comment 14 Jesse Glick 2001-10-16 17:20:51 UTC
OK, they were renamed back, thanks.
Comment 15 Milan Kubec 2002-01-11 15:19:02 UTC
Verified