Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

jakarta-ant-1.5-realtime.1 RPM for noarch

From SourceForge / r / rt / rte / jakarta-ant / jakarta-ant-1.5-realtime.1

Name: jakarta-ant Distribution: Red Hat Linux 7.3 / i386
Version: 1.5 Vendor: Real Time Enterprises, Inc. <support@real-time.com>
Release: realtime.1 Build date: Fri Aug 9 16:26:11 2002
Group: Development/Tools Build host: hazlan.ravenloft.real-time.com
Size: 2453533 Source RPM: jakarta-ant-1.5-realtime.1.src.rpm
Packager: Real Time Enterprises, Inc. <support@real-time.com>
Url: http://jakarta.apache.org/ant
Summary: Build tool for java
Ant is a Java based build tool. In theory it is kind of like make
without make's wrinkles.

Why another build tool when there is already make, gnumake, nmake,
jam, and others? Because all of those tools have limitations that
Ant's original author couldn't live with when developing software
across multiple platforms. Make-like tools are inherently shell based.
They evaluate a set of dependencies and then execute commands not
unlike what you would issue on a shell. This means that you can easily
extend these tools by using or writing any program for the OS that you
are working on. However, this also means that you limit yourself to
the OS, or at least the OS type such as Unix, that you are working on.

Provides

Requires

License

Apache

Changelog

* Fri Aug 09 2002 Bob Tanner <tanner@real-time.com>
  + jakarta-ant-1.5-realtime.1
  - release of 1.5
  - reworked spec file to use rpm macros
  - need to share files between packages found a hack here: http://groups.google.com/groups?q=share+file+group:linux.redhat.rpm&hl=en&lr=&ie=UTF-8&selm=00070710242301.06386%40localhost.localdomain&rnum=1
* Wed Oct 24 2001 Bob Tanner <tanner@real-time.com>
  - Release of 1.4.1
* Sat May 19 2001 Bob Tanner <tanner@real-time.com>
  - Remove jaxp from ant, all of jaxp is it's own package now.
* Wed Mar 07 2001 Ben Reed <ben@opennms.org>
  - removed requires -- manuals DO NOT require a webserver,
    just lynx
  - changed the RH62/FHS directory to a command-line define
    instead of having to edit the spec for a compile on
    different distros
  - added regexp.jar to the classpath during build
  - added the profile.d file to add to the classpath on
    startup
* Tue Mar 06 2001 Henri Gomez <hgomez@slib.fr>
  - 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
* Wed Feb 28 2001 Henri Gomez <hgomez@slib.fr>
  - ant-1.3b2 release 3
  - fix manual permissions
* Tue Feb 27 2001 Henri Gomez <hgomez@slib.fr>
  - ant-1.3b2 release 2
  - fix /usr/local/bin/perl references
* Sat Feb 10 2001 Henri Gomez <hgomez@slib.fr>
  - 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
* Thu Oct 26 2000 Henri Gomez <hgomez@slib.fr>
  - 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
* Wed Oct 25 2000 Henri Gomez <hgomez@slib.fr>
  - ant-1.2
  - added optional.jar 
  - read WHATSNEW for changes in ant 1.2
* Sat Oct 21 2000 Henri Gomez <hgomez@slib.fr>
  - 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=
* Tue Oct 17 2000 Henri Gomez <hgomez@slib.fr>
  - 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
* Sat Oct 07 2000 Henri Gomez <hgomez@slib.fr>
  - 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
* Sat Sep 30 2000 Henri Gomez <hgomez@slib.fr>
  - 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)
* Sat Jul 22 2000 Henri Gomez <hgomez@slib.fr>
  - 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)
* Fri Jul 21 2000 Henri Gomez <hgomez@slib.fr>
  - 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)
* Wed May 03 2000 Henri Gomez <hgomez@slib.fr>
  - 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)
* Fri Apr 14 2000 Henri Gomez <hgomez@slib.fr>
  - 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
* Thu Mar 09 2000 Henri Gomez <gomez@slib.fr>
  - v3.1b1
  - removed moo from ant RPM. Will be now in watchdog RPM.
* Wed Mar 01 2000 Henri Gomez <gomez@slib.fr>
  - v3.1_m2rc2
* Sat Feb 26 2000 Henri Gomez <gomez@slib.fr>
  - v3.1_m2rc1
  - moo is no more in the tar packages, will be released
    in another RPM
  - added doc package
* Sat Jan 29 2000 Henri Gomez <gomez@slib.fr>
  - v3.1_m1
* Wed Jan 19 2000 Henri Gomez <gomez@slib.fr>
  - first RPM of v3.1_m1_rc1
* Wed Jan 05 2000 Henri Gomez <gomez@slib.fr>
  - moved from /opt/jakarta/jakarta-tools to /opt/ant
* Wed Jan 05 2000 Henri Gomez <gomez@slib.fr>
  - CVS 4 Jan 2000 
  - added servlet.jar from tomcat in SRPM
     to allow first build of moo.
* Fri Dec 31 1999 Henri Gomez <gomez@slib.fr>
  - Initial release for jakarta-tools cvs

Files

/etc/changelog.xsl
/etc/checkstyle-frames.xsl
/etc/coverage-frames.xsl
/etc/jdepend-frames.xsl
/etc/jdepend.xsl
/etc/junit-frames.xsl
/etc/junit-noframes.xsl
/etc/log.xsl
/etc/maudit-frames.xsl
/etc/mmetrics-frames.xsl
/etc/profile.d/jakarta-ant.sh
/etc/tagdiff.xsl
/usr/bin/ant
/usr/bin/antRun
/usr/bin/antRun.pl
/usr/bin/complete-ant-cmd.pl
/usr/bin/runant.pl
/usr/bin/runant.py
/usr/share/doc/jakarta-ant-1.5
/usr/share/doc/jakarta-ant-1.5/KEYS
/usr/share/doc/jakarta-ant-1.5/LICENSE
/usr/share/doc/jakarta-ant-1.5/LICENSE.dom
/usr/share/doc/jakarta-ant-1.5/LICENSE.sax
/usr/share/doc/jakarta-ant-1.5/LICENSE.xerces
/usr/share/doc/jakarta-ant-1.5/README
/usr/share/doc/jakarta-ant-1.5/WHATSNEW
/usr/share/doc/jakarta-ant-1.5/welcome.html
/usr/share/java/ant-xercesImpl.jar
/usr/share/java/ant-xmlParserAPIs.jar
/usr/share/java/ant.jar
/usr/share/java/optional.jar


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 24 23:05:26 2013