SHA256
1
0
forked from pool/ant

35 Commits

Author SHA256 Message Date
Tomáš Chvátal
3ebb6592f8 - Update to 1.9.4:
* Read WHATSNEW file for full changelist
  * initial support for Java 1.9
  * <junit> has now a threads attribute allowing to run the tests in
    several threads. Bugzilla Report 55925
  * TarInputStream will now read archives created by tar
    implementations that encode big numbers by not adding a trailing
    NUL.

- Update to 1.9.4:
  * Read WHATSNEW file for full changelist
  * initial support for Java 1.9
  * <junit> has now a threads attribute allowing to run the tests in
    several threads. Bugzilla Report 55925
  * TarInputStream will now read archives created by tar
    implementations that encode big numbers by not adding a trailing
    NUL.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=56
2014-07-04 12:08:20 +00:00
Tomáš Chvátal
beb9ad9403 - Revert the bootstrap breakage.
- Revert the bootstrap breakage.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=52
2014-05-02 09:15:53 +00:00
Michal Vyskocil
1b752cc34f - Update to 1.9.3
- BugFixes:
  * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128
  * <parallel> swallowed the status code of nested <fail> tasks,
   apache#55539
  * a race condition could make <fixcrlf> tasks of parallel builds to
    interfere with each other, apache#54393
 * <mail>'s mailport still didn't work properly when using smtps,
   apache#49267
 * using attributes belonging to the if and unless namespaces
   made macrodef fail, apache#55885.
 * Apt is not available under JDK 1.8, apache#55922
- drop unused macros
- add gpg verification
- add gpg verification

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=48
2014-01-02 09:17:53 +00:00
Michal Vyskocil
a38947ead8 - use requires_eq instead of manual call of rpm -q
- use requires_eq instead of manual call of rpm -q

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=45
2013-12-04 14:59:27 +00:00
Michal Vyskocil
6b75cb899c - install compat symlink to /usr/share/ant/bin/antRun to make scala build
- install compat symlink to /usr/share/ant/bin/antRun to make scala build

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=43
2013-10-02 09:53:24 +00:00
Tomáš Chvátal
f88ac6575e Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=41
2013-09-09 11:49:39 +00:00
Michal Vyskocil
954fffcb70 - use dist and javadocs targets to make javadoc build really configurable
- disable javadoc build on arm to speedup the build of java platform

- use dist and javadocs targets to make javadoc build really configurable
- disable javadoc build on arm to speedup the build of java platform

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=23
2011-12-15 08:55:54 +00:00
Michal Vyskocil
a4d95ed4b4 Accepting request 82979 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile as discussed on oSC2011/opensuse-packaging

OBS-URL: https://build.opensuse.org/request/show/82979
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=21
2011-09-22 08:25:45 +00:00
Michal Vyskocil
fd66b180dc add a note about pom files to changes
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=18
2011-03-14 10:01:41 +00:00
Michal Vyskocil
b6527afd2a fix build of ant-antlr - the rest of ant's modules
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=17
2011-03-09 13:20:10 +00:00
Michal Vyskocil
90072d3de8 - Update to ant 1.8.2
* performance improvements in directory scanning
  * XSLT task honors classpath again (bugrep 49271)
  * distinction between core tasks and optional tasks is abolished
  * new task augment allows to add attributes or nested elements to previously
    defined references
  * Lexically scoped local properties, i.e. properties that are only defined
    inside a target, sequential block or similar environment. This is very
    useful inside of <macrodef>s where a macro can now define a temporary
    property that will disappear once the task has finished.
  * <import> can now import from any file- or URL-providing resource - this
    includes <javaresource>. This means <import> can read build file snippets
    from JARs or fixed server URLs. There are several other improvements in the
    area of import.
  * Various improvements to the directory scanning code that help with symbolic
    link cycles (as can be found on MacOS X Java installations for example) and
    improve scanning performance. For big directory trees the improvement is
    dramatic.
  * The way developers can extend Ant's property expansion algorithm has been
    rewritten (breaking the older API) to be easier to use and be more
    powerful. The whole local properties mechanism is implemented using that
    API and could be implemented in a separate library without changes in Ant's
    core. Things like the yet-to-be-released props Antlib can now provide often
    required "scripty" fuctions without touching Ant itself. At the same time
    the if and unless attributes have been rewritten to do the expected thing
    if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it"
    if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a
    property named "true" existed). This adds "testing conditions" as a new
    use-case to property expansion.
  * A new top-level element <extension-point> assists in writing re-usable
    build files that are meant to be imported. <extension-point> has a name and
    a dependency-list like <target> and can be used like a <target> from the
    command line or a dependency-list but the importing build file can add
    targets to the <extension-point>'s depends list.
  * Ant now requires Java 1.4 or later new task include provides an alternative
   to <import> that should be preferred when you don't want to override any
   targets
  * numerous bug fixes and improvements as documented in
    Bugzilla and in WHATSNEW
- merge the nodeps and trax packages to main one
- build ant-antlr.spec using openjdk
- add ant-apache-xalan2 and ant-testutil

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=16
2011-03-09 09:05:56 +00:00
Michal Vyskocil
de0f8f0c27 fix the build failure with antlr-bootstrap
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=14
2010-11-04 09:45:00 +00:00
Michal Vyskocil
877f7429e4 - Build with antlr-bootstrap, ignore antlr(-java)
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=11
2010-09-01 07:54:41 +00:00
OBS User autobuild
971f4661db Accepting request 37940 from Java:packages
checked in (request 37940)

OBS-URL: https://build.opensuse.org/request/show/37940
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=10
2010-04-15 21:50:15 +00:00
OBS User autobuild
7c0f07eb44 Accepting request 37940 from Java:packages
Copy from Java:packages/ant based on submit request 37940 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/37940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=26
2010-04-15 21:50:18 +00:00
OBS User autobuild
334df73827 Accepting request 35292 from Java:packages
Copy from Java:packages/ant based on submit request 35292 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/35292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=25
2010-03-18 22:36:29 +00:00
OBS User unknown
928538fa62 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=22 2009-07-24 10:01:57 +00:00
OBS User unknown
4bdd320a47 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=21 2009-06-19 22:49:50 +00:00
OBS User unknown
54ff3baeb7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=20 2009-05-03 09:47:32 +00:00
OBS User unknown
a46d1d0a82 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=19 2009-04-28 22:51:30 +00:00
OBS User unknown
efb9f3392c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=17 2008-10-06 16:42:47 +00:00
OBS User unknown
470463c85c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=15 2008-07-16 20:16:13 +00:00
OBS User unknown
f282d21d54 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=14 2008-05-15 20:09:20 +00:00
OBS User unknown
13b3d2d542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=13 2008-05-10 02:27:03 +00:00
34986fb370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=12 2008-05-09 05:12:23 +00:00
OBS User unknown
02bda061b3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=11 2008-05-09 02:27:06 +00:00
fb773154f6 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=10 2008-05-08 06:42:09 +00:00
OBS User unknown
edddadb052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=9 2008-05-08 02:28:03 +00:00
ce6466cb09 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=8 2008-05-07 11:41:24 +00:00
OBS User unknown
8461284deb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=7 2008-02-18 00:10:32 +00:00
OBS User unknown
995c1289f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=5 2007-08-10 02:26:22 +00:00
OBS User unknown
aefa383991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=4 2007-07-11 02:26:12 +00:00
OBS User unknown
57b84f200c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=3 2007-07-10 13:24:53 +00:00
OBS User unknown
f88163bb5e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=2 2007-05-08 18:08:03 +00:00
OBS User unknown
eb27d24d77 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=1 2007-01-15 22:51:08 +00:00