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
Stefan Bodewig
e7bcfc18b7
specify encoding for XmlLogger, handle TEXT Elements properly in
DOMElementWriter.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268982 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3957ddae25
Moved <pvcs> to a package of its own, added nested element to it to
handle multiple projects in one go.
Submitted by: Frank Wierzbicki <wierzbickif@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268981 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9cb6be8a82
add logging message to <copy>
Submitted by: Dennis Gregorovic <dennis@arsdigita.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268980 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f7fdd6f367
Make port and password file configurable in <cvs>.
Add new task to insert a password into the CVS password file (only
recommended for anonymous access to repositories).
Submitted by: Jeff Martin <jeff@custommonkey.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268979 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2720eb2095
remove the <question> element from generated HTML.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268978 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2820f0a231
BuildMonitor is a listener, not a logger.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268977 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a5094b960f
Added a couple of FAQs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268976 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
d09b8e3f4d
Added a note about how Ant (the javac task) finds the files that need
a rebuild.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268975 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
2130e96108
Bug# 1530
Missing default-value for failOnError-attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268974 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Scott Stevens
b7a45932bd
rebuilt the site with the latest project.xml cleanup fixes
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268973 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Scott Stevens
c2ebee2fe3
more project.xml cleanup
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268972 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Scott Stevens
c4646a69cc
for some reason, Ant isn't using the jakarta-site2 site.vsl file. so, this
change brings it in line with the current file.
cleaned up the project.xml file
rebuilt the site
worked around the issue in Velocity with parsing #$id
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268971 13f79535-47bb-0310-9956-ffa450edef68
24 years ago