Группа :: Разработка/Java
Пакет: ant
Главная Изменения Спек Патчи Загрузить Bugs and FR
21 марта 2005 Alexey Borovskoy <alb at altlinux.ru> 1.6.2-alt2.M24.1
- Backport to Master 2.4
- Remove python and perl support
- Sync with local repo
- Add support for building bootstrap version
- BuildRequire /proc
- New upstream release
- Add all the optional library dependencies to classpath in the launcher script
- Conditionally disable debug info (off by default)
- Updated to the upstream release 1.6.1
- Updated the ant script
- Substitute directory names in the apt script
- Set config(noreplace) attribute for /etc/apt.conf
- Shipped ant-optional off to a separate spec with extensive build dependencies
- Take scripts from dist/bin where <fixcrlf/> task is performed
- 1.5.4
- 1.5.2
- Synced with 1.5.2-2jpp: added scripts subpackage, changed URL
- 1.5.1
- refurbished for the new java packaging system derived from JPackage
- docs separated to main package stuff (introductory),
manual, javadoc and task-reference (a bulky PDF document) - style-xsl subpackage
- both ant script and build search /usr/lib for JDK
- build compatible with jdk-1.3.1 package
- ant-optional subpackage
- build probes known JDK locations when JAVA_HOME is not set
- 1.4.1
- Borrowed a start script from Henri once more, and cleaned it up
- Adapted for ALTLinux
- Renamed ant-manual back to ant-doc
- Returned jars back into ant tree for the sake of tidyness
- Revision 0.5 of ant.sh
- Set group to Development/Java
- ant-1.3 RPM Release 2
- rebuild with updated ant-optional.jar, the previously
used was missing some classes.
- ant 1.3
- build CLASSPATH=/usr/share/java/bsf.jar:/usr/share/java/jakarta-regexp.jar:/usr/share/java/xalan.jar:/usr/share/java/xerces.jar
- ant-1.3b2 release 3
- fix manual permissions
- ant-1.3b2 release 2
- fix /usr/local/bin/perl references
- ant-1.3b1
- build CLASSPATH=/usr/share/java/bsf.jar:/usr/share/java/jakarta-regexp.jar:/usr/share/java/xalan.jar:/usr/share/java/xerces.jar
- ant-1.2 RPM Release 2
- renamed ant-doc to ant-manual (follow apache RPM naming)
- RH 7.0 changes location of docdir and DocumentRoot. The spec file is modified
to place manual in right place when rebuilded under RH 6.x or RH 7.0 - compiled on Redhat 6.1 box plus updates with rpm-3.0.5
- ant-1.2
- added optional.jar
- read WHATSNEW for changes in ant 1.2
- ant-1.2rc
- added optional.jar (from jarkata site)
- source file is renamed from jakarta-ant-src.tar.gz to
jakarta-ant-src-v1.2rc.tar.gz to allow multiple source file
in my RPM source dir - build CLASSPATH=
- ant-1.1 RPM Release 5
- follow Debian policy about java stuff, libs in /usr/share/java,
executable in /usr/bin - prepare transition to RH 7.0 new document root (/var/www)
- build CLASSPATH=/usr/share/java/bsf.jar:/usr/share/java/xalan.jar
- v1.1-4
- tomcat build failed if ANT_HOME is set to /usr.
ant shell script set ANT_HOME to /usr/share/ant
to fix 'antRun not found' and allow tomcat build ;-?! - reorganized group packages for javas RPM :
Development/Tools (ant)
Developement/Libraries(xalan, xerces)
Documentation (all ;-) - build CLASSPATH=/usr/lib/java/bsf.jar:/usr/lib/java/bsfengines.jar:/usr/lib/java/xalan.jar
- v1.1-3- jars are now installed on /usr/lib/java since /opt is
mounted read-only on many systems <summer@os2.ami.com.au> - correct bad URL in apidocs
- try to use jikes if present
- rebuilded with IBM JDK 1.3.0 (cx130-20000815)
- v1.1-2
- Rebuild rpm with IBM JDK 1.3 (cx130-20000623) to allow ant
work under both JDK 1.1.8 and JDK 1.3. - minor spec file correction (patch ant after install)
- v1.1 final release
- ant need now a JAXP compatible parser. Sun's jaxp 1.0.1 are
allready included in .tar.gz and so we will use and export
these jar (jaxp.jar & parser.jar).
You could also use Apache xerces 1.1.2 or later. - removed export CLASSPATH= at build time, but you'll have to
ensure now you have a minimal CLASSPATH (ie: xml parser jars) - Try to use now the Linux Software Map and Redhat Map.
exec goes /usr/bin and classes in /usr/lib/ant.
documentation stay in /home/httpd/html/manual/ant - Compiled on Redhat 6.1 with latest IBM JDK 1.1.8 (l118-20000515)
- v0.3.1
- From jakarta/tomcat 3.1 final release. Need now to
have a consistent version number ;-) - Fixed classpath problem at compile time by cleaning CLASSPATH before
build/install stages. - Compiled on Redhat 6.1 with IBM JDK 1.1.8 (20000328)
- v0.3.1_rc1
- Version renamed to 0.3.1_rc1 to follow Sam Ruby (rubys@us.ibm.com)
recommandation since the next major release will be 1.0
- v3.1b1
- removed moo from ant RPM. Will be now in watchdog RPM.
- v3.1_m2rc2
- v3.1_m2rc1
- moo is no more in the tar packages, will be released
in another RPM - added doc package
- v3.1_m1
- first RPM of v3.1_m1_rc1
- CVS 4 Jan 2000
- added servlet.jar from tomcat in SRPM
to allow first build of moo.
- Initial release for jakarta-tools cvs