Summary: | New ant version 1.5.3 ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gunnlaugur Thor Briem <gthb> |
Component: | New packages | Assignee: | Dylan Carlson (RETIRED) <absinthe> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | aalmenar |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
archive with ebuild, changelog, digest and ant script
ant 1.5.3 ebuild, digest, startup script and changelog |
Description
Gunnlaugur Thor Briem
2003-03-08 12:41:02 UTC
Created attachment 9135 [details]
archive with ebuild, changelog, digest and ant script
Here's the ebuild I made. Just go to the dev-java/ant directory and
tar xvfj ant-1.5.2.tar.bz2
This ebuild should probably stay "unstable" for now ... there is a bug in Ant 1.5.2 that makes the jar task produce weird jars (WinZip can't see some of the files, but the JVM jar support still sees them). See: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17648 i think its better to wait for 1.5.3 or 1.6 instead of loading this on to portage, cause this tool is used to build java code on gentoo, and its better to have a little of stability for the end users. Thanks for the files, but i think its better to wait for next version. I agreed with that, but somebody put ant-1.5.2 in portage anyway. Version 1.5.3 is out now, though, and here is an ebuild for that. I did not add ~x86 (etc.) keywords, because this is a pure bugfix release over 1.5.2, which is already in portage and is unmasked (except for alpha) -- add them if you feel it is appropriate. Created attachment 10663 [details]
ant 1.5.3 ebuild, digest, startup script and changelog
The ant-1.5.3 version (identical ebuild, just a version bump)
Checked in and masked for testing. The reason 1.5.2 was checked in was mostly due to the fact that it, too, was a bugfix release. 1.5.2 was tested against all java compiles in Portage before it was unmasked. The same will need to be done for 1.5.3. The ant script remains essentially the same, with a minor change inherited (re: Jikes) introduced in 1.5.3's default script. |