Conor MacNeill
15e2ec5002
Spell Duncan's name correctly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269032 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c2e518039b
Mutant update.
Reorganization of classes to a fair extent
Introduction of a non-functional parallel task
Converted some data types over
Initial experiments with apsects used to store data type values
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269031 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a48208f6cf
<jboss> element for <ejbjar>
Submitted by: Paul Austin <paustin@viant.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269030 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
02f44cc23a
All the new things from recent patches
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269029 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
0b37668397
Update to SQL task documentation. General cleanup and documentation of
new delimiter option
Submitted by: Mike Williams <mikew@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269028 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c3633d1c5a
This patch enables a newly created Perforce label to be locked
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269027 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
52579e9682
Quote the -group parameter to Javadoc
Submitted by: Jay Glanville <dickon@nortelnetworks.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269026 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
cc695c5ea6
Minor typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269025 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
5c4140f469
Class.newInstance throws a NoSuchMethodError in JDK 1.1 if there is no
no-arg constructor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269024 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ecab5d3357
Make javadoc expand properties for the new nested elements.
Use this to make the year of the copyright message in Ant's javadoc
dynamic - nice demonstration of tstamp's format element at the same
time.
Inspired by: Jon Stevens <jon@latchkey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269023 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
64d3b161d2
Allow the SQL Delimiter to be set so that Oracle stored procs may be
entered.
Submitted by: Mike Williams <mikew@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269022 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a6c6685f62
Initialize classes which are loaded through a classloader. Note that the
approach here uses newInstance to achieve initialisation for JDK 1.1
compatability. Under JDK 1.2, both initialization and the classloader to
use can be specified to Class.forName();
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269021 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b5b31688e6
Add some nested elements to javadoc where it seemed to be useful.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269020 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
86bed70a9b
Improve error reporting in <xmlvalidate> and tell the XML where the
document is located.
Removed tabs, this makes this patch look a lot bigger than it is.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269019 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b150eb6362
Add getResource() implementation to AntClassLoader
PR: 749
Submitted by: mlauer-ssci@lauer-edv.com <mlauer-ssci@lauer-edv.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269018 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a88cd5374f
My proposal for Ant2 - Mutant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1f0c45897d
sync classpath creation between Unix and Windows version.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b8f7af8729
Made scripts a little more consistent, they should now work with IBM's
JDK on AIX out of the box.
Ant will now prepend CLASSPATH to the jars in ANT_HOME/lib like it
always did for Windows - if this is not the correct order, change it
here and in the batch file. We need to be consistent.
Make sure :: doesn't slip into the CLASSPATH when adding the library
jars.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269015 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9f4642716c
Assorted patches:
(1) make Ant JDK 1.4 aware
(2) improved <style> debugging
(3) bring DesirableFilter in line with defualt excludes
(4) use correct URL syntax in <get>'s unit test
(5) improve JavaDoc comments in Path.java
(6) description for test target in Ant's build file
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269014 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Scott Stevens
af81133ecc
this makes ant work with jikes on OSX
i also generalized the case statement for figuring out the OS type
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269013 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
2fb97663f2
Add in the addFailure method for later versions of JUnit
copied from PlainFormatter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269012 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3ae40fb067
Add a new formatter "brief" for <junit>
PR: 1175
Submitted by: Robert Watkins <robert.watkins@qsipayments.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269011 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
6433910ca9
recored the results fot last voting round
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269010 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f76dfe4521
capture System.out and System.err while running the junit tests.
Submitted by: Gerrit Riessen <Gerrit.Riessen@web.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269009 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2ef8728043
Make DirectoryScanner's error message a bit more useful.
PR: 1234
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269008 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
314bc565b8
Make tarfilesets work.
PR: 1543
Submitted by: Steve.Langley@ebay.sun.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269007 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
91305712a1
fix wording of fileset example.
PR: 1239
Submitted by: Daniel.Barclay@digitalfocus.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269006 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f8f5fb01a4
Make <replace> work for multibyte character sets.
PR: 1208
Submitted by: AKIMOTO, Hiroki <akky@bigfoot.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269005 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4b56e099f2
Make sure, we don't add "" to the archive - zip has gotten the same
special treatment a few weeks ago.
PR: 1607
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269004 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cc8afe2788
Pass -noexit flag to weblogic.rmic
PR: 1333
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269003 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
770b1dd275
Make <copy> throw an exception if the file to copy doesn't exist.
PR: 1547
Submitted by: Alan Gates <alang@radik.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269002 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e412f31526
fix testcase 13 for available.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269001 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0254e32e7f
Moved stuff that I called SEMI-REJECTED in
<http://marc.theaimsgroup.com/?l=ant-dev&m=98800940615921&w=2 > to
ACCEPTED state (will back out, if somebody complains).
Fixed capitalization of Glenn's name.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269000 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f16ef21441
Added links to Steve Loughran's articles in Ant's docs dir.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268999 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
95ee5d6eeb
Add blurb about new "type" attr for <available> (meant to bundle this in
with the rest of the files for the change -- rats!)
PR:
Obtained from:
Submitted by:
Reviewed by:
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268998 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
b482bf23bd
Backed out previous change that added a "dir" attribute, as this caused
backwards-compatibility issues. Added a "type" attribute instead, which
works with the "file" attribute to specify either a file or a directory.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268997 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
a570213ccf
Removed an invalid assumption regarding the replacement of already
checked-out files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268996 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
6424badf13
Capitalised "Perforce", cleaned up some typos, amended authors names.
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268995 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
354afc93bd
Created a resource page at the website, updated links to FAQ.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268994 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
ab5f1efaf3
- Added new tests for the dir-attribute
- Adjusted expected result for test13 - empty string is not a file
- Corrected all the tests - seems I have got the arguments in the wrong
order on first submission :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268993 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
a04e11dde3
The file was not correctly closed after validating it's contents, so the tests
failed on Windows.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268992 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
981af7b3bc
Added some comments, so one knows which entry in the buildfile belongs
to which test-method.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268991 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a80cf0dfec
iplanet-ejbc task for EJB stubs and skeletons for the iPlanet
Application Server 6.0
Nested element to support iPlanet in ejbjar task
Submitted by: Greg Nelson <greg@netscape.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268990 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
7624036cc0
Rolling back whitespace changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268989 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c1de5c6918
Repair install target and correct mionor typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268988 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
d6a12245ee
Make "file" attribute only check for a file; add "dir" attribute for checking
for a directory; update doc.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268987 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
5c8dbd2dd3
Added new tasks vsscheckin and vsscheckout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268986 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
533acc4e30
- Merged VSS-Documentation into one file
- Added documentation for vsscheckin and vsscheckout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268985 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
219dfb778f
Support Checkin- and Checkout-Commands of Microsoft Visual SourceSafe.
Submitted by: mpoeschl@marmot.at <mpoeschl@marmot.at>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268984 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
d939c519a1
vsslabel now allows to specify a comment for the label.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268983 13f79535-47bb-0310-9956-ffa450edef68
24 years ago