Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 06f1d441c Better remove debug statements before you commit. by Stefan Bodewig 2000-11-30 16:30:30 +0000
  • ecfa6b9a0 Handle multi line responses of SMTP servers. by Stefan Bodewig 2000-11-30 16:27:14 +0000
  • 47ba7d22e Allow the user to specify a FileNameMapper by class name - and set the classpath to load it from. by Stefan Bodewig 2000-11-30 14:20:19 +0000
  • d2d785c40 Tasks for ClearCase support. by Stefan Bodewig 2000-11-30 12:41:09 +0000
  • a638a40bc Fixed <property resource="...">. The old implementation would serach for org/apache/tools/ant/taskdefs/RESOURCE when RESOURCE was a relative filename (this is the main difference between Class.getResource and ClassLoader.getResource). by Stefan Bodewig 2000-11-30 11:19:11 +0000
  • 04632b415 Fixed some typos in the telnet task description. by Stefan Bodewig 2000-11-30 09:42:52 +0000
  • 7846d336a Tell the user that <property resource="..."> failed - if it fails. by Stefan Bodewig 2000-11-30 09:31:41 +0000
  • d84be2cd6 Started move to being able to gracefully use jars in CVS by Peter Donald 2000-11-30 02:06:35 +0000
  • 41598995d Documentation for Ant <-> VA for Java integration. by Stefan Bodewig 2000-11-29 17:18:22 +0000
  • e9d415157 Documentation for the telnet task. by Stefan Bodewig 2000-11-29 17:15:21 +0000
  • 968806bcc Documentation for the new <rmic> attributes. by Stefan Bodewig 2000-11-29 17:14:00 +0000
  • c8ec94305 Added a nested <mapper> element to <uptodate> by Stefan Bodewig 2000-11-29 16:33:42 +0000
  • 501afc7e2 Get rid of javadoc warning. by Stefan Bodewig 2000-11-29 16:11:33 +0000
  • 758b225e9 Various changes to <rmic>. by Stefan Bodewig 2000-11-29 16:01:53 +0000
  • 4a9975144 Take into account that lastModified times are rounded up to the next two second interval by Windows. by Stefan Bodewig 2000-11-29 14:42:49 +0000
  • 0fdd59711 Forgot to adapt bootstrap.bat. by Stefan Bodewig 2000-11-29 11:54:14 +0000
  • 4c5c8d89b Moved the instantiation of the RE matcher to a factory. Users can now choose an implementation of there own by setting a system property. by Stefan Bodewig 2000-11-29 11:50:08 +0000
  • 29378f767 Only set the project name if it has one (the name attribute of <project> has been set). by Stefan Bodewig 2000-11-29 10:36:15 +0000
  • a13422639 Added IIOP and IDL options to <rmic> by Stefan Bodewig 2000-11-28 17:17:18 +0000
  • 6c00c7d90 New task <javah>. by Stefan Bodewig 2000-11-28 17:06:21 +0000
  • d94746b83 forgot to add the new files with my last commit (new perfoce tasks). by Stefan Bodewig 2000-11-28 16:46:43 +0000
  • 2884faae8 New Perforce tasks. by Stefan Bodewig 2000-11-28 16:45:40 +0000
  • c8b92216b Implementation of the regexp interface for Jakarta-ORO. by Stefan Bodewig 2000-11-28 16:01:13 +0000
  • e4f0795f1 New Mapper type for regular expression replacements. Currently only jakarta-regexp is supported, at least an ORO implementation will follow. by Stefan Bodewig 2000-11-28 15:10:38 +0000
  • 06c94f210 New attribute "autoresponse" for <vssget>. by Stefan Bodewig 2000-11-28 14:15:21 +0000
  • 4fefc6bcd Make <jar> fail early if a specified manifest file doesn't exist. by Stefan Bodewig 2000-11-28 13:59:00 +0000
  • fb18e7aee Enable <vssget> to use arguments that contain spaces. by Stefan Bodewig 2000-11-28 13:43:24 +0000
  • c1080f1b8 Update of the .NET tasks. by Stefan Bodewig 2000-11-28 13:35:48 +0000
  • 41c047f60 Changed AntEditor.getAppContext() to getContext() to be consistent with other classes. by metasim 2000-11-28 05:06:35 +0000
  • aefb450f2 Added infrastructure for generating popup menus from configured actions. The popup menu will then have options who's status is in sync with the menu and toolbar actions. Also added finer grained element selection code so that specific events are generated for specific element types. As a test, added stubbed out actions for adding new elements to the build file. by metasim 2000-11-28 05:05:13 +0000
  • 7985540fd Regular update. by metasim 2000-11-28 05:01:36 +0000
  • 4e604b253 New "new" icons by metasim 2000-11-28 03:18:19 +0000
  • 22108fb03 Added method to provide access to a Target's tasks. by metasim 2000-11-28 02:52:22 +0000
  • 04cf5e018 Opened up access to the topological sort code so a list targets that must be called to fulfill a specific target can be determined. by metasim 2000-11-28 02:51:45 +0000
  • 11d0ab8dc Updated documentation for "ant.project.name" by Peter Donald 2000-11-27 07:54:34 +0000
  • 4ef711b65 Changed "project.name" to "ant.project.name" by Peter Donald 2000-11-27 06:23:34 +0000
  • 54bed77e3 Patched so that project name is available via the property "project.name" by Peter Donald 2000-11-27 03:37:24 +0000
  • aa948ee36 Stop ignoring lib directory by Peter Donald 2000-11-26 01:53:47 +0000
  • f8a30114b Added junit.jar so that an empty lib directory would not be pruned and then confuse cvs during an update (as ant generates directory lib) by Peter Donald 2000-11-26 01:51:59 +0000
  • 83beefe9c Always more to do... by metasim 2000-11-25 04:46:43 +0000
  • 8ff35a2d7 Added simplistic, non-editable version of context fontification in Console. by metasim 2000-11-25 04:33:04 +0000
  • aa078695e More rework on the command abstraction code. by metasim 2000-11-25 04:31:29 +0000
  • 558d9767b Changed display name determination. by metasim 2000-11-25 04:29:37 +0000
  • 6b5745a21 Used some elisp magic to remove those tabs and replace with spaces. by Peter Donald 2000-11-25 02:38:54 +0000
  • e69774d42 Added extra exclusion for pif file that is needed on some stupid win32 platforms by Peter Donald 2000-11-25 01:54:33 +0000
  • e05b23353 Allow per-project properties file by Peter Donald 2000-11-25 01:46:52 +0000
  • 0a79e3343 Updated WHATSNEW by Peter Donald 2000-11-25 01:46:00 +0000
  • c9928eaad Removed Project.toBoolean method where appropriate and removed a number of tabs. by Peter Donald 2000-11-25 01:10:09 +0000
  • 8785091ee Rewrote command handling infrastructure, allowing for dynamic mapping between actions and commands rather than the original hard-coded mapping. Associations specified in the actions.properties file under the "<actionID>.command" property. by metasim 2000-11-24 17:09:22 +0000
  • 18b63a1b1 Committed an optional test task based on testlet framework by Peter Donald 2000-11-24 02:38:42 +0000
  • af624f9bc Moved Stylebook to optional tasks. by Peter Donald 2000-11-24 00:19:26 +0000
  • 0cbed006a Fixed parser exception propogation bug. by metasim 2000-11-23 16:37:55 +0000
  • 02b669458 Forgot the implementation of <transform> with my last commit. by Stefan Bodewig 2000-11-23 15:44:52 +0000
  • 95b658dec New task <transform>. by Stefan Bodewig 2000-11-23 15:27:42 +0000
  • 767f4f578 Made sure file ignored command to copy over itself. by Peter Donald 2000-11-23 14:48:19 +0000
  • 4fcabf389 Adding start of copy tests by Peter Donald 2000-11-23 14:10:08 +0000
  • 88b5051fa Added a ~cleaner by Peter Donald 2000-11-23 12:49:45 +0000
  • 7a2bf0b81 Added .cvsignore to get rid of annoying ? messages by Peter Donald 2000-11-23 12:38:18 +0000
  • ab33c688f Added Stylebook task by Peter Donald 2000-11-23 12:28:52 +0000
  • 7483bc6d0 Added a simple Stylebook task. by Peter Donald 2000-11-23 12:28:05 +0000
  • 96501a8fe Added a nested <srcfile> element to <execon> to give the user more control over the command line. If no element has been specified, the names for the source files will be put at the end. by Stefan Bodewig 2000-11-23 11:32:49 +0000
  • 93d7ec1e6 minor typo fixes by Jon Scott Stevens 2000-11-21 21:41:57 +0000
  • 3dfcfba7e Fix up test cases due to recent changes by Conor MacNeill 2000-11-21 13:36:13 +0000
  • 40ea40eae Cleaned up error reporting for build.xml parse errors. by metasim 2000-11-21 01:06:16 +0000
  • d99dd7ac8 Make mkdir throw an exception if a file of the same name already exists when trying to create a directory. by Conor MacNeill 2000-11-20 22:56:36 +0000
  • b9b4d060f Fix up problem with multiple source dirs in javac by Conor MacNeill 2000-11-20 06:25:20 +0000
  • 3a1c15513 Make the additional JVM args supplied come at the front of the arg list so that any args, which must be at the front of the JVM arguments, can be specified. This is specifically to support the -server option of the JVM under Unix. by Conor MacNeill 2000-11-19 22:28:01 +0000
  • ee5cc3d41 Change the message displayed when a task cannot be found. This makes the message more suitable for ant end-users rather than ant developers. by Conor MacNeill 2000-11-19 22:13:34 +0000
  • d08dc16c8 Describe changes to the EJB related optional tasks by Conor MacNeill 2000-11-19 14:14:12 +0000
  • a3064aea7 Make both ddcreator and ejbc respect the hierarchy of the descriptors. by Conor MacNeill 2000-11-19 13:51:45 +0000
  • 7c36d4429 Set task names when running the ddcreator and ejbc tasks by Conor MacNeill 2000-11-19 09:13:47 +0000
  • bb8fa6184 Set arguments using the Commandline method rather than the deprecated setArgs method. by Conor MacNeill 2000-11-19 09:08:57 +0000
  • 45c25ba37 Allow keepgenerated flag to be controlled from the ejbc task. It defaults to false. by Conor MacNeill 2000-11-19 08:59:23 +0000
  • c3a1e41db Removed checking of default ant install location. by metasim 2000-11-19 04:22:49 +0000
  • 7ed150619 Added generic attribute editing capability for tasks. by metasim 2000-11-19 04:21:58 +0000
  • 414e0ad17 Started work on a Properties Bean property editor. by metasim 2000-11-17 22:39:05 +0000
  • 0b4866439 Now writes message to the logger, rather than to System.out. Also introduced logging levels to provide finer control over when messages are writen out. The levels simply reflect the current Project.MSG_* values. by glennm 2000-11-17 15:03:50 +0000
  • b40d79d60 Changed the copy task to support a nested mapper. by Stefan Bodewig 2000-11-17 10:25:09 +0000
  • d0bbd2ece New DataType mapper, will be used to define a FileNameMapper for tasks that can support different implementations. by Stefan Bodewig 2000-11-17 10:00:58 +0000
  • ea5216a4c Fixed missing LOCALCLASSPATH setter. by metasim 2000-11-16 23:14:13 +0000
  • f76d77de1 Fixed string editor so that it property handled multi-line strings. by metasim 2000-11-16 22:59:35 +0000
  • 0c852dba5 Changed mechanism by which the PropertyEditor editor is instantiated so that it uses whatever class is retured by BeanDescriptor.getCustomizerClass() rather than assuming DynamicCustomizer. This will allow BeanSpecific customizers to be used in leu of the DynamicCustomizer. by metasim 2000-11-16 22:38:43 +0000
  • a04027cae Added icons to project tree view. by metasim 2000-11-16 21:46:33 +0000
  • d8a621e26 Initial commit. Add so that that there is at least some rudimentary documentation on how to run antidote. by metasim 2000-11-16 20:02:40 +0000
  • 7fadc50ca Added save and saveas action implementation. by metasim 2000-11-16 19:41:05 +0000
  • 71cd7defe Added option to turn on notification of emacs on a build error so that emacs goes to the file and location of the error. Also added the ability to provide a build file to load at startup from the command line. by metasim 2000-11-16 18:32:31 +0000
  • 8355b21de New FileNameMapper that does wildcard replacements like DOS's ren *.foo *.bar. Use it in javac (more to come). by Stefan Bodewig 2000-11-16 17:05:40 +0000
  • 585ca2b4d Added a MergingMapper where multiple source files map to a single target file. Use it in tar, zip, uptodate. by Stefan Bodewig 2000-11-16 09:57:47 +0000
  • 3b1f2fca7 Added logging to SourceFileScanner. by Stefan Bodewig 2000-11-16 08:59:26 +0000
  • 6a4786663 Changed mechanism by which BusMembers cancel event propogation so that any type of event can be cancelled. by metasim 2000-11-15 21:25:58 +0000
  • 1375d72ba First part of the scanDir refactoring. This is just a starter to show what I want to accomplish. by Stefan Bodewig 2000-11-15 17:45:41 +0000
  • b86a0a283 Add a passive mode option to <ftp> by Stefan Bodewig 2000-11-15 16:40:33 +0000
  • 629079f86 Changed a System.out.println to log in <depend>, should probably be degraded to MSG_VERBOSE sooner or later. by Stefan Bodewig 2000-11-15 16:01:02 +0000
  • 8f6213f9f Handle ejb-ref elements. by Conor MacNeill 2000-11-15 12:47:56 +0000
  • d97f4f390 Change weblogic element of ejbjar to support including the CMP descriptor based on parsing the weblogic descriptor rather than using the naming convention. To access the new behaviour set oldCMP="false" in the weblogic element. by Conor MacNeill 2000-11-15 06:38:34 +0000
  • 821004a54 Added ability to define state transition condtions for the enabled state of GUI actions. As specific events are fired in the GUI the enabled state is updated for specific actions. by metasim 2000-11-14 21:50:36 +0000
  • 3ddbc0b6c Added warning about incompatibility with vm version "Blackdown-1.3.0-RC1". by metasim 2000-11-14 19:55:45 +0000
  • 75b3eb1e7 Added TargetMonitor widget which gives a better indication of what targets will be built if a build is launched. Also fixed a few buglets in the PropertyEditor. by metasim 2000-11-14 19:48:12 +0000
  • dcba4b343 Removed Ant specific resource checking. by metasim 2000-11-14 18:47:52 +0000
  • b1640d532 Added scripts for launching Antidote, and updated the build file to make better use of the Ant build directory for libraries, etc. by metasim 2000-11-14 17:21:22 +0000