1388 Commits (314a73ff1e695e7d262dbd5dc226ccbacf8f84c6)

Author SHA1 Message Date
  adammurdoch b6ed0b4934 * Added OsFamily enumerated type, to represents OS groupings. 24 years ago
  adammurdoch d03eda1c3a Fix exception checking in unit tests. 24 years ago
  adammurdoch 74a7d1b01f * Add more stuff to todo list. 24 years ago
  Peter Donald 611e0321a5 Update avalon jar to make getCause() public. 24 years ago
  Magesh Umasankar 4f2c7ee539 Minor cleanups - sorry for spamming... 24 years ago
  Magesh Umasankar 741e2cbbd7 All the filter cares about is a stream of data - not necessarily if it is from a file. Make documentation reflect that. 24 years ago
  Magesh Umasankar 78a9dff37e New filter reader to access straight-forward 'constants' defined in a class file. 24 years ago
  Peter Donald b5cece0fb1 Update generated docs. 24 years ago
  Peter Donald e8979d14ae Another reorg to display all the pages. 24 years ago
  Peter Donald b728719340 Style and get rid of top "getinvolved" section 24 years ago
  Peter Donald 7c2285da8f Style 24 years ago
  Peter Donald 14ee9e10cd Extract a separate top-level getinvolved.xml from todo.xml 24 years ago
  Peter Donald 34f1870584 Extract the build file stuff from user.xml 24 years ago
  Peter Donald 422e474a6d Extract the VFS stuff from user.xml 24 years ago
  Peter Donald 82a46da06d Put project name on RHS of banner 24 years ago
  Peter Donald a09efd17a8 Start to reorg the sidebar 24 years ago
  Peter Donald a04c111270 Make all the variables final 24 years ago
  Peter Donald 4ddd7dfef4 Rework it so that ExecManager does not shutdown streams. 24 years ago
  Peter Donald bcb20c5a70 Start to add in sidebar for new documentation. 24 years ago
  Peter Donald f4ff4f5559 Start to document the Containers ClassLoader 24 years ago
  Peter Donald 4f069ecbb3 Add in initial cut of documentation for librarys. 24 years ago
  Costin Manolache d1dac8f1ba Drop the AntBean proposal. 24 years ago
  Erik Hatcher cb2a0a80b1 Applied Bill's DVSL work and template patch. Also added "docs" target to main build.xml to <ant> to the HTML generation build. 24 years ago
  Peter Donald cd75662033 Added IDEA config for Avalon style. 24 years ago
  Peter Donald 129bfa374a Wrap block with finally to make sure System.exit is called and with correct exitCode 24 years ago
  Peter Donald c54524cf25 Remove scoping for the time being as it wasn't really being used 24 years ago
  Peter Donald 357537149c Decouple exceptions from CascadingException 24 years ago
  Peter Donald 0faa41f92b Update to latest Avalon for ExceptionUtil changes 24 years ago
  Peter Donald ed4d23fb8a Make it easier to generate the documentation 24 years ago
  Peter Donald 22f32dcc7d restyle via IDEA 24 years ago
  Peter Donald e67dc0b9f9 Allow v7 format tar files 24 years ago
  adammurdoch 769fac8323 Remove unused descriptors 24 years ago
  adammurdoch f32bf0bc50 * Reorganised build to use new <antlib-descriptor> task. 24 years ago
  adammurdoch 62088bc6f1 Added task to generate antlib descriptors from Java source. 24 years ago
  Magesh Umasankar 7288026e05 New filter reader that gets those lines that match a regular expression pattern. 24 years ago
  Magesh Umasankar b5de47561b Merge changes with the 1.14 revision from the main tree. 24 years ago
  Magesh Umasankar c9f7dca90e Fix javadoc. 24 years ago
  Magesh Umasankar 43e62b81ff 1. ExpandProperties filter introduced as envisioned by Steve. 24 years ago
  Magesh Umasankar dfd61de939 Use StringBuffer to assemble String. 24 years ago
  Magesh Umasankar 4a5b5fd1ea Split processStream into two methods to facilitate streamed reads... 24 years ago
  Magesh Umasankar faf931435a Skip must use this.read() and not in.read() - Thanks, Adam, for catching this. 24 years ago
  Magesh Umasankar 22e36e493c Misplaced null check. 24 years ago
  Magesh Umasankar 4e222b97c6 As suggested by Adam, use java.util.Properties.load(InputStream) instead of reinventing the wheel. 24 years ago
  Magesh Umasankar 87f806d3e4 Refactored code (as suggested by Costin and Adam) - first run. 24 years ago
  adammurdoch 1e18358da6 * Started writing up the VFS and the data types. 24 years ago
  Erik Hatcher 606ec5fe58 this gets rid of some XDoclet warnings. 24 years ago
  Erik Hatcher a8acf1646b removed mandatory requirement for category (at least for now) 24 years ago
  Erik Hatcher 434fa8175a Changes by Bill Burton to collect tasks into categories rather than package space. Very cool, thanks! 24 years ago
  Erik Hatcher 9f7f6c9aba made it easier to short-circuit and only run one class, no need to prefix package info 24 years ago
  Magesh Umasankar ef4a11096f 1. Move a couple of common methods to an abstract base class. 24 years ago