Manifest entries longer than 72 bytes are wrapped according to the spec
Illegal manifest files now cause errors
Standard fields are provided by default and merged in
Manifest set by attribute and any added in META-INF/Manifest.mf are merged
PR: 1193, 2295
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269404 13f79535-47bb-0310-9956-ffa450edef68
<ftp>
ignoreNoncrtiticalErrors makes the task ignore all error messages when
creating a directory (some servers return strange codes if the
directory in question already exists).
skipFailedTransfers warns about failed file transfers but keeps going
on - transfering everything that works.
Submitted by: Steve Loughran <steve_l@iseran.com>
Add a "mkdir" action to <ftp>, make <ftp> take a missing remote file a
"the file is not uptodate" when sending files.
Submitted by: Larry V. Streepy, Jr. <streepy@healthlanguage.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269403 13f79535-47bb-0310-9956-ffa450edef68
Actually test6 of taskdef.xml failed as well, I just didnd't run it
after my last changes as it is not part of the testsuite - argh.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269402 13f79535-47bb-0310-9956-ffa450edef68
Submitted by: Beno�t Moussaud <benoit.moussaud@criltelecom.com>
Note that I don't use Continuus, so this patch has not been tested for
functionality (it compiles and looks OK, that's all I can check).
Note 2: I'm not sure whether my assumption
<cccheckin>=CCMCheckin
<ccmcheckintask>=ccm.CCMCheckinDefault
is correct.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269399 13f79535-47bb-0310-9956-ffa450edef68
attribute to <vssget>.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
Note that I don't use VSS, so this patch has not been tested for
functionality (it compiles and looks OK, that's all I can check).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269398 13f79535-47bb-0310-9956-ffa450edef68
Submitted by: Steve Loughran <steve_l@iseran.com>
I've modified Steve's original submission to ensure quiet and
failonerror don't get set to true at the same time - also fixed the
logging a little as messages about failures to delete a file would go
to verbose logging or swallowed inconsistently in quiet mode.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269397 13f79535-47bb-0310-9956-ffa450edef68
files newer than the entries in the archive will not be replaced.
Default is true for backwards compatibility.
PR: 1667
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269394 13f79535-47bb-0310-9956-ffa450edef68
depend to pick up out of date class files with respect to dependent
classes on the classpath (i.e. not just jars)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269387 13f79535-47bb-0310-9956-ffa450edef68
need to provide a classpath to <depend> to trigger this behaviour.
Doesn't currently handle classes in the classpath.
PR: 2663
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269384 13f79535-47bb-0310-9956-ffa450edef68
The old one did not include shifts for all ASCII characters.
A diff is included.
Submitted by: "Ingmar Stein" <stein@xtramind.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269379 13f79535-47bb-0310-9956-ffa450edef68
helper for resolution. This removes extraneous reporting of undefined
properties due to the "reording" of properties stored in the properties
object.
Unify property extraction between ProjectHelper and property task.
PR: 2687
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269377 13f79535-47bb-0310-9956-ffa450edef68
id to the list of references till runtime when the
data type is inside a target. Without this change,
if multiple data types have the same id, only the
one that is last refered to in the file *and* is
configured at runtime (i.e. its target is executed)
will work properly. Otherwise, you will end up
using an unconfigured data type.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269374 13f79535-47bb-0310-9956-ffa450edef68
It introduces the concept of a TaskContainer to allow a task to contain
other tasks. This allows Task composition
It introduces a <parallel> task for multithreading support. There is
also a <sequential> task.
It reworks System.out management to handle all task generated output
and route it through the Ant event system. This handles multithreaded
output.
This is a major rework to the patch originally submitted by Thomas. I
have taken a different route for the output management, in particular.
Based on patch by Thomas Christen <chr@active.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269371 13f79535-47bb-0310-9956-ffa450edef68