Stefan Bodewig
32da696de4
Add testcases for the inheritall/dir attribute combinations and their
results on the new project's basedir - clarify documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269838 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
65c82879ee
Make <style> support Exolab's new Adaptx processor.
Submitted by: Arnaud Blandin <blandin@intalio.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269832 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
986b213cec
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269831 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7c2ec95158
clarify documentation for <ant> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269830 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b02276bef6
Added a blurb about Emacs JDE and IDEA integration.
Submitted by: "Guillaume Berche" <guillaume.berche@eloquant.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269826 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fcd6548344
"Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."
Submitted by: wolf.siberski@tui.de
Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269819 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cbcfff6e27
add documentation for <cvs>'s failonerror attribute.
PR: 4205
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269810 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3ff51a6adc
state that properties are case sensitive.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269807 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
2f1d7a8811
bug #4111 : ftp task does not work with a Windows 2000 ftp server with "MSDOS" directory listing. This is now documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269806 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
2ddeb409bb
documented uriroot and uribase options; cleaned up some other bits based on more experience with the task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269805 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
09a7def3cd
Make <propertyfile>'s default attribute work as expected.
PR: 3955
Submitted by: Erik Hatcher <jakarta-ant@ehatchersolutions.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269802 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
482c675f6a
add "netware" as possible value for the <os> condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269799 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
fe05ef0ff3
Allow for an ANT_ARGS environment variable, for setting things like
using a different logger or including the -find flag.
(runant.pl, also add a check for cygwin for path separator, fix ANT_OPTS.)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269797 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
11d421035c
I've just put together a patch for the JDepend task to use xml
output. A new
attribute "format" has been added that can take either "xml" or "text"
defaulting to the latter. �Appropriate changes have been made to the
documentation, and additionally a .xsl file is attached to
produce html with
a similar style to that of junitreport.
Submitted by: "Rob Oxspring" <roxspring@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269796 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
e98cb1b048
other unices have rpm too, I am told.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269794 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
c343aaa8da
Text + example of how to use a task in the file it is compiled. Keeping silent on taskdef's property file loading functionality so that people dont start using it just before it gets taken away.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269793 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
67c4d97ae6
IE6 on winXP doesn't like the ' entity, rather than replace it with a single quote and break some other browser the sentence was reworked to indicate possesion differently.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269791 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
323591f86b
Updated documentation for Move to reflect the ability to create filesets with single files that move to another file.
Submitted by: "Magesh Umasankar" <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269782 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8cb8f75cdd
If a fileset defines a single file, allow the Copy and Move tasks to work with the toFile attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269779 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c2cfb84865
Update to documentation from 1.4.1 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269775 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
11f6c1a20b
Merge across from Ant 1.4.1 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269771 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
bb346818ed
made rhino easier to find
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269762 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
66c85d36a0
Add example for csh settings.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269757 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ede07a7c22
Add new <isset> condition, simplify ConditionBase by using ProjectComponent.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269756 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
bec2a0777e
Merge of 1.4.1 changes into Main truck for Gump testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269745 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1fa5ccf568
Make the project accessible via consistent name ("project").
Submitted by: "Erik Hatcher" <jakarta-ant@ehatchersolutions.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269743 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
a03202c5a9
Adding some more detail to the documentation, such as a pointer to where jasper comes from, another example, the failonerror flag and some more minor cleaning up.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269740 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
304895ce62
Add encoding to <replace> task so that replace can work on double byte
characters
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269721 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
2b0ab1d4d0
Add an encoding attribute so SQL statements can be double byte
PR: 3080
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269719 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7eeecccd2c
First cut at a generic jspc task/facade system.
Submitted by: Matthew Watson <mattw@mortbay.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269698 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e4957c5f19
Oops I used the wrong convention!!!
This patch corrects it so that the old zipfile attribute is now tofile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269692 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d0c933c320
Deprecated zipfile in favour of file to follow siuit with the other tasks that d
eal with archives.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269689 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
14d5788636
Deprecated earfile in favour of file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269687 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
16e0c28649
Unify the attribute of the archive to "file" rather than having three separate attributes (zipfile, jarfile and warfile).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269684 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9fd80fab19
Added documentation for new P4Add task.
Submitted by: Anli Shundi <ashundi@tibco.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269682 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
c6124454ff
- Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>
- Fixed some other places too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269675 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a8d4391240
Merge from 1.4 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269662 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b8d229b18c
Description of sequential task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269530 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
12fb88e093
Description of parallel task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269529 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2fb9b9ca21
Documentation for <condition>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269528 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8730c548ee
Must be in CoreTypes..not CoreTasks.
This is really not a good day....
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269525 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
72be7d7f00
Convenient description task that allows a multiple line description of a buildfile
with a <description> element.
Submitted by Craeg K. Strong <cstrong@arielpartners.com>
Not committed in the first shot..er..forgot to add them.
Thank to Craeg for paying attention.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269524 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
48428f7b4c
Convenient description task that allows a multiple line description of a buildfile
with a <description> elment.
Submitted by Craeg K. Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269523 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c8691cff5b
Clarify what happens in an antcall and why some targets are
evaluated twice
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269519 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0e9de74149
Added links to Metamata Audit/Metrics and JProbe Coverage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269510 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f33a70b7e5
Updated the documentation to reflect stylesheet changes and thus customization.
Also updated Xalan information with a direct link for Xalan 1.2.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269509 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
98d821a06f
Always going to happen when you generate into a source directory
isn't it - oh well :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269500 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
15dd8a7949
build file for docs. Currently separate but can be integrated with
main build file later on
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269496 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aa4eb280ad
Ignore fork attribute if build.compiler doesn't point to a JDK javac.
Submitted by: Brian Deitte <bdeitte@macromedia.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269488 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aa8f01df3c
update .NET tasks for the beta2 release
changes
-removed 'owner' attribute from ILASM (it just prints a warning and is
stripped from the docs)
-changed the referenced dlls to the beta-2 set
-added some options to csc:
fullpaths
win32res
noconfig
utf8output
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269485 13f79535-47bb-0310-9956-ffa450edef68
24 years ago