Stefan Bodewig
ecfa6b9a0c
Handle multi line responses of SMTP servers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268279 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
47ba7d22e2
Allow the user to specify a FileNameMapper by class name - and set the
classpath to load it from.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268278 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d2d785c408
Tasks for ClearCase support.
Submitted by: Curtis White <soaro77@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268277 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a638a40bcd
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).
Reported by: Jason Rosenberg <jason@squaretrade.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268276 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
04632b4151
Fixed some typos in the telnet task description.
Submitted by: Chris Todd <chris@christophertodd.com>
Reinstated alphabetical ordering of optional tasks, this makes the
change look bigger than it is.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268275 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7846d336a3
Tell the user that <property resource="..."> failed - if it fails.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268274 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
d84be2cd63
Started move to being able to gracefully use jars in CVS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268273 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
41598995d0
Documentation for Ant <-> VA for Java integration.
Submitted by: Siberski, Wolf <Wolf.Siberski@tui.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268272 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e9d4151572
Documentation for the telnet task.
Submitted by: Scott Carlson <ScottCarlson@email.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268271 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
968806bcc6
Documentation for the new <rmic> attributes.
Submitted by: John Moore <JohnMoore@PDSI-Software.COM>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268270 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c8ec94305b
Added a nested <mapper> element to <uptodate>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268269 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
501afc7e20
Get rid of javadoc warning.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268268 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
758b225e9a
Various changes to <rmic>.
* uses home brewed FileNameMapper that will do verifications as well.
* improved logging - includes redirecting the rmic output.
* It won't try to compare the timestamp of the file to compile with
some corresponding _Skel file anymore if stub version is 1.2. This bug
resulted in all files being rmic'd on every pass - reported by Elardus
Viljoen <elv@ucs.co.za> on ant-user.
* Doesn't require you build directory to be in the CLASSPATH to use
the verify feature anymore. This has been reported by somebody, but
I've forgotten the name, sorry.
* Improved some setter methods to accept File arguments and use
Commandline instead of a String[] of precalculated size.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268267 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4a99751448
Take into account that lastModified times are rounded up to the next
two second interval by Windows.
Submitted by: Roger Vaughn <rogervaughn@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268266 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0fdd59711a
Forgot to adapt bootstrap.bat.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268265 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4c5c8d89be
Moved the instantiation of the RE matcher to a factory. Users can now
choose an implementation of there own by setting a system property.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268264 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
29378f767f
Only set the project name if it has one (the name attribute of
<project> has been set).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268263 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a13422639a
Added IIOP and IDL options to <rmic>
Submitted by: John Moore <JohnMoore@PDSI-Software.COM>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268262 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c00c7d906
New task <javah>.
Submitted by: Richard Beton <richard.beton@roke.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268261 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d94746b83a
forgot to add the new files with my last commit (new perfoce tasks).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268260 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2884faae89
New Perforce tasks.
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268259 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c8b92216b3
Implementation of the regexp interface for Jakarta-ORO.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268258 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e4f0795f1f
New Mapper type for regular expression replacements. Currently only
jakarta-regexp is supported, at least an ORO implementation will follow.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268257 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
06c94f2108
New attribute "autoresponse" for <vssget>.
Submitted by: Alan Zall <alan@inskey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268256 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4fefc6bcdd
Make <jar> fail early if a specified manifest file doesn't exist.
Submitted by: Erik Meade <emeade@geekfarm.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268255 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fb18e7aee4
Enable <vssget> to use arguments that contain spaces.
Submitted by: Matthew Geis <matthew.geis@instill.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268254 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c1080f1b8a
Update of the .NET tasks.
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268253 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
41c047f603
Changed AntEditor.getAppContext() to getContext() to be consistent
with other classes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268252 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
aefb450f22
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268251 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
7985540fd6
Regular update.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268250 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
4e604b2533
New "new" icons
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268249 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
22108fb036
Added method to provide access to a Target's tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268248 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
04cf5e0186
Opened up access to the topological sort code so a list targets that
must be called to fulfill a specific target can be determined.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268247 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
11d0ab8dca
Updated documentation for "ant.project.name"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268246 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
4ef711b651
Changed "project.name" to "ant.project.name"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268245 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
54bed77e3a
Patched so that project name is available via the property "project.name"
Submitted By: Weiqi Gao <weiqigao@networkusa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268244 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
aa948ee36a
Stop ignoring lib directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268243 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
f8a30114bd
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)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268242 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
83beefe9cf
Always more to do...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268241 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8ff35a2d7d
Added simplistic, non-editable version of context fontification in Console.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268240 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
aa078695e8
More rework on the command abstraction code.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268239 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
558d9767bd
Changed display name determination.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268238 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
6b5745a21d
Used some elisp magic to remove those tabs and replace with spaces.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268237 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
e69774d42d
Added extra exclusion for pif file that is needed on some stupid win32 platforms
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268236 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
e05b233530
Allow per-project properties file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268235 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
0a79e33439
Updated WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268234 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
c9928eaad1
Removed Project.toBoolean method where appropriate and removed a number of tabs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268233 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8785091ee1
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268232 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
18b63a1b1a
Committed an optional test task based on testlet framework
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268231 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
af624f9bce
Moved Stylebook to optional tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268230 13f79535-47bb-0310-9956-ffa450edef68
25 years ago