2723 Commits (babc775431f7a5cb578314f5866a8e4dedd63044)
 

Author SHA1 Message Date
  Peter Donald babc775431 Add a task to load properties from a property file - optionally with a specified prefix 24 years ago
  Peter Donald 3bea6099f8 Add a task to load the native environment into some properties with a specified prefix 24 years ago
  Peter Donald 101185acab Refactor now that resolveValue is part of TaskContext 24 years ago
  Peter Donald 65256f43dc add in somee finals 24 years ago
  Peter Donald 146898d169 Mad all the command launchers use getEnvironmentSpec and thus made ExecUtil.toNativeEnvironment private as it is not used outside class. 24 years ago
  Peter Donald 4ad84fc4cc Moved getEnvironmentSpec to ExecUtil 24 years ago
  Peter Donald 0a064d62aa Reorded addition of proeprties to environment when exec call has an additive environment so specified values overide values in the native environment. 24 years ago
  Peter Donald 65a74dfc9e Made sure that setting of environment variables for the native exec calls occurs accoridng to epectations. 24 years ago
  Peter Donald 5b78d0ba6f Make sure a property file with no properties in it does not cause any exceptions. 24 years ago
  Peter Donald 399c54d5f7 No need to implement resolveValue as TaskContext now supports that method directly. 24 years ago
  Peter Donald 425e6f46c6 Update implementation of TaskContext to support the new resolveValue method in TaskContext 24 years ago
  Peter Donald f0e110d26c Make sure new resolveValue method in TaskContext is exposed via inheritance 24 years ago
  Peter Donald 07f15736a0 Add a new method "resolveValue" to TaskContext that resolves values according to ant rules and using that particular context. 24 years ago
  Erik Hatcher 434ef8d608 Fix for Bug 5637 24 years ago
  Peter Donald b165169549 Simplified and cleaned regex factorys 24 years ago
  Peter Donald 0c0ea74958 Removed DataType and maual handling of references etc 24 years ago
  Peter Donald 500d69e189 Removed cruft from tasks that manually worked with references rather than letting the container handle it. 24 years ago
  Peter Donald ed599a9b8a Removed clone 24 years ago
  Peter Donald db024524f2 no message 24 years ago
  Peter Donald 9eff330c1b Remove unused class 24 years ago
  Peter Donald 27eea93c8c Clened up task a little. 24 years ago
  Peter Donald 2a6da440b8 Remove special handling of references as the container should take care of that. 24 years ago
  Erik Hatcher 682a74a6c6 Added reference to the Styler task 24 years ago
  Steve Loughran eaec028c89 doc failonerror tag 24 years ago
  Steve Loughran 0081f618d5 username and password doced and exampled; some tab to space corrections. 24 years ago
  Conor MacNeill 2210a20ea9 New Logo proposal based on an interpretation of an existing proposal 24 years ago
  Peter Donald ce6c8d711c Started to migrate FileSet away from using Project and for implementing references itself (rather than letting container manage references) 24 years ago
  Peter Donald 676c2c7cbc Cleaned up and made extend AbstractTask rather than Task 24 years ago
  Peter Donald 8457b31f43 Cleaned up task 24 years ago
  Peter Donald 2ed1541485 Moved security related classes into new package 24 years ago
  Peter Donald 353fc66561 Cleaned up GenerateKey task and moved inner classes to be top level classes. 24 years ago
  Peter Donald 0b7ecfb32e Cleaned up task a litt.e 24 years ago
  Peter Donald d44f286ff0 No need to use Touch task as we can just call File.setLastModified() 24 years ago
  Peter Donald eff7370291 Cleaup imports 24 years ago
  Peter Donald 010a31e844 Refactor the Configurer so that it is much much faster and caches the reflection information. Make it much easier to support pluggable configurors in the future and alternative configuration mechanisms. 24 years ago
  Stephane Bailliez f87b5ed775 - Add "label" attribute on checkout per request from Greg Frank - checks out a specific view label. 24 years ago
  Magesh Umasankar 6e6abf78f4 Removing DestFIle, DestDir, SrcFile, SrcDir, ValidatedFileAttribute and PreferredAttribute. 24 years ago
  Magesh Umasankar 9a7f0056b4 Removed references to ValidatedFileAttribute and PreferredAttribute. 24 years ago
  Magesh Umasankar 1620dd543b Usage of SrcFile,SrcDir,DestFile,DestDir abandoned. Rolling back to 24 years ago
  Erik Hatcher 90164753d1 added package mapper as an official mapper type 24 years ago
  Peter Donald 00ed433cf2 *** empty log message *** 24 years ago
  Peter Donald 0075b98213 Move touch into the file package 24 years ago
  Peter Donald d172e56ddf Move touch into the file package 24 years ago
  Peter Donald 372c76b409 Move regex replace and support into the text manipulation package 24 years ago
  Peter Donald 2b7e896783 Moved inner classes to top level classes and merged StringUtil into the class that uses it 24 years ago
  Peter Donald 9d5b717a0d Begin to cleanup tasks 24 years ago
  Peter Donald a6ab023519 Restyled. 24 years ago
  Peter Donald ed50251db4 Remove unused class 24 years ago
  Peter Donald 3a4ce7972b Move text manipulation tasks into new package 24 years ago
  Peter Donald d7d6e9fa4c Cleaned up Replace task and broke out inner classes. 24 years ago