Stefan Bodewig
58968aaa63
Make <jjtree>'s outputdirectory and outputfile attributes work as
expected (i.e. consistent with the command line of jjtree).
PR: 21526
Submitted by: Jene Jasper <jjasper at abz dot nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275090 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8b13ca9c93
Record default for <javac>'s verbose attribute, submitted by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275088 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c75bc02250
Update AntRunner info, submitted by Dirk Schnelle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275087 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2a17990a71
add link to custom condition
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275086 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
95e912bb73
adding doc for presetdef and macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275083 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8356d61ee6
add in attribute uri for typedef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275065 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
27d3bb5e6f
fix selector example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275062 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bc95ec302d
initial attempt to describe introspection based components
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275061 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8bfcccf724
Announce 1.5.4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275059 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9aa7c7ca7e
mail-archives should be used now, even if it doesn't work either
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275057 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f3fd257058
The user list is high traffic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275055 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
deb6774e58
There have been several bug reports showing that users did not understand
the meaning of remotedir and of the nested fileset(s) for the different actions
of the ftp task.
I have added a table to explain this.
Also removed the warning concerning Win2000 ftp servers (I am not sure the problem
is still actual) and added instead a warning concerning the newer option.
PR: 13876
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275044 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
53e10e20aa
Add pointer to Antmerge, submitted by Phillip Lord
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275036 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
63382d9cbf
Fix the ftp task, its documentation and testcases to maintain backward
compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275035 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cb0bee9b4d
Add pointer to Jegustator, submitted by Pavel Vlasov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275033 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8975a12087
Add a keepcompression attribute to control the compression of entries
that come from existing archives.
PR: 16084
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275025 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5d847c583e
Add if/unless attributes to <param/> element of <style/> task
PR: 22044
Obtained from: Jens
Submitted by: Peter Reilly & Jan Mat��rne
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275023 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
18d754cafc
Add pointer to Zelix Klaasmaster, submitted by Svet Kovich
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275018 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d90b845be8
Revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275011 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d13027731c
Only calculate the CRC of STORED entries in <zip> if absolutely necessary.
PR: 21899
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275010 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
10e9fad118
Add reference to "Ant pretty build", submitted by Charbel BITAR
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275007 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
e67a40fbb3
Revert part of the commit that made tasks use Execute#isFailure.
On OpenVMS the Java VM will exit with a return code of 0 on success,
even though this is going to signal a failure for the OS. All tasks
that spawn new VMs have now been reverted to explicitly check for
retCode != 0 instead of Execite.isFailure(retCode).
We could as well introduce Execute#isJavaFailure or something like
this in case future VM's on OpenVMS will start to do the right thing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275005 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
0f2ab7fa91
bug #20735 "Resource" is not explained;
explained what a resource is, clarified what property files do, to field off recurrent bugreps and show property expansion.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275001 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3b3a4cd29f
Add spawn attribute to java task as well
PR: 5907
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274992 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
27b47d055f
roll-back wrong change concerning executable attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274990 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
aa82230244
added precisions regarding the executable attribute in the <exec/> task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274989 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
35845f7053
This change allows exec to start a process which will run independently of ant.
I have used the patch prepared by Charles Hudak and Peter Nimmervoll, but made it even
simpler, in the sense that I do not connect at all the new process to stream handlers
and the ant logging system, disabling input, output, error, and return exec attributes
in the case of spawn.
Strangely, it works well on Windows if one puts a sleep of one second after having spawned
the process. Why ? No idea.
PR: 5907
Submitted by: Charles Hudak ( CHudak at arrowheadgrp dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274963 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
e0b6e804f0
XSLT/param@expression used as string instead of as expression as documented
There were 2 options to fix the bugreport :
- change the code
- change the documentation
I hope that the option to change the documentation is OK.
Thanks for the bug report.
PR: 21525
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274957 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
96404f8700
Add support for OpenVMS logicals as "environment variables".
Submitted by: Knut Wannheden <knut dot wannheden at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274952 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
db75fcb34e
Add <daemons> element to <parallel> to start <daemon> threads which
continue to run after the <parallel> task has completed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274950 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f30f3d21cb
Add OpenVMS support to <exec>.
PR: 21877
Submitted by: Knut Wannheden <knut at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274949 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
89847cdf7d
Rework parallel
Remove need for poll interval (only covered race condition between isAlive
and notifyAll calls
Add timeout capability
Add flag to fail if any nested task fails without waiting for other tasks
to complete.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274937 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
f3e3462d86
Add antlib xml functionality
This is patch 7204 the fourth patch of the antlib + ns enhancement. The
issues reported by Stephan will need be
addressed, so the implementation may change
before ant 1.6 is released.
PR: 19897
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274930 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
99067d0607
Add multimapping to the copy and move task
Some slight changes from the orignal patch - rename
of ignoremultiplemapping to enablemultiplemapping and
some checkstyle changes
PR: 21320
Obtained from: Evan Easton
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274923 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2366612c9c
New task <jjdoc>.
New attribute outputfile for <jjtree>.
PR: 21526
Submitted by: Jene Jasper <jjasper at abz dot nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274913 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f987ed2417
steal a paragraph from <fixcrlf>'s docs.
PR: 21658
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274911 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
149ce34431
Refactor: move LineTokenizer out of TokenFilter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274905 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f62487dd91
missing closing / in XML filelist element
PR: 21784
Submitted by: aledonne at yahoo dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274879 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5ac6359a7a
Add a method in DirectoryScanner to reset the default exclude patterns
Add corresponding functionality in <defaultexcludes>
Update tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274877 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4a1ac5da9c
fix the fixed spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274875 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
a60f74fde4
typeo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274873 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
bc4909539a
Document the preservation of lineendings in Translate
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274862 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7cce31d892
added dependency to log4j.jar for the Log4jListener
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274855 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
4ea535ec16
changed compatibility for Just4log from 1.4 to 1.5.2 after exchange of emails with Lucas Bruand
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274854 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9866cd8de3
added a pointer to commons-logging.jar in the build/install dependencies list because of the CommonsLoggingListener.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274853 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3f0690850d
Added pointers to the Just4log task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274852 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2c9290b454
Point to Benoit's FAQ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274844 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
7b6a46d131
get the tasks imported using <import> to be placed
in-line and not at the end of the current tasks
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274836 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
b7c2f5f643
Add make's keep-going feature into ANT.
PR: 21144
Obtained from: Alexey Solofnenko
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274834 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7411138e08
Detect OpenVMS as <os family>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274803 13f79535-47bb-0310-9956-ffa450edef68
22 years ago