Conor MacNeill
e0ebd27163
New area in WHATSNEW for new changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269535 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
796db3811a
Main branch is now open for commits for 1.5alpha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269532 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b8d229b18c
Description of sequential task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269530 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
12fb88e093
Description of parallel task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269529 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2fb9b9ca21
Documentation for <condition>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269528 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
23b43fc4b8
Exclude files were not working
PR: 3050
Submitted by: tpv@spamcop.net (Tim Vernum)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269527 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
656070c3d5
Cygwin support in bootstrap.sh
PR: 3014
Submitted by: tpv@spamcop.net (Tim Vernum)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269526 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8730c548ee
Must be in CoreTypes..not CoreTasks.
This is really not a good day....
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269525 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
72be7d7f00
Convenient description task that allows a multiple line description of a buildfile
with a <description> element.
Submitted by Craeg K. Strong <cstrong@arielpartners.com>
Not committed in the first shot..er..forgot to add them.
Thank to Craeg for paying attention.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269524 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
48428f7b4c
Convenient description task that allows a multiple line description of a buildfile
with a <description> elment.
Submitted by Craeg K. Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269523 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
25484253db
Move resolveFile methods to FileUtils, add a normalize method there.
Make sure Ant normalizes whatever it takes as its basedir - since
we've dropped canonicalPath
ant -f foo.xml
and
ant -f ./foo.xml
would have given different results (the . needed to be stripped).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269522 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
bdd7cc0e97
New Threadsafe (needs more testing) version of the XMLLogger. Used the
concept of a TimedElement from Thomas' patch but not the rest of it
since I didn't want to modify other components. Tracks what happens
on each thread.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269521 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0ea3777ec4
Set the executable.
Submitted by: Brian Deitte <bdeitte@macromedia.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269520 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
c8691cff5b
Clarify what happens in an antcall and why some targets are
evaluated twice
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269519 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
66810782a6
Does this pass on Windows?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269518 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
616dd57d1a
Fixes to the borland ejbjar component to get it to handle non-windows
builds. Make work with ejb-naming schemes
Submitted by: Tom Palmer <tomp@uk.uu.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269517 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
2030358e5e
Ignore any classes from java. and javax hierarchies. This allows
classes such as java.math.BigDecimal to be used as keys.
I also turned the missing file exception into a warning. Who knows
maybe the app server can find it even if ejbjar can't.
Submitted by: Luis Miguel Hernanz <luish@germinus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269516 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8e8d51c354
Testcase for Project.resolveFile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269515 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cbbb182eae
testcase for FileUtils.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269514 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
3c3b2c3abc
Changed the systemid to have a valid one with file:/// rather than file:.
Some xalan code are doing some check on file:, file:/, file://, file:///, file:///
But I'd rather take file:/// which is normally the valid one.
Reported by Michael J. Hudson <mhudson@blueprinttech.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269513 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
6160d99047
newly generated file with the link to IDEA
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269512 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
fefc52e346
Added a link to this wonderful IDEA editor that has refactoring support and Ant integration.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269511 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0e9de74149
Added links to Metamata Audit/Metrics and JProbe Coverage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269510 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f33a70b7e5
Updated the documentation to reflect stylesheet changes and thus customization.
Also updated Xalan information with a direct link for Xalan 1.2.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269509 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
043682556b
Copy the 2 JUnit stylesheets to the xsl directory in the junit package so that they can be loaded as a resource.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269508 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f7ce826bb3
Get the stylesheets from the xsl package since there is one...
Stylesheets have to be copied to xsl directory after compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269507 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0c10f4889a
This is no more needed since it has been replace by xsl in src/etc:
junit-frames.xsl for framed reports.
junit-noframes.xsl for non-framed reports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269506 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
480e64cc18
property environment=.. failed under JDK 1.2 with a NPE because WinNTCommandLauncher.exec() got a null working directory and a null Project - reported by <Aimee.Ukasick@med.ge.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269505 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
ce8272e144
Huge summer cleanup to the code...
- takes advantage of Xalan redirect extension, therefore I don't need extra code to split the document several pieces and process them with different stylesheets.
- now using a strategy to determine a valid Xalan executor at runtime. It first check for Xalan2 then for Xalan1.
As a convenience the Xalan version is displayed in the output.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269504 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
37e1a66934
Stylesheet that will be used for non-framed report of JUnit.
It can still be useful for sending a short summary via mail.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269503 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
bb11efae4f
Latest Xalan2 has problems related to the format-number and decimal-format that are due to locale.
Scott Boag <scott_boag@lotus.com>, Gary Peskin <garyp@firstech.com> and David Marston <david_marston@lotus.com> are aware of this
but the problem is mostly due to specifications ambiguities with locale and default separators...
Just in case I'm redefining the separators used in format-number so that there will be no problems on non-us locale.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269502 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
db12ae554e
Allow cvs to prune webpage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269501 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
98d821a06f
Always going to happen when you generate into a source directory
isn't it - oh well :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269500 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
856dad96ac
Minor change so that doco link works when browsing locally
Don't include generated API in source distribution
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269499 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
8ade6db213
xdocs is now moved to top level
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269498 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
27ca344cfb
Add in images
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269497 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
15dd8a7949
build file for docs. Currently separate but can be integrated with
main build file later on
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269496 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3eb7289d0c
Docs are now generated into here
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269495 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
0c66c5a550
Move xdocs to top level
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269494 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
e6a50fe317
Handle situation where the descriptor is out of date with respect to the
EJB classes but the descriptor text has not changed.
Submitted by: Sean Bowman <SBowman@webb.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269493 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
4d2ea9df2b
fix typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269492 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
02779fb08e
Description of recent changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269491 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3572ac711f
If it is not a build exception best to get the full story
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269490 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
ca20f59a18
Defaultdist.dir property is no longer required
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269489 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aa4eb280ad
Ignore fork attribute if build.compiler doesn't point to a JDK javac.
Submitted by: Brian Deitte <bdeitte@macromedia.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269488 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9092eca069
Make sure system properties as accessible in subbuilds in the
inheritAll=false case as well.
Submitted by: Craeg K. Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269487 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ffc9cedabb
Make sure <move> doesn't try to move a file to itself
PR: 2515
Try the less costly File.rename before copying a file byte by byte.
PR: 2424
Submitted by: Magesh Umasankar <umagesh@rediffmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269486 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aa8f01df3c
update .NET tasks for the beta2 release
changes
-removed 'owner' attribute from ILASM (it just prints a warning and is
stripped from the docs)
-changed the referenced dlls to the beta-2 set
-added some options to csc:
fullpaths
win32res
noconfig
utf8output
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269485 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
deadaf0b01
fix typo
I must save the files before I commit, I must save the files before I
commit, I must save the files before I commit, I must save the files
before I commit, ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269484 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4ad42dc531
clarify tarfileset documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269483 13f79535-47bb-0310-9956-ffa450edef68
24 years ago