Commit graph

37 commits

Author SHA1 Message Date
Ernst de Haan
3ed68067d8 Log:
- fixed the location of EXTRACT_ONLY in Makefile so now
  portlint does not complain
- changed the 'ant(1)' script so that it now uses the
  'classpath' command provided by java/javavmwrapper
  (command added recently)

PR:		65063
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-03 11:30:54 +00:00
Ernst de Haan
12c938347c Update to Apache Ant 1.6.1.
Requested by:	Mike Berning <meb@cinci.rr.com>
		Peter Schultz <pmes@bis.midco.net>
		leafy <leafy@leafy.idv.tw>
PR:		62893
2004-02-16 08:08:49 +00:00
Ernst de Haan
f8d4392d0b Fixed 'ant' shell script. Previously the '-lib' option did not
work correctly.

Bumped PORTREVISION.
2004-01-12 13:40:00 +00:00
Ernst de Haan
cf79061ad0 By default disable FreeBSD-specific behaviour to include all
JAR files in ${PREFIX}/share/java/classes in the CLASSPATH.
To re-enable the non-compatible behaviour, set
ANT_INCLUDE_SHARED_JARS to YES (case-sensitive).

The old, non-compatible behaviour has been a cause of much
discussion and frustration.

Bumped PORTREVISION.

See:
http://lists.freebsd.org/pipermail/freebsd-java/2003-September/000744.html

Requested by:	Jonathan Chen <jonc@chen.org.nz> and others
2004-01-06 07:16:46 +00:00
Ernst de Haan
7b16b49e53 Update to Apache Ant 1.6.0. 2003-12-22 07:26:20 +00:00
Greg Lewis
b8674507fa . Install the etc directory. Various documentation refers to files in
this directory.

PR:		58450
Submitted by:	Remco van 't Veer <rwvtveer@xs4all.nl>
Approved by:	znerd (maintainer)
2003-11-20 00:24:02 +00:00
Greg Lewis
98de2962eb . Add missing -n so that manpages message is consistent with other
install messages.
2003-11-13 21:12:28 +00:00
Ernst de Haan
221073a0ff Now installs man page for Ant.
Bumped PORTREVISION.

PR:		44335
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-09-25 09:40:14 +00:00
Ernst de Haan
696f53a031 Update to Apache Ant 1.5.4.
This is a minor bugfix release that fixes a problem with the javah task on JDK
1.4.2 and a couple of bugs in the Visual Age for Java intergration tasks. If
you don't use javah or VAJ, there is no reason to upgrade.

See:
http://ant.apache.org/antnews.html
2003-08-14 13:12:07 +00:00
Ernst de Haan
239b76ced1 No longer depends on crimson. The dependency was bogus.
Recent versions of Ant use (and even ship with) Xerces 2
instead of Crimson.

Pointed out by:	des
2003-07-18 11:47:12 +00:00
Ernst de Haan
1396366415 Removed extra item from pkg-plist. Bumped PORTREVISION.
Provided by:	Sergey Akifyev <asa@gascom.ru>
2003-05-15 11:03:00 +00:00
Ernst de Haan
e630f7b10c Upgrade from 1.5.3 to 1.5.3-1.
Reported by:	Sergiy Vyshnevetskiy <serg@vostok.net>
		Shawn O'Connor <soconnor@peopleview.net>
		Cliff L. Biffle <cbiffle@safety.net>
		Jim Bloom <bloom@acm.org>
		Matthew Juszczak <matt@atopia.net>
		Daniel Mueller <mue.da@gmx.de>
2003-04-22 07:49:10 +00:00
Ernst de Haan
d96230c11b Installing in ${PREFIX}/ant. No version number in target directory name
anymore. Bumped PORTREVISION.

Requested by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
PR:		50982
2003-04-16 06:42:16 +00:00
Ernst de Haan
acbc784fa5 Upgrade to 1.5.3.
PR:	50758
2003-04-10 07:16:13 +00:00
Ernst de Haan
d86f48c6b9 Upgrade to 1.5.2. From this version on, this tool is called
'Apache Ant' instead of 'Jakarta Ant'.
2003-03-31 12:09:18 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ernst de Haan
143631ae75 Fixing previous commit. The antRun script should go in the 'bin'
subdirectory of the port installation directory, not in
${PREFIX}/bin.
Bumped PORTREVISION.

Indicated by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-02-28 08:48:13 +00:00
Ernst de Haan
55c80788c1 Now installing the antRun script again, in ${PREFIX}/bin.
Bumped PORTREVISION.

The antRun script was incorrectly removed from the list of
installed files in the following commit:

http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/jakarta-ant/Makefile.diff?r1=1.17&r2=1.18&f=h

Indicated by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-02-27 14:25:12 +00:00
Ernst de Haan
50c040cccb Packing list incorrectly listed jaxp.jar and crimson.jar.
Submitted by:	Akifyev Sergey <asa@gascom.ru>
PR:		47720
2003-02-05 11:18:10 +00:00
Ernst de Haan
7eb724e13b Not installing bin/ directory anymore. Only installing
the 'ant' script in #{PREFIX}/bin/ant
Bumped PORTREVISION.
2002-10-18 21:58:42 +00:00
Ernst de Haan
aa295a6d94 Not installing symlinks anymore. This is not necessary anymore,
since the ant shell script now looks in ${PREFIX}/share/java/classes
self.

Bumped PORTREVISION.

PR:		43951
Requested by:	Ken Gunderson <kgunders@teamcool.net>
2002-10-18 16:17:20 +00:00
Ernst de Haan
d6f3daa08d Using FreeBSD-specific shell script. This shell script includes all
JAR files in ${PREFIX}/share/java/classes/ in the CLASSPATH for Ant.

Bumped PORTREVISION.
2002-10-11 15:12:57 +00:00
Ernst de Haan
40766c86e9 Upgrade to Jakarta Ant 1.5.1.
See:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5.1/README

PR:	43859
2002-10-09 21:49:21 +00:00
Ernst de Haan
2c1e057b97 Upgrade to 1.5.0. 2002-08-05 09:21:23 +00:00
Ernst de Haan
25eed5dc7d Added ${MASTER_SITE_LOCAL} to the download locations. 2002-06-24 12:40:49 +00:00
Ernst de Haan
d365f58b6d Now installing in ${PREFIX}/${PORTNAME}-${PORTVERSION}
instead of in ${PREFIX}/${DISTNAME}.
Bumped PORTREVISION.
2002-06-24 12:39:46 +00:00
Ernst de Haan
7a214acc42 Upgrade to Ant 1.5.0.b3. 2002-06-24 12:36:56 +00:00
Ernst de Haan
bc24a6043a Upgrade from 1.5.0.b1 to 1.5.0.b2.
See:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/
2002-06-03 11:33:57 +00:00
Ernst de Haan
29a33fa120 Upgrade to 1.5.0 beta 1.
The port now installs into ${PREFIX} instead of
${PREFIX}/share/java since this is an application,
not a library.

For a list of changes, see:
http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta1/
2002-05-21 16:43:54 +00:00
Ernst de Haan
b4ae4d5f76 Installing relative symlinks instead of absolute ones.
Bumped PORTREVISION.

Submitted by:	Christopher Elkins <chrise@scardini.com>
PR:		32546
2002-05-07 12:10:18 +00:00
Ernst de Haan
136c2d834e Now uses ${USE_JAVA} and ${FIND}.
Using ${SED} i.s.o. ${PERL} for replacements.
Made the output of the make process friendlier.
Fixed the problem that JAVA_HOME had to be set.
Bumped PORTREVISION.

PR:	32382
2002-04-13 11:35:48 +00:00
Ernst de Haan
7f33986dc3 Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org
Approved by: sobomax
2001-11-27 15:02:29 +00:00
Ying-Chieh Liao
19f019e07e upgrade to 1.4.1
PR:		31314
Submitted by:	maintainer
2001-10-24 15:01:07 +00:00
Patrick S. Gardella
9e16678bb7 Maintainer update: Jakarta Ant 1.4
PR:     30549
Submitted by: maintainer
2001-09-13 11:33:10 +00:00
Pete Fritchman
2024ab9790 - make the ant program actually work if no JAVA_HOME is set (make the default
java command the javavm wrapper).
- bump portrevision

PR:		27073
Submitted by:	maintainer
2001-08-26 05:37:03 +00:00
Ying-Chieh Liao
e1987e0aec depends on something else in jakarta-ant
PR:		26820
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-05-24 13:03:59 +00:00
OKAZAKI Tetsurou
284eac2f74 Add Ant-1.3, a Java based build tool, from Jakarta Project.
Among four submissions, this commit based on the port sent by
Ernst de Haan <ernst@jollem.com> at ports/24291.

PR:		21435, 23368, 24291
Submitted by:	Leo Kim <leo@florida.sarang.net>,
		Dave Glowacki <dglo@ssec.wisc.edu>,
		Sean Blakey <sean@beastie.bellevue.virtualtek.com>,
		Ernst de Haan <ernst@jollem.com>
Also thanks to:	Palle Girgensohn <girgen@partitur.se>,
		Richard Stockley <rws@procopia.demon.co.uk>,
		Kees Jan Koster <kjkoster@kjkoster.org>
2001-04-03 03:19:56 +00:00