Peter Reilly
615d2fd6b9
add " to " to jsp output
PR: 26082
Obtained from: Robert Flaherty
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275908 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c0c23ce536
presetdef fix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275905 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
4a56f455f2
Allow presetdef'ed types to be used with the ant-type attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275903 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c9ee19786b
Fix for ant -keep-going a b
where target a fails
PR: ?
Obtained from: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275902 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
fc7e960e14
Add pointer to AntTimerTask
Submitted by: Mario Jeckle <mario at jeckle dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275901 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dfb102a12e
Class.getClassLoader may return null for the system classloader
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275899 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4509fa9281
Revert, and learn reading.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275897 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
a6dcdfae70
Oops, the change shouldn't break anything
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275896 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
73d92708f6
A leading slash in a resource name is only required for
Class.getResource*, not the corresponding ClassLoader methods. Adding
the slash makes the task completely useless.
Reported by: <koji underscore sekiguchi at excite dot co dot jp>,
Jack J. Woehr <jax at purematrix dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275895 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
07e9f9859f
Failing unit tests for whichresource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275894 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
08d430255d
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275892 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
856b2d1f37
document change to fixcrlf
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275891 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
616ae7c4cb
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275889 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
f5921264e5
fix for CRLF adds extraneous character at the end of File
if a file does not end in an eol, fixcrlf will add an eol
this patch adds an attribute to fixcrlf to stop this behaviour
PR: 23262
Obtained from: gudnabrsam at yahoo dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275886 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
049e8cfaa9
Add description attributes for elements and attributes of macrodef
PR: 24711
Obtained from: gudnabrsam at yahoo dot com and Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275884 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
60087ef9a4
Typo in propertyset.html
Obtained from: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275882 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2b5e1fd2ab
Typeo in faq.xml
Obtained from: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275880 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
4d35c0f2bc
documented some changes I've made
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275879 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
afa4931ee0
date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275877 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
1b60864bf1
Fix npe if <include> does not have a "name" attribute
PR: 25982
Obtained from: Dawid Weiss
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275875 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4f1313504a
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275874 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2deefc838e
Fix typo
Obtained from: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275872 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bc177c27eb
Change message on lack of cmp decriptor from warning to verbose as
it is optional
PR: 25959
Obtained from: Eric Molitor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275870 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
5086d93694
<touch> to handle filelists. Forced me to add more tests for new and existing touch code, and in the process note that the granularity for unix filesystems is not 0 but 1000 milliseconds. oops.
PR: 23526
Submitted by: gudnabrsam@yahoo.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275869 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
636efd4eb0
Very initial JDK 1.5 support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275868 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1a3ed5bfc3
some more variables named enum
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275866 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
954b957020
Update with the fixs for filters, namespace and ejb task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275865 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
7b0865572e
Previous fix for filterset broke the infinite filter testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275863 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
e2688b6318
Fix for error in inifinite loop checking in filtersets
PR: 23154
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275861 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5482c670b8
Update site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275859 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5efe60998f
Happy New Year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275858 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
a1b18ea9c3
Fix for ant namespace support for nested elements
Obtained from: Dominique Devienne
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275856 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5410d80ef4
Use getDestDir of jboss element of ejbjar
PR: 25826
Obtained from: Damon Sicore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275854 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
74a7ac99f2
typeo in checksum.html
PR: 25895
Obtained from: Pieter Bloemendaal
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275852 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5fef1f8fde
allow IH to handle Constructor(Project, String) in
general and not just for Path
PR: 25777
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275850 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
92ff24a7e3
add original exception to new buildexception for
projectHelper#addLocationToBuildException(
PR: 25777
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275849 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
060b4735dc
Fix unit tests.
- addtypetest used an unused invalid classpathref
- PathTest used an invalid reference in testing attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275847 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Bruce Atherton
e71c461e8c
Back out javadoc-generated overwrite of our online version of the Ant API docs. This has happened before. Please be careful.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275846 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
806443cf92
still 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275844 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
80b892fb4f
ComponentHelper.
Logic for copying the checked namespaces to new projects was broken.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275842 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
336e5b4ed9
Reverting setting the wrapper proxy to null as the unit tests failed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275841 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
476da8dd23
UnknownElement set the created task to null for gc , but did not
set the RuntimeConfigurable's copy to null as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275840 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b8c5368ced
Correction of pages which do not fit with XHTML or JavaHelp
PR: 25707
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275838 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
85f6ea3795
Fix for script memory retaining problem.
PR: 25394
Obtained from: Jose Alberto Fernandez / Antoine Levy-Lambert
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275836 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
8ad0831645
Remind user that JDK 1.4+ includes its own regexp impl
PR: 25709
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275834 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2edcfbaa07
Add typedef for concatfilter in types/defaults.properties
PR: 25697
Obtained from: Tomasz Broniarek
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275832 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
6aba7c5074
Macrodef can only see lower case attribute names due to its
use of DynamicConfigurator.
Fix the doc and the code to at least make this consistent.
PR: 25687
Obtained from: Geoffrey Wiseman
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275830 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
647134d2a2
Re add something about mirrors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275828 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
10b2e8062f
The ant 1.6.0 distribution includes 5 documents which still refer to the beta,
most notably the index.html at the root of the docs directory.
Let's try to put the ReleaseInstructions in an order such that we do not
have this type of problems in the future.
PR: 25652
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275827 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
821f6378b7
typo
Submitted by: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275825 13f79535-47bb-0310-9956-ffa450edef68
22 years ago