2722 Commits (3bea6099f8b0feb57ffbf7d6b981f15e5a2a3988)
 

Author SHA1 Message Date
  Peter Donald c758ec76a2 Remove Execute.getExitValue() as it is not needed. 24 years ago
  Peter Donald 2bb0b8b340 Moved Commandline.Argument/Marker to top level classes. 24 years ago
  Peter Donald 11adb2a02c Moved ENvironment.Variable to a top level class. 24 years ago
  Peter Donald 9c6b288123 Made EnvironmentData.getVariables return a Properties object with all the environment variables contained within it. 24 years ago
  Peter Donald 1d677212cc Removed some unused crufty code and moved native ENvironment manipulation code into new class. 24 years ago
  Peter Donald d5ed2401cf Extract then native Environment manipulation code from Execute class and place it into new class. Refactor it to be simpler to extend and use 24 years ago
  Peter Donald a109d318d4 Remove unused import 24 years ago
  Peter Donald 1812fea497 Reorder imports. 24 years ago
  Peter Donald 1ef7d3b0cb Cleaned up file a bit and made it package access. 24 years ago
  Peter Donald 8fb5ee4f11 restyled 24 years ago
  Peter Donald b8a71bf846 load environment data from new Environment class. 24 years ago
  Peter Donald 4058f2a97f restyled 24 years ago
  Peter Donald 5595675827 Rename Environment to EnvironmentData to avoid name conflicts with other classes named Environment 24 years ago
  Peter Donald 372d4cdf17 Removed unused import 24 years ago
  Peter Donald ea65444fd3 Environment -> EnvironmentData 24 years ago
  Peter Donald 728071cfac access project instance via accessor. 24 years ago
  Peter Donald 5657805883 Remove uneeded import 24 years ago
  Peter Donald cff2df199d Vector -> ArrayList 24 years ago
  Peter Donald 92248f472b Restyled. 24 years ago
  Peter Donald f1d9b9f2e7 Due to enhancement of ScriptCommandLauncher PerlCommandLauncher is no longer needed. 24 years ago
  Peter Donald c94f064263 Made it possible for the script to consist of multiple parts so that you could possible do something like 24 years ago
  Peter Donald 067939388b Removed uneccesary imports 24 years ago
  Peter Donald 39db94a5e8 Move getAntHomeDirectory to the Execute class. 24 years ago
  Peter Donald 6248105498 Removed unecessary import 24 years ago
  Peter Donald 3d04769940 Restyled. 24 years ago
  Peter Donald cd665638ab Add a document describing some of the features required by a Virtual Filesystem 24 years ago
  Stephane Bailliez bf8e21b63d Don't assume everybody will use the login and pwd to my db. 24 years ago
  Stephane Bailliez 539077152a This testcase might be used to test for various problems 24 years ago
  Stephane Bailliez f73de6a58c Make the getLoaderMap static since the cache is static. 24 years ago
  Stephane Bailliez 672481d0ae Introduce naive caching of drivers. It is only based on the driver 24 years ago
  Erik Hatcher b04ea4a4a3 Test of my first commit. 24 years ago
  Steve Loughran 0954289e72 fixing doc to match code 24 years ago
  Peter Donald 5f6832bd82 Move to using Java2 collections API 24 years ago
  Peter Donald 1ea766b31d Remove execute as inherited from parent 24 years ago
  Peter Donald 44ab322883 Encapsulated access to project member variable via getters 24 years ago
  Peter Donald 1b5824a6f6 Cleaning 24 years ago
  Peter Donald dff89c5ee2 Make FileUtils static access. 24 years ago
  Peter Donald 35fcf0d678 Kill stringUtils. 24 years ago
  Peter Donald d0ef8f372a Remove dependency on StringUtils. 24 years ago
  Peter Donald 928698c467 Updated to use the new native command launching infrastructure. 24 years ago
  Peter Donald 9a1925ff44 Removed old CommandLauncher infrastructure. 24 years ago
  Peter Donald 8085ebe912 Converted the old remaining useful script based CommandLaunchers to new setup. There is no need to extend ProxyCommandLauncher as it did not offer any benefit (because the 2 arg version of Runtime.exec was always called) 24 years ago
  Peter Donald 694b6a391c Converted the old WinNTCommandLauncher to new setup. There is no need to extend ProxyCommandLauncher as it did not offer any benefit (because the 2 arg version of Runtime.exec was always called) 24 years ago
  Peter Donald 6b669be21d Converted the old MacCommandLauncher to new setup. There is no need to extend ProxyCommandLauncher as it did not offer any benefit (because the 2 arg version of Runtime.exec was always called) 24 years ago
  Peter Donald d0225d0b52 Added a utility class to hold util functions for implementing Launchers. 24 years ago
  Peter Donald 5fe0c90529 Add a basic implement of CommandLauncher. 24 years ago
  Peter Donald 6575f65c84 Add an interface for all CommandLaunchers to implement 24 years ago
  Stefan Bodewig 768bfa2bc6 If addConfiguredXyz and addXyz (or createXyz) have been present in the 24 years ago
  Peter Donald 184328a605 Ugly to hack to get it compiling clean 24 years ago
  Stephane Bailliez 2599037075 Remove some newlines to make <pre> content more readable. 24 years ago