Peter Donald
25c4d95cd5
Start simplifying so that metrics task does not complain as much
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271410 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3946d3183e
Inlined a large number of methods from AbstractTask
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271409 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6e89cb024f
Start simplifying so that metrics task does not complain as much
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271408 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4ad59f0fc5
Antlib proposal Second installment
Submitted by: Jose Alberto Fernandez <j_a_fernandez@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271407 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2bcc3b328a
Remove unused variable - the correct one this time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271406 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
57833e97aa
Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271405 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5bf5ef03f5
Remove some audit warnings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271404 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ce63a87681
Move complex operations outside loop body
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271403 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b08f6020a3
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271402 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c79d7f043c
Move static above instance variables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271401 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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
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
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
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
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
Peter Donald
219123401e
Temporarily delete file - will readd later
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271347 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1152ba5f88
Add in tags for xdoclet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271346 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e2c2b86f61
Moved sleep task into antlib hierarchy and i18n'ed task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271345 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ee04eba635
i18ned task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271344 13f79535-47bb-0310-9956-ffa450edef68
24 years ago