SHA256
1
0
forked from pool/ant

36 Commits

Author SHA256 Message Date
Michal Vyskocil
5249742060 Accepting request 98604 from openSUSE:Factory:ARM
- use dist-lite and dist_javadocs to make javadoc build really
  optional
- fix arm check (ifarch does not work in a noarch spec file)

OBS-URL: https://build.opensuse.org/request/show/98604
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=26
2012-01-03 11:19:37 +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
OBS User buildservice-autocommit
3394fc9778 Updating link to change in openSUSE:Factory/ant revision 34.0
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=12c1c5d6508399252e55576cb841ffd2
2011-03-15 09:12:19 +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
OBS User buildservice-autocommit
f77e1052f4 Updating link to change in openSUSE:Factory/ant revision 29.0
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=8a213d45375904a29421515faae1d7ee
2010-09-03 11:37:35 +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
Michal Vyskocil
096ca3eb44 some cleanup for autobuild team
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=9
2010-04-14 14:40:36 +00:00
Michal Vyskocil
3a6d0c1a4b - fix bnc#595144 - Compiled binary in ant
remove test.exe from source tarball

OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=8
2010-04-09 10:43:13 +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
0d07c927a3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=18 2008-11-03 10:55:06 +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
8fa92c3ca9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=16 2008-07-21 14:37:51 +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
935b9e9f13 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ant?expand=0&rev=6 2007-08-15 10:48:17 +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