Peter Donald
ca76c9e33c
Moved complex operations outside of loop evaluation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271400 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8cbceeceb4
Clean up some audit warnings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271399 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
91199f6d2c
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271398 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2e60e0841c
Use StringBuffer inside loops and dont reasign parameters to method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271397 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
67d542191a
Dont access static method through instance
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271396 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
26d0d7c022
regenerate HTML from Steve's changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271395 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
5e16edc84e
Filter to read the last 'n' lines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271394 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
f860a1bf81
Initialize whenever parameters (possibly) change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271393 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
3ca907710e
1. Use a variable name that better represents the type of data stored.
2. Minor code cleanup.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271392 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
439fe1882b
Filter to read the first 'n' lines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271391 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ad0398c7d2
Unify name of metamata/qa directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271390 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a4c404c589
Add in sample properties for audit.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271389 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
34e1d54a2c
Add a simple build file to generate audit/metric/etc statistics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271388 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
293380084d
Build the sound library
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271387 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0deb15031e
Started to refactor XSLTProcess to be loose the xsltLiason. We can assume that most future processors will use this API as it is the standard.
The current implementation does not load the TransformerFactory from the specified classLoader but it will in the future.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271386 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
030fd751f5
init(File) --> reset()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271385 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3dd91d101c
touchups
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271384 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
59ee05a8da
Add basic class to listen to trax errors and print em out
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271383 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5e194c2ad5
Add utility methods to deal with myrmidons filesets
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271382 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7d2001b841
Add accessor for underlying fileset object
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271381 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
2a299debca
Filter that replaces token strings with user supplied values. This is somewhat similar to <filterset> stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271380 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
ef148d08a2
When passed through filters, the resulting size of the filtered data may be
larger than the actual file size. Keep reading till -1 is returned.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271379 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
2eb375f62c
And thus the JavaReader phoenix rises from the ashes of JavaDoc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271378 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
df18fb1a5c
Operate at the read() method level instead of at the read(char[]) method level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271377 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
8aa365e5d7
1. Change Parameterizable interface's setParameters method signature such that it takes in an array of type Parameter instead of Hashtable.
2. Introduce "type" as an attribute to nested param.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271376 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
7265fdb8a8
1. Class marked as final.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271375 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
e886871506
1. "final" modifiers introduced in relevant places.
2. BuildExceptions thrown only when failonerror is true.
3. A few variables renamed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271374 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
2986a1b266
getting our retaliation in early. Pointer to update ant for the XP/java1.4 combo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271373 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
fe4e685019
Configurable -> Parameterizable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271372 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
15c4eb29a6
Bad example fixed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271371 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
8b00ce3f42
Initial version of FilterReaderSet implementation with <loadfile> as example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271370 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3094ca2c8f
Make JDK 1.4 happy by changing assert to assertTrue.
TraxLiaisonTest accesses the protected TraXLiaison.getSystemId method
and therefore has to be loaded via the same classloader as TraxLiaison.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271369 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
35b6913d94
Make tests pass on JDK 1.1.
The change to ProjectTest basically backs out a change I had to make
to Ralf Wiebicke's original submission to make it work on my box three
months ago. Since then nothing has changed, but my JDK now throws a
different exception than it did back then - go figure.
TimeZone doesn't seem to matter for JDK 1.1, testDateTimeISO fails as
text is "2002-02-23T10:11:12" on my machine. I ran out of time and
disabled the test, but I promise to check back later. 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271368 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
687d070dda
Print a warning if we drop elements from a use supplied path.
Avoid exactly that warning in Ant's own build file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271367 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
96203d2041
Fix sysproperty handling (testcase fails for old code and passes for
new code).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271366 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
14069410f1
Add testcase for sysproperty handling.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271365 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4a89083738
More JavaDoc documentation fixups.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271364 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
466a2a978f
some typos.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271363 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
022ed20a99
Add compiler attribute to <javac> that allows users to override
build.compiler on a task by task basis.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271362 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
32080d6588
Included ant-services.xml in core jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271361 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
8c22fa33f3
* Added another FileSystemManager.resolveFile() convenience method.
* Made a heap of stuff final.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271360 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
0cab9c1f29
* Added exec-manager and file-system-manager roles.
* Added a very basic VFS manager service implementation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271359 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
9eeb462907
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271358 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
64fff4d508
Add missing error message.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271357 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
774e130436
Use "java -version" for exec test.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271356 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0e63e7acbb
Show how to avoid the -sourcepath switch in <javac>
Submitted by: Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271355 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
778a6800cf
Use a wrapper for exceptions rather than the full stacktrace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271354 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
5c43f6c93e
Quick fix about naming.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271353 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
4ffd54fee4
Remove unused local variable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271352 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
271c73b91c
Allow -sourcepath for <javac> to be set explicitly.
PR: 5268
Submitted by: Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271351 13f79535-47bb-0310-9956-ffa450edef68
24 years ago