Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 06f6d787d Add some sanity checks. If we allow an empty token, we end up in an endless loop - as demonstrated by unittest test4. by Stefan Bodewig 2001-01-19 14:55:54 +0000
  • b3cb9a9d4 Changed the handling of build.sysclasspath so that Ant should behave the same way as Ant 1.2 did - if build.sysclasspath has not been set. by Stefan Bodewig 2001-01-19 13:27:00 +0000
  • 62d641e01 Brainstormed list of requested features for Ant2. This is far from being a functional-requirements document, just a start. by Stefan Bodewig 2001-01-19 09:00:22 +0000
  • adbdf5d6c rolling back Josh's changes until he provides a better patch. :-) by Jon Scott Stevens 2001-01-18 02:50:32 +0000
  • 9d48fbb8c added ability to define the begin/end tokens for the filtering. by Jon Scott Stevens 2001-01-18 01:44:17 +0000
  • 18931f719 Added more panels to build wizard, and created state machine framework. by metasim 2001-01-17 22:23:38 +0000
  • f9ddec7b8 Fix a few things that jumped out at me when Stefan put the Javac change through. (And verify I can really commit!) by Diane Holt 2001-01-17 21:21:27 +0000
  • a31bb63e4 Fixed bug where change event was not getting fired. by metasim 2001-01-16 21:45:44 +0000
  • dba8c836d Added property editor for generic Object with no special property editor. by metasim 2001-01-16 21:45:12 +0000
  • c87973d59 Changed semantics of initializing with a null value. Now a default value is created. by metasim 2001-01-16 19:21:42 +0000
  • 44ae47f5c Added editor for properties of type 'File'. by metasim 2001-01-16 19:21:20 +0000
  • 2e364fd66 Testing rig. Not totally generallized, but helpful. by metasim 2001-01-16 19:20:49 +0000
  • ff8c3b2b3 Initial commit by metasim 2001-01-16 18:45:45 +0000
  • faf459ad4 Successfully managed to expose myself to public embarassssment by mispellln' "wizzzerd" all over the place. :-( by metasim 2001-01-16 18:36:00 +0000
  • b2f645230 Fixed Typo. by Stefan Bodewig 2001-01-16 16:34:56 +0000
  • 05d67d513 Make sure we are invoking the correct javac, remove old optional.jar as well. by Stefan Bodewig 2001-01-16 16:30:03 +0000
  • 28d98d088 moved original specification to docs/ant2 by Peter Donald 2001-01-16 13:46:08 +0000
  • 97ba08300 moved original specification to here by Peter Donald 2001-01-16 13:45:41 +0000
  • f8a715c36 Added first version of FSD by Peter Donald 2001-01-16 13:45:22 +0000
  • 6500a507b Handle directories with # in them by passing the parser an inputstream, rather than a name. by Conor MacNeill 2001-01-16 13:36:38 +0000
  • 6a4bbe2d7 Made documents easier to peruse by adding frames by Peter Donald 2001-01-16 13:34:01 +0000
  • 1ca1ee1ab Documented replacefilter. by Peter Donald 2001-01-16 13:28:36 +0000
  • 65e71c5f8 Addition of ZipFileset facilities. Descibed by the author --- With these patches, Zip (and derivative tasks such as Jar and War) can merge the entries of multiple zip files into a single output zip file. The contents of an input zip file may be selectively extracted based on include/exclude patterns. by Peter Donald 2001-01-16 13:21:57 +0000
  • 54b84962a Addition of ZipFileset facilities. Descibed by the author --- With these patches, Zip (and derivative tasks such as Jar and War) can merge the entries of multiple zip files into a single output zip file. The contents of an input zip file may be selectively extracted based on include/exclude patterns. by Peter Donald 2001-01-16 13:16:46 +0000
  • f0ffaff10 Added documentation for threcent addition of ZipFileset facilities. by Peter Donald 2001-01-16 13:14:23 +0000
  • afe0093bd Make warning about unset properties only appear at VERBOSE level. by Conor MacNeill 2001-01-16 13:09:43 +0000
  • 9b5fd7baa Change ejbjar so "up to date" is only printed in verbose mode. Submitted by: Jason Rosenberg <jason@squaretrade.com> by Conor MacNeill 2001-01-16 13:08:30 +0000
  • e99e5c5fc Wizzard tweaks. by metasim 2001-01-15 20:57:01 +0000
  • bb67dc44d Initial framework for a build-file wizzard. by metasim 2001-01-15 19:47:32 +0000
  • b641968fa Enhanced replace task - docs pending. by Peter Donald 2001-01-15 01:26:11 +0000
  • 822028744 Updated docs by Peter Donald 2001-01-15 01:22:55 +0000
  • 701a0156d Updated by metasim 2001-01-12 21:01:00 +0000
  • b2abffd01 Added rough ability to add new tasks (javac only) and properties. by metasim 2001-01-12 20:42:45 +0000
  • 237bbc895 Added ability to add new targets. by metasim 2001-01-12 19:02:46 +0000
  • df3ce6106 Updates on the perforce tasks + documentation. by Stefan Bodewig 2001-01-12 15:28:35 +0000
  • 98dab9171 VAJ IDE integration classes. by glennm 2001-01-12 15:22:50 +0000
  • 6ffa5bb1c Add missing gif files for VAJAntTool.html by glennm 2001-01-12 15:16:00 +0000
  • 4ca5683c2 <javac> rewritten to use a factory. by Stefan Bodewig 2001-01-12 14:08:51 +0000
  • c1a5419fa Made CMP warning only at verbose level. by Conor MacNeill 2001-01-12 11:43:08 +0000
  • c71214044 Started rewrite of tree model to remove ACS dependency on TreeNode. by metasim 2001-01-11 22:30:55 +0000
  • eb2f41888 Fix up line endings by Conor MacNeill 2001-01-11 22:29:29 +0000
  • 972b09b40 Fixed bug where properties editor wasn't geting cleared when the project was closed. by metasim 2001-01-11 19:30:11 +0000
  • 11b6cebd0 Added support for updating display based on property change events in the data model. by metasim 2001-01-11 19:26:50 +0000
  • 8f7d91aac Added initial support for creating a new, empty project. by metasim 2001-01-11 19:24:51 +0000
  • 51073339a Fixed bug where location wasn't getting set. by metasim 2001-01-11 19:22:24 +0000
  • 7f4d63359 Cleaned up standard ctor. by metasim 2001-01-11 19:21:58 +0000
  • 268ddaabd Cleanup and debug support. by metasim 2001-01-11 19:21:00 +0000
  • 94ed3da95 Fixed documentation of Loggers and made default value of log level explicit. by Peter Donald 2001-01-11 12:13:02 +0000
  • be3b48e2d Good docs to the recue !!! by Peter Donald 2001-01-11 11:56:34 +0000
  • 568f34ca1 Add in extra error case when creating directories. by Peter Donald 2001-01-11 11:53:52 +0000
  • d5362445c Added VSS label task. by Peter Donald 2001-01-11 11:21:42 +0000
  • 6cd17eeff Remove debug statement - oops! by Sam Ruby 2001-01-11 09:12:44 +0000
  • 1e3eecb41 Give Diane some credit. I have commited her update but you may not see the commit due to its size. by Conor MacNeill 2001-01-11 00:43:02 +0000
  • 5ce408829 Major documentation update. by Conor MacNeill 2001-01-11 00:40:32 +0000
  • 1a23fe526 Updated UML diagrams. by metasim 2001-01-10 21:43:35 +0000
  • 79d1102c4 Restore the default to "last". Add a warning message if an invalid value is specified. by Sam Ruby 2001-01-10 21:37:42 +0000
  • 53def3821 Added full support for multiple projects open at the same time. Each project appears as an entry in the "Projects" menu. by metasim 2001-01-10 20:46:59 +0000
  • 320a0390b Propagate Sam's build.sysclasspath magic to <rmic> as well. by Stefan Bodewig 2001-01-09 12:24:51 +0000
  • 1263b3640 Documentation update for the new param element of the style task and other style task changes. by Conor MacNeill 2001-01-09 11:45:52 +0000
  • febf421b2 Change the addition of super classes and super interfaces by Conor MacNeill 2001-01-09 09:35:27 +0000
  • ebb7f7ca8 Fixed redraw bug. by metasim 2001-01-08 21:03:11 +0000
  • a4a48c3be No longer needed. by metasim 2001-01-08 21:02:52 +0000
  • 1056b715f Added *internal* support multiple projects, and generalized the selection state mechanism. by metasim 2001-01-08 19:44:01 +0000
  • ffa6e24ba Document that Task.execute() can be invoked more than once. by Stefan Bodewig 2001-01-08 16:51:34 +0000
  • a50ad9fae Resolve confusion between <fileset> and <prefixedfileset> in <zip> and friends. by Stefan Bodewig 2001-01-08 16:45:32 +0000
  • 113e9e764 Fix some testcases. by Stefan Bodewig 2001-01-08 16:40:44 +0000
  • 77ed2ceec Changed <available> to resolve relative resource names the same way as <property> does. by Stefan Bodewig 2001-01-08 12:52:06 +0000
  • d42256bf5 Add classpath attributes and elements to <property> to specify a classpath to load resources from. by Stefan Bodewig 2001-01-08 12:42:47 +0000
  • de2273f0a Remove uneeded interface. by Peter Donald 2001-01-08 05:30:46 +0000
  • b88306484 Add ignores so cvs update output cleaner by Peter Donald 2001-01-08 05:15:34 +0000
  • b60d024fe Fix up a minor method name typo by Conor MacNeill 2001-01-08 05:03:11 +0000
  • 8c3b761ae Give a warning when the weblogic deployment descriptor cannot be found. by Conor MacNeill 2001-01-08 04:52:24 +0000
  • 8c9791172 Updated to the version on harddisk + added the start of documentation. by Peter Donald 2001-01-08 04:36:48 +0000
  • 58f8db35e avoid breaking backward comatability The weblogicDTD attribute in ant 1.2 was used to give the location Af the weblogic version of the generic ejb-jar DTD. In recent 1.3alpha builds this role was taken by ejbdtd and the weblogicdtd attribute was now used to locate the weblogic deployment descriptor's DTD. Whilst sensible, this breaks backward comatability. by Conor MacNeill 2001-01-08 04:25:26 +0000
  • 2f3fc4ceb Address anomolies where classpath is now being interpreted differently by different tasks due to my change to javac and the introduction of ${build.sysclasspath} by Sam Ruby 2001-01-05 14:26:27 +0000
  • 40cfacf23 Make new TSTAMP code compile with JDK 1.2 (and 1.1) by Conor MacNeill 2001-01-05 10:55:05 +0000
  • e48fc02b3 Add the ability to specify time offsets when generating time/date property strings. by Conor MacNeill 2001-01-05 09:45:47 +0000
  • af1d9f41b Fixed up the use of _JAVACMD when using Jikes. by Conor MacNeill 2001-01-05 08:06:39 +0000
  • 1cf34e109 Fixed resource problems, and changed mechanism by which resources are passed to the actions. by metasim 2001-01-04 21:11:39 +0000
  • 81181e0ce Initial, non-working commit. by metasim 2001-01-04 21:10:36 +0000
  • 1c4e85e07 Removed reference to ProjectDocument. by metasim 2001-01-04 16:13:58 +0000
  • 4791ccae3 General documentation update. by Conor MacNeill 2001-01-04 13:48:50 +0000
  • a290cb16d Added doc for new trax support for the <style> task. Also minor reflowing of lines in WHATSNEW to fit into 80 columns. by Sam Ruby 2001-01-04 12:49:29 +0000
  • 03d7f7d69 Reset the global flags that say we have a MANIFEST.MF/web.xml after execute has been run. by Stefan Bodewig 2001-01-04 12:37:20 +0000
  • e92741fae Add some error checking to new TSTAMP format element Documentation fro tstamp and javac changes by Conor MacNeill 2001-01-04 11:13:17 +0000
  • 3d76bc5d3 Provide a failonerror attribute for javac. This defaults to true. If you set it to false, an error is logged but the build will continue. by Conor MacNeill 2001-01-04 10:08:59 +0000
  • 173350685 TraX support should be optional! by Sam Ruby 2001-01-03 20:37:07 +0000
  • 70ea62a03 Added a TraX liaison for the <style> task. This enables Apache's Xalan2 and Sun's JAXP1.1 implementations to be used. by Sam Ruby 2001-01-03 16:48:39 +0000
  • b411046cd Minor logging changes in depend task by Conor MacNeill 2001-01-03 15:18:23 +0000
  • 6c287080d Make licence statements mention Ant in place of Tomcat by Conor MacNeill 2001-01-03 14:18:52 +0000
  • 89d6f7f40 Fixed some typos, avoid NullPointerException when dependency cache and actually existing class files have run out of sync (would try to access information about a non-existent class file). by Stefan Bodewig 2001-01-03 12:49:17 +0000
  • aa9e0c234 I've committed Rob's timestamp patch with a few minor changes. by Conor MacNeill 2001-01-03 11:27:42 +0000
  • ea39aec31 Remove duplicate invocation of ant by Conor MacNeill 2001-01-02 21:57:54 +0000
  • b57bb4004 patch by will stranathan will@thestranathans.com that fixes the path separator to whatever the system one is. by Jon Scott Stevens 2001-01-02 19:42:17 +0000
  • 503663ee2 Add nested param element to the style task. Also allow an input and output file to be specified. by Conor MacNeill 2001-01-02 14:08:30 +0000
  • 6a56c5219 Fixing up "damaged" licence info in some files. by Conor MacNeill 2001-01-02 11:23:37 +0000
  • 0bfa36507 Fix up copyright statements - increase consistency about placement, etc by Conor MacNeill 2000-12-31 08:23:54 +0000
  • ff273e3a3 updated cygwin support Submitted By: Bill Burton by Peter Donald 2000-12-30 03:34:32 +0000
  • ba0d3f2a3 Control the order in which the system and build classpaths are combined via a new property: build.sysclasspath. by Sam Ruby 2000-12-29 14:35:39 +0000
  • d9dc37613 Major package reorganization. by metasim 2000-12-24 14:04:24 +0000