34f3bb377d
Accepting request 212603 from Java:packages
Stephan Kulow
2014-01-20 15:23:38 +00:00
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
Michal Vyskocil2014-01-02 09:17:53 +00:00
2f61e91acb
- 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
Michal Vyskocil2014-01-02 09:17:02 +00:00
358fdc6949
Accepting request 209409 from Java:packages
Stephan Kulow
2013-12-05 05:45:43 +00:00
a38947ead8
- use requires_eq instead of manual call of rpm -q
Michal Vyskocil2013-12-04 14:59:27 +00:00
400df57ae2
Accepting request 201850 from Java:packages
Stephan Kulow
2013-10-02 12:47:28 +00:00
6b75cb899c
- install compat symlink to /usr/share/ant/bin/antRun to make scala build
Michal Vyskocil2013-10-02 09:53:24 +00:00
928521a8b2
Accepting request 198244 from Java:packages
Stephan Kulow
2013-09-11 11:39:40 +00:00
f88ac6575e
Replace jpackage-utils by javapackages-tools
Tomáš Chvátal
2013-09-09 11:49:39 +00:00
20cb0abf56
- Update to 1.9.2 - Incompatible changes: * ProjectHelper's implementation import and include tasks defaults the targetPrefix to ProjectHelper.USE_PROJECT_NAME_AS_TARGET_PREFIX. ProjectHelper2 is not affected, apache#54940. * FixCRLF used to treat the EOL value ASIS to convert to the system property line.separator. Specified was that ASIS would leave the EOL characters alone, the task now really leaves the EOL characters alone. This also implies that EOL ASIS will not insert a newline even if fixlast is set to true. apache#53036 * The CommandLauncher hierarchy that used to be a set of inner classes of Execute has been extracted to the org.apache.tools.ant.taskdefs.launcher package. * Any FileResource whose represented File has a parent also has a basedir. * Removing the Perforce Ant tasks replaced by tasks supplied by Perforce Inc. * Setting the default encoding of StringResource to UTF-8 instead of null - Bugfixes: * <javadoc> post-process generated docs to migitiate frame injection attack (CVE-2013-1571) apache#55132 * Parsing of zip64 extra fields has become more lenient * TarInputStream should now properly read GNU longlink entries' names. apache#55040. * <java> and <exec> used to be too restrictive when evaluating whether a given set of options is compatible with spawning the new process, apache#55112. * Corrected XSLTC error in <junitreport>, apache#54641. * and many more, see WHATSNEW for details
Michal Vyskocil2013-08-22 09:27:53 +00:00
a564e72afe
Accepting request 147382 from Java:packages
Stephan Kulow
2013-01-08 12:32:39 +00:00
b28cca6b25
- remove xerces-j2-bootstrap depenency (bnc#789163)
Michal Vyskocil2013-01-07 12:15:18 +00:00
cb5b47d873
Accepting request 124469 from Java:packages
Stephan Kulow
2012-06-13 20:46:43 +00:00
63988bed22
Accepting request 122893 from home:babelworx:ldig:branches:Java:packages
Michal Vyskocil2012-06-11 14:05:44 +00:00
96b95bd1a2
Accepting request 102365 from Java:packages
Stephan Kulow
2012-02-03 09:21:38 +00:00
3005118af2
- revert the Recommends to fix a lot of build fails
Michal Vyskocil2012-02-01 12:55:13 +00:00
aafb6abd22
Accepting request 101474 from Java:packages
Stephan Kulow
2012-01-25 14:01:03 +00:00
27db20d9cd
- use new _mavendepmapfragdir macro instead of hardocded path - change java-devel Requires to Recommends
Michal Vyskocil2012-01-25 10:14:10 +00:00
de277dbbe4
Accepting request 98608 from Java:packages
Stephan Kulow
2012-01-06 10:42:54 +00:00
5249742060
Accepting request 98604 from openSUSE:Factory:ARM
Michal Vyskocil2012-01-03 11:19:37 +00:00
ea7b1ce93c
Accepting request 96712 from Java:packages
Stephan Kulow
2011-12-15 15:05:14 +00:00
954fffcb70
- use dist and javadocs targets to make javadoc build really configurable - disable javadoc build on arm to speedup the build of java platform
Michal Vyskocil2011-12-15 08:55:54 +00:00
b6527afd2a
fix build of ant-antlr - the rest of ant's modules
Michal Vyskocil2011-03-09 13:20:10 +00:00
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
Michal Vyskocil2011-03-09 09:05:56 +00:00
061b16584e
Autobuild autoformatter for 52133
OBS User autobuild
2010-11-05 13:36:13 +00:00