Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 0e5e5d50b Old bug reverled by my recent changes. by Conor MacNeill 2001-07-25 14:17:37 +0000
  • 75722dcb0 Fixed up the protocol checking for class resources. You can now use depend to pick up out of date class files with respect to dependent classes on the classpath (i.e. not just jars) by Conor MacNeill 2001-07-25 12:12:11 +0000
  • 0992b41f8 Add Dirk's Perl script to the -emacs mode question. by Stefan Bodewig 2001-07-25 10:12:50 +0000
  • 747f53993 Add FAQ entries for io-redirection via < and > in <exec>. by Stefan Bodewig 2001-07-25 07:58:32 +0000
  • 798eedafd Upgrade <depend> to check dependencies on jars in the classpath. You need to provide a classpath to <depend> to trigger this behaviour. by Conor MacNeill 2001-07-24 14:59:04 +0000
  • 2bb82ea39 Got my wires crossed by Conor MacNeill 2001-07-24 14:55:48 +0000
  • 5a0613961 Make resource load failures only print under debug. Up to the caller to decide whether this is an error by Conor MacNeill 2001-07-24 14:53:40 +0000
  • 50f2ebb20 Javadoc improvements. by Stefan Bodewig 2001-07-24 13:28:56 +0000
  • 262299e53 remove some stray tabs. by Stefan Bodewig 2001-07-24 13:13:30 +0000
  • 2b6f0a872 this is a corrected version of the CVSPass task. The old one did not include shifts for all ASCII characters. A diff is included. by Peter Donald 2001-07-24 12:58:42 +0000
  • 08535a06a document handling of inner classes in <rmic>. by Stefan Bodewig 2001-07-24 08:18:52 +0000
  • 4f3e4e169 Resolve properties loaded from files before sending them to the project helper for resolution. This removes extraneous reporting of undefined properties due to the "reording" of properties stored in the properties object. by Conor MacNeill 2001-07-23 16:31:56 +0000
  • be12707c6 Security Manager does not work under 1.1. Take it out for now but I'd like to bring it back with some reflective insulation. by Conor MacNeill 2001-07-23 14:50:49 +0000
  • 125c25095 Pointer to VAMP Ant Task Suite. by Stefan Bodewig 2001-07-23 14:50:26 +0000
  • 9932ed799 Fix for id/refid data type bug. Delays adding the id to the list of references till runtime when the data type is inside a target. Without this change, if multiple data types have the same id, only the one that is last refered to in the file *and* is configured at runtime (i.e. its target is executed) will work properly. Otherwise, you will end up using an unconfigured data type. by glennm 2001-07-23 03:56:12 +0000
  • 74eb73ac3 Add a security manager so that non-forked java programs that call System.exit() work by Conor MacNeill 2001-07-22 15:44:11 +0000
  • e32249e2c Route log messages to the subproject in <ant> and <antcall> situations by Conor MacNeill 2001-07-22 15:29:10 +0000
  • 059ad3591 This is a major change. :-) by Conor MacNeill 2001-07-22 13:12:29 +0000
  • 49838c297 OK, reverting change since it was bad and the errorlevel is being set anyway :-( by Conor MacNeill 2001-07-22 09:56:23 +0000
  • 13ccc6a80 Add exit code to batch files by Conor MacNeill 2001-07-21 13:03:19 +0000
  • aff15381c Fix up typo in documentation by Conor MacNeill 2001-07-20 14:01:48 +0000
  • d471a816c Make inheritall attribute available to <antcall> as well. by Stefan Bodewig 2001-07-20 10:07:35 +0000
  • b38b7eee8 Document the requirement for optional jar and how to install it by Conor MacNeill 2001-07-19 14:37:22 +0000
  • 04cc5777e Allow compiler attribute to contain compiler options by Conor MacNeill 2001-07-19 14:09:38 +0000
  • 8700d0aa0 Fix for when build.compiler is not defined (D'Oh) by Conor MacNeill 2001-07-19 11:09:42 +0000
  • a44e2ea1d Make sure "ant -find" will return a "normal" filename (without /./) for the build file. by Stefan Bodewig 2001-07-19 06:38:01 +0000
  • 5867d1fc5 Add pointer to TiniAnt by Stefan Bodewig 2001-07-18 14:16:11 +0000
  • d5f9462fd Linked the compiler used by ejbjar to the build.compiler property. This linking can be overidden by either supplying a value to the compiler attribute or setting that attribute to "default", in which case ejbc's default compiler choise will be used. by Conor MacNeill 2001-07-18 14:03:34 +0000
  • 275c9f734 Fixed check for differences. As it was, check would be ignored for all files after the manifest file. by Conor MacNeill 2001-07-18 13:32:03 +0000
  • 47f06debb Add example of environment variables being read in as properties. by Conor MacNeill 2001-07-18 13:05:19 +0000
  • 64988531a Adapt testcase to changes in CommandlineJava. by Stefan Bodewig 2001-07-18 11:31:16 +0000
  • 1ca56f13c Apply the same magic <javadoc> uses to locate the javadoc command to CommandlineJava (and with thus to <java fork="true">). by Stefan Bodewig 2001-07-18 10:07:02 +0000
  • 5e097248d Add the correct path to the runtime library on MacOS X in <javac> and <rmic>. by Stefan Bodewig 2001-07-18 09:53:40 +0000
  • 2ecc6fa52 Add ability to define several tasks/types at once, reading definitions from a property file. by Stefan Bodewig 2001-07-18 08:06:35 +0000
  • 8d496e5da proposed logo by Stefan Bodewig 2001-07-18 06:13:53 +0000
  • f1bfa3291 More classloader improvements by Conor MacNeill 2001-07-18 03:16:05 +0000
  • b839a3ed0 Improve the performance of the classloader - The classloader will, however, now have the jars open. by Conor MacNeill 2001-07-18 02:29:34 +0000
  • cbef49e34 Look for java.home/../bin/javadoc(.exe) before falling back on plain old javadoc. Just looking in the java.home directory tree isn't sufficient, as it may give incorrect results on Windows (thanks to Connor for the info.). by glennm 2001-07-17 14:54:13 +0000
  • 6f1b5ab07 Tell us which class you cannot find, please. by Stefan Bodewig 2001-07-17 14:32:04 +0000
  • c234e7e18 Set the thread context class loader when running <java> tasks by Conor MacNeill 2001-07-17 14:19:12 +0000
  • 39c3dd318 documentation update for new errorProperty and failureProperty attributes of <junit>. by Stefan Bodewig 2001-07-17 13:09:48 +0000
  • 0fcac6aa3 Add a new front end fro Ant which will perform many of the functions of the current ant launcher scripts. Also allows many of the classes necessary for Ant to be hidden from Java tasks run in VM. by Conor MacNeill 2001-07-17 12:12:39 +0000
  • 43804e4ea Make references to files in CVS work with new box. by Stefan Bodewig 2001-07-16 06:54:42 +0000
  • 96e168a93 Make test OS independant. by Stefan Bodewig 2001-07-16 06:36:44 +0000
  • c341305e4 The javadoc task now looks for the javadoc executable in the java.home/../bin directory. That way if your java installation isn't in your path, you can still create javadocs. by glennm 2001-07-15 14:25:28 +0000
  • ebdc90aee Slightly change the output of the plain junit formatter to make it more readable. by Stefan Bodewig 2001-07-13 14:09:45 +0000
  • 0e650797a Various patches to PCVS task: by Stefan Bodewig 2001-07-13 13:57:49 +0000
  • 537a07b01 fix log messages of perforce tasks. by Stefan Bodewig 2001-07-13 13:10:12 +0000
  • 2ce6cc484 forgot to check a package for missing close() calls on LogOutputStreams. by Stefan Bodewig 2001-07-13 13:06:17 +0000
  • d3ef19b3f Make sure streams get flushed and closed - otherwise we may be losing messages sent to the logging system, especially on platforms where line ends are neither \r nor \n - for example OS/390. by Stefan Bodewig 2001-07-13 12:55:00 +0000
  • 72e98275b yet another article. by Stefan Bodewig 2001-07-13 09:15:28 +0000
  • 6229635a0 Add two FAQs - had two answer the first one at least twice this week and the second one has been part of the defunct interactive FAQ. by Stefan Bodewig 2001-07-13 08:56:32 +0000
  • 2573103dc Some javadoc enhancements in JUnitTask. by Stefan Bodewig 2001-07-13 08:07:59 +0000
  • e5893dd4c Make sure XML report will be UTF8 encoded. by Stefan Bodewig 2001-07-12 13:51:09 +0000
  • 1e41b4c0f Add filepath attribute/element to available to search for a file in a given path - handy if you want to search for an executable for example. by Stefan Bodewig 2001-07-12 13:26:42 +0000
  • ea21f122a Add vssver.scc to default excludes by Stefan Bodewig 2001-07-12 13:02:47 +0000
  • c73084faf Allow policy file to exist outside of Weblogic Home by Conor MacNeill 2001-07-12 12:43:01 +0000
  • e49a5fb56 Use /nul when checkign for the existence of directories on Windows (Although it doesn't work if the directory name is quoted - woohoo) Check for Ant in C:\Ant for Windows 9X users by Conor MacNeill 2001-07-12 12:12:51 +0000
  • eefa2aba5 Make <apply> work really parallel and not parallel on a per fileset basis. by Stefan Bodewig 2001-07-12 12:06:45 +0000
  • 9ff2d6a1a Set level back to verbose - messages are too annoying as it is common to attempt to load property files which don't exist - there for optional override of properties. by Conor MacNeill 2001-07-12 11:26:19 +0000
  • c9affb12a Just find directory above script home rather than removing bin dirs which may take out more than was intended by Conor MacNeill 2001-07-12 10:30:28 +0000
  • f3d84272e update attribute of zip had the wrong default value (my fault). by Stefan Bodewig 2001-07-12 10:24:46 +0000
  • 5bb077f59 make <uptodate> search for target files in the same directory as source files by Stefan Bodewig 2001-07-12 10:06:40 +0000
  • ec2d68aa7 update attribute for <zip> and friends - update archive instead of creating a new one. by Stefan Bodewig 2001-07-12 08:07:22 +0000
  • e5fcb1232 New filesonly attribute for <zip> and friends - suppresses directories. by Stefan Bodewig 2001-07-12 07:36:50 +0000
  • 30b8b73ff <junit> will now try to include the task-definition itself as well as the needed support classes (Ant and JUnit itself) in the classpath if running in forked mode - this means that you shouldn't have to use different classpath elements for "in VM" and "fork" mode any longer. by Stefan Bodewig 2001-07-12 07:09:19 +0000
  • 80c2ad310 Again forgot to save some files, argh. by Stefan Bodewig 2001-07-11 16:29:03 +0000
  • 891ef62c7 New task mimemail - this task requires JavaMail (and JAF) that's why it is optional and doesn't replace the existing mail task. The main improvement is that it supports attachments you can specify via a fileset. by Stefan Bodewig 2001-07-11 16:11:47 +0000
  • 70d8b69e6 Describe timestamp's ability to offset dates by Conor MacNeill 2001-07-11 15:36:49 +0000
  • 440e7a901 Changed the logging level of invalid property files to warning by Conor MacNeill 2001-07-11 15:00:19 +0000
  • 37f6c6922 change credit for some logos. by Stefan Bodewig 2001-07-11 12:10:32 +0000
  • 8726d0dc5 testcase for JUnitTestRunner. by Stefan Bodewig 2001-07-11 10:08:20 +0000
  • 07736d7ee help the garbage collector by cleaning out references in AntClassLoader and IntrospectionHelper after the build has finished. by Stefan Bodewig 2001-07-11 09:58:09 +0000
  • ef2c9e1a3 Make bootstrap process for JDK < 1.3 on Unix work again (bootstrap uses the <chmod> task to make antRun executable which in turn needs an executable antRun script ...) by Stefan Bodewig 2001-07-11 09:37:07 +0000
  • 230952c5a Log properties for JUnit tests. by Stefan Bodewig 2001-07-11 09:29:52 +0000
  • 4624d76d0 Give a different message if a test fails due to timeout. by Stefan Bodewig 2001-07-11 08:18:57 +0000
  • da742d485 Properly mask out JDK 1.4 specific stuff. by Stefan Bodewig 2001-07-11 08:16:41 +0000
  • c51d45fd2 support java.util.regex package of JDK 1.4 in regexp mapper. by Stefan Bodewig 2001-07-11 08:03:11 +0000
  • 8339c7f3e Add debug information to the getResource methods. by Stefan Bodewig 2001-07-11 06:50:45 +0000
  • cf3d81733 Stop using canonical paths. This will change the behavior of Ant when symbolic links are present (but in a way that is probably closer to what the user expects) and remove some problems on platforms that use "uncommon" native file names like OS/390 or VMS. by Stefan Bodewig 2001-07-10 15:40:09 +0000
  • 04c15d05c CHange most usage of the classloader so that it loads from the system classpath first. by Conor MacNeill 2001-07-10 14:55:48 +0000
  • b1c37b60a Test for the 4NT shell, which requires a different method of slurping command line args than cmd.exe. by glennm 2001-07-10 14:08:39 +0000
  • 2fa84738b InheritAll documentation update by Conor MacNeill 2001-07-10 13:23:29 +0000
  • 6c23151c7 Logo proposals from Blair Hughes by Conor MacNeill 2001-07-10 12:00:55 +0000
  • 5826ef196 Interim fix for Gump failure to build FOP. IN Gump's mode of operations ensures the system loader is always used. by Conor MacNeill 2001-07-09 14:47:51 +0000
  • 6ffa10f97 Overview of core tasks with a short description of what each task does. by glennm 2001-07-08 20:30:59 +0000
  • 525c0f87f Setup constructors so that they actually compile. by Peter Donald 2001-07-08 11:21:26 +0000
  • 3f918df70 Update manifest and build file to reflect addition of new task file-manip-test. Also change in pattern from name->value for include/exclude etc. by Peter Donald 2001-07-08 07:29:24 +0000
  • 92712f7da Update to reflect that that evaluate throws ContextException instead of TaskException. by Peter Donald 2001-07-08 07:26:44 +0000
  • 1ef26fe3a Change to throw context exception as lack of value in context is the reason for PropertyException. by Peter Donald 2001-07-08 07:23:14 +0000
  • 96f3bfd7f Name->Value to reflect better semantics. by Peter Donald 2001-07-08 07:22:01 +0000
  • 47e31ec91 Change to reflect fact that context no longer resolves propertys. by Peter Donald 2001-07-08 07:21:00 +0000
  • cbbb531ca Convert parameter to use FIle type directly rather than converting from String. by Peter Donald 2001-07-08 07:18:26 +0000
  • 697cacf73 Update task to reflect new location of property resolving by Peter Donald 2001-07-08 07:16:38 +0000
  • 807126822 Remove resolveValue() as it is not needed here but in AbstractContainerTask. by Peter Donald 2001-07-08 07:15:12 +0000
  • 21a88b996 If the package list cannot be found, the offline links are skipped - a message is printed at verbose level by Conor MacNeill 2001-07-08 06:21:45 +0000
  • 67252b80d Handle spaces in JikesPath. Add warning not to use Longfilenames for ANT_HOME on Win9X by Conor MacNeill 2001-07-08 04:56:53 +0000
  • 2cd414161 Add noEJBC attribute to <ejbjar>'s weblogic element to skip ejbc. by Conor MacNeill 2001-07-08 00:00:38 +0000
  • 168f6c9eb Moved conversion of ANT_HOME to after the 'try to find ANT' section as suggested in Bug# 1479 by Daniel.Barclay@digitalfocus.com by Nico Seessle 2001-07-07 16:29:49 +0000
  • c51333377 Made the meaning of the dest directory explicit. PR: 1744 by Conor MacNeill 2001-07-07 14:57:44 +0000