Peter Reilly
e2a62c3179
Fix off-by-one error in concat with fixlastline="yes"
PR: 25464
Obtained from: wang liang
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275773 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
10beb46f08
Change dynamicConfigurator#create(Name) to pass in the localname
of a namespaced element name and not the internal stingized verion
of the namespaced element name. The local name is lower cased to
be backward compatible with ant 1.5.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275771 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bc2e7b5dbf
In addReference, remove calling tostring on the references being added.
The tostring can be a very expensive operation, and causes
massive slowdown when used in conjuction with antcall.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275769 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
903118a6a0
How to use propertyvalues as name for properties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275767 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
9419ebe55e
remove 'crs from SubAnt.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275766 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
c675e52979
Remove line with $Id
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275764 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
a3bb111cd6
Remove line with $Id which is annoying every time one does a merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275763 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
5236b17d09
Explain order of dependency-check/if-unless-evaluation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275761 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2fb8827834
Remove unused import added by mistake
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275760 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
299a7d5929
Fix URIs for DTDs entered with a full path location under Windows
PR: 23913
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275759 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d9c45b7a34
Improve documentation concerning external libs for the style task.
Basically no external libs are required if using JDK 1.4
PR: 25274
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275757 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
80a9b86903
Document jsharpc, not jsharp
PR: 24058
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275753 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
49dc6188ed
Merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275752 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
5366fee095
Head sync
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275749 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7319df6e1c
Added another uid with email address antoine@apache.org
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275747 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
9461484389
New external tasks: wsdl-validator + pct (progress)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275746 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
cddf0fe062
Update my email address
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275745 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2434f24e09
Announce ant1.6beta3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275743 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
e467e2f430
change string looked for so test works on windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275737 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
74d14df04d
document proxyUser and proxyPassword attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275735 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
566ea426c3
1) make JarTest pass on Windows, these testcases were failing :
testRecreateWithUpdateNewerFile
testRecreateZipfilesetWithUpdateNewerFile,
the problem is the granularity of time stamps on the FAT
see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/filetime_str.asp
for more information
2) prevent XalanLiaisonTest and XslpLiaisonTest from running in batch
when Xerces1 is not available,
3) fix one of the 3 failing testcases (testSimple) from JDependTest
it was failing due to an overdose of \r in the output coming from
BuildFileTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275733 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8dd4e0ba76
Change ${x} to @{x} for attribute notation of macrodef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275731 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
2a426f599f
Add more system properties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275729 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
06bf05fe54
mono 0.29 on MacOS X works just fine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275727 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
05afdcffb3
exclude jdepend test until dos problem with the test is sorted
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275726 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7fb5653249
Regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275725 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
73631d9e87
fixed line endings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275724 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
bf7fc8743f
Added comment about bug 15390 (regexp implementation)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275723 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f073a88c12
Make the choice of regular expression implementation possible with
ant.regexp.regexpimpl as a normal project property
PR: 15390
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275722 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
924fa05a10
Merge into 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275720 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
648d36e6ff
Document org.apache.tools.ant.ProjectHelper System property.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275717 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
92cac0fd6f
Add documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275716 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
50820c1a19
Add Wiki to Site-Menu
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275715 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5f9b623098
Expose vm attribute in <nant> and <msbuild>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275714 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
88f44e923b
Under some circumstances scp would miss responses from the remote side
leading to corrupted files.
PR: 24449
Submitted by: Atsuhiko Yamanaka <ymnk at jcraft dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275710 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
04e509253f
call replace properties for header or footer elements of concat
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275709 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
864739c746
Add note on version of beanshell required for ant 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275707 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
bd2a1ee7b7
Add pointer to 'Dependency Finder', submitted by Jean Tessier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275706 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ed70f738d4
Add support for nesting buuild file snippets into the task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275705 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
49d7dffbd1
Split namespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275704 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6bb92d330a
Add a helper class for tasks that want literal XML as input
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275702 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
27ac4279f6
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275701 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
efef302a3d
Allow references and properties to be null without causing NPE in BSF
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275699 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c977aacfc4
use a different name from local for the test local type
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275697 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5dc8a1418a
add filename to errormessage if unable to rename file in zip task
PR: 24945
Obtained from: Bart Vanhaute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275695 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
0c1c82ce13
Update SimpleDateFormat URL. BugID 24993 by Jason
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275693 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4de53ef045
Add unit tests for <nant> and <msbuild>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275691 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
955453dc08
Mono always needs the full path to the executable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275690 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
bd8601a5a3
Allow <exec> to optionally resolve against PATH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275688 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
2429a99dd6
Forgotten to describe comparators in <modified>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275687 13f79535-47bb-0310-9956-ffa450edef68
22 years ago