Stephane Bailliez
c2cab1b69c
- Fix unnecessary cast
- Fix array declarators
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270892 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
9ddc3dc542
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270891 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
1febec8f88
- Remove unused fields
- Fix static member access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270890 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
5bb8fb7da8
Fixed array declarator and static member access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270889 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8c9b85883e
- Fixed audit violations
- Minor code simplification
- Code layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270888 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
4142444775
Violation fixes for which a safe automatic fix exists
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270887 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
aac16db25b
Made loop expression a simple value rather than a complex expression
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270886 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7d9692d725
Move []s to component type and not postfix variable (like icky c programmers do)
Removed a few unecessary casts
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270885 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1b022c8fbe
Move []s to component type and not postfix variable (like icky c programmers do)
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270884 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3aa4a41c64
Remove unused variable
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270883 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1a3090627d
Made complex loop counter a simple constant
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270882 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
daf1138400
Remove unused method and variables
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270881 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
179cea7fdd
Remove localization stuff as it is unused
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270880 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ac36bf7f96
Don't compare to true in a condition stattement
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270879 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b5b9ac55e8
Reorder declarations for JLS compliance
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270878 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8f2a238c2d
Remove unused local and class variables
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270877 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
bc848b4fe1
Dont modify parameters
Remove unused local variable
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270876 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
46dfd8b130
Reorder qualifiers for JLS compliance
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270875 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
12438f83eb
Make sure loop counter not misused
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270874 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ac3448e9c2
Don't use compare to false in conition
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270873 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8e89e1b214
Use StringBuffer in inner loop rather than string
Removing a Audit violation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270872 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
50ed19a8ed
last minute logo submissions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270871 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
71eaa47717
Ugly hack to retrieve ExecManagerService by directly instantiating factory. This should really be done by the container in the future but is done here now to test out some ideas
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270870 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3c2b554fbc
Make sure the output streams that redirect to loggers are closed (and thus flushed) when the native process completes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270869 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7b38537d18
Make sure all output is processed and none is left buffered when the native process completes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270868 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c6753a0a7e
antDir -> homeDir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270867 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
04a0ceea6f
Add in a basic example of the interface via which Service *could* be loaded into the runtime.
Added in a sample config file and a sample factory aswell.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270866 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0c7462a17f
Update tasks to reflect movement of logic from objects to service/utility objects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270865 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ecabb60891
Move FileSet logic into a ScannerUtil class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270864 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e2e106d90b
Mover pattern logic into a PatternUtil class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270863 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a71d1ee865
Cleaned up scanner a little
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270862 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
bf72fe7cfe
Add some more authours from original file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270861 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
918484ab41
Move security/signing/etc related tasks to antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270860 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4cccf2fa39
Fix protected-> public so method can be accessed outside package
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270859 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
74e0414fae
Migrate patternset to framework package
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270858 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b6fdd06a77
Remove debug code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270857 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
293d45a72a
Reverting argument naming changes to discuss a standardized way to change the names (if at all needed).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270856 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
78c2215a4e
Sigh - Copyright year correction...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270855 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
2736a72e9c
Try to minimize Quality Analyzer's complaints - 1st pass.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270854 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ce77ae56b8
Split "External Tools" page, add pointers to Ant-Contrib and NAnt.
If you don't like the reshuffling, speak up 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270853 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c171b4c9f2
Update to use new getService() method for retrienving sertvices
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270852 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
af9fedaddc
Update to use new Service based access-point
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270851 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9fcace6e3a
Condition no longer throws a ContextException
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270850 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
304246c968
No need for task to extend AbstractContainerTask
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270849 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ac5c79a80f
Updated test case to reflect latest changes
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270848 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
43cbdfc52c
Replace need for Composable tasks with TaskContext.getService()
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270847 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c1d66dbc0c
Rebadge ContextException as a TaskException
Submitted By: "Adam Murdoch" <adammurdoch_ml@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270846 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3711bbb13c
yet another bunch of logos
Submitted by: Eric Cain <arcain@unitedbinary.com>,
Scott Andrews <scott.andrews@bankofamerica.com>,
Joe Burkhart <joeburkhart99@yahoo.com>,
James Andrews <jimhole23@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270845 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
acbf916917
Set up documentation structure
Add design notes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270844 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c1459a0550
STart to add the ability to retrieve services from the context
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270843 13f79535-47bb-0310-9956-ffa450edef68
24 years ago