Stefan Bodewig
fc6592d9ea
Make <rpm> deal with RedHat 8+'s rpmbuild command.
PR: 14650
Submitted by: Ville Skytta <ville dot skytta at iki dot fi>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274565 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1b88e53674
Add documentation for propertyset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274564 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ba33a3ed69
Add pointer to idldepend task.
Submitted by: Luis dot Pena at ses dash astra dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274563 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
08c47d7e62
Add nested <propertyset>s to <java> and <junit>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274562 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
56d0ca9a29
Add nested <propertyset>s to <ant>, <antcall> and <subant>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274561 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3168ce7129
Nested mappers didn't work for references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274560 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3776178403
Fix broken image links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274559 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cf0cc8dc4e
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
06880eabdd
outputencoding and fixlastline attributes for <concat>
PR: 12511
Submitted by: Peter Reilly <peter dot reilly at corvil dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274557 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6d7bf16192
New data-type <propertyset>.
Submitted by: Dominique Devienne <ddevienne at lgc dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274556 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7f40e9c5ce
retain old array for backwards compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274555 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f1bc629e34
A new task that allows users to modify the list of default excludes.
PR: 12700
Submitted by: Gus Heck <gus dot heck at olin dot edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274554 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7cd7c4e5f8
Big VAJ changes, in particular if they have ever worked for anybody,
they probably won't do so any longer.
Make the servlets work by using IBM's servlet classes
PR: 10016
URL-encoding in <vaj*port> didn't work properly.
The VAJ tasks now support a haltonfailure attribute to conditionally
keep building even if they fail.
It is now possible to use the latest (versioned or unversioned)
edition in <vajload> by using special wildcard characters.
PR: 2236.
Submitted by: Martin Landers <landers at in dot tum dot de>
Francois Rey <francois dot rey at capco dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274553 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
adb10aa72e
Pointer to Java2HTML, submitted by Jason Shattu <jason dot shattu at java2html dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274552 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9727b9f0c6
need a leading dash for JProbe 4 as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274551 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
b3a0cca7ca
Last part of component helper merge ( including the fix contains -> containsKey for the test case )
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274550 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
e4b22c0eba
ComponentHelper has been checked in for some time - and I don't know
any -1 or major complain.
This removes the duplicated code and switches the component creation
to component helper.
I used it in my workspace for a long time without problem - and the gump
seems to work just like before.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274549 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
2a0b07ef1d
Remove one method - it wasn't used, and it seems it's not powerfull enough for
all cases discussed. The method that takes UnknownElement, ns, tag should
be able to cover everything ( by having access to UE you get access to parent
and all the tree - so any kind of policy can be implemented )
Of course - nothing calls this method yet. Switching UnknwonElement and the
normal component creation is easy - but there are many pieces of code that
call the old method.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274548 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
b152a5f8f7
Plug the namespace uri. One way or another - we'll need it.
Also fix the qname - we need to use the localname.
Originally used qname to avoid breaking build files that used : ( they still
needed to declare a namespace for that previx - otherwise SAX would complain ).
( not sure about the last part - I think some parsers, when validation is off, will
allow : to be used and pass whatever was used as qname ).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274547 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
695a96add4
The ctor takes Project as param.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274546 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Costin Manolache
d60aff9e78
Update with the changes in Project.
This makes ComponentHelper the almost exact duplication of the task creation
code in Project.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274545 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
02305cfec1
Improve fix for PR: 19449.
Don't drop directory entries after we've found out they were outdated,
but simply do not perform timestamp checks on the at all.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274544 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9e9ac87387
Don't update archives because it lacks directory entries when we are
not going to add directory entries either.
PR: 19449
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274543 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
57d9d5f429
Demonstrate bug 19449
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274542 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d3f2f2b687
Provide control over EOL conversion via a new attribute.
PR: 18884
Submitted by: Steve Cohen <scohen at apache dot org>
Aaron DeForest <aaron underscore deforest at rosettabio dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274541 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
a511fb22e7
Throw a BuildException if the root directory does not exist, instead of letting IndexGen NPE
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274540 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
62329a4577
hopefully fix Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274539 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
ce5322dcf2
Switch to using regular collections instead of the deprecated XCollections
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274538 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
ed5de90edb
Update XDoclet and XJavaDoc (XJavaDoc is no longer a singleton)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274537 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
3abecbb4fb
migrated Ant XDoclet code here, to maintain it easier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274536 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
117ecb1742
Minor doc changes and optimizations
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274535 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8618d4a229
A more defensive approach to PR: 14849, keep things as they've been
unless we are using JProbe 4+.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274534 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6e7154321d
From the JDK tool-docs for javac of JDK 1.4:
> An argument file can include javac options and source filenames in
> any combination. The arguments within a file can be space-separated
> or newline-separated.
that means, file names must be quoted if they contain spaces. No idea
whether this is true for JDK 1.2 or 1.3 as well (1.1 doesn't support
@argfile ).
PR: 10499
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274533 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
9177c5d981
Merge file for <property>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274532 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ab1640ce3f
added a basic install-lite target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274531 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
116127409b
brought in sync with main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274530 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
a97b34c8f1
Update the versions of XDoclet and XJavaDoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274529 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
e728aff9ef
Fix javadocs comments and add new @ant.attribute tags for xdocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274528 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c2e2310e71
Only tasks should be case-sensitive inside TaskContainers - simply the
code a little.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274527 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1ef4674dd9
Disabled the test by accident
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274526 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
adb971260c
Enable mixed-case task names inside task-containers while trying to
keep backwards compatibility for all other cases (all "normal" nested
element names get converted to lower case).
PR: 19323
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274525 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6003b0fe88
Demonstrate bug 19323
Submitted by: Jim Scarborough <jimes at hiwaay dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274524 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4cacfa503e
output file must be specified as argument for JProbe 4.x.
PR: 14849
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274523 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
373a1b8070
New German language book on Ant.
Submitted by: Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274522 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
1bf63b2e7e
fixed 2 javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274521 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
6010455796
add a link to zipfileset in the section about types supporting references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274520 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d8521f4685
fix a typo equivalent not euqivalent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274519 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
342a4d69cb
Fix the javadoc comments and add @ant.attribute tags for xdocs documentation generation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274518 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
dd7dcb7477
1 more @tag to ignore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274517 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
d958f9c2a3
Add 2 new @tags that should be ignored by <javadoc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274516 13f79535-47bb-0310-9956-ffa450edef68
22 years ago