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
Stefan Bodewig
0bcf1432f2
give a better name to FileUtil's factory method.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269482 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
3c2825538a
Explicitly compile the stuff that javac will pick up because of
dependencies anyway.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269481 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8bde1a4491
leave it to the imagination of the users what may happen if you
specify both, eol and cr.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269480 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
bdf4456a77
New task dependset
Submitted by: Craeg K. Strong <cstrong@arielpartners.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269479 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
21426bf475
Move FileUtils into util package.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269478 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b36f7bfbdf
Forgot to regenerate after fixing typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269477 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1a11e90cdb
Add a page to describe steps taken to resolve issues and how to submit
useful bug reports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269476 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9df10c6eb9
remove stray CRs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269475 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f5f32f163a
Make log messages from System.out calls, remove some code in execute
that was redundant, remove some tabs, add testcase that checks that
files don't get overwritten if they'd be identical to the new version.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269474 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
fa86f754a9
Roll back those changes - just seeing the difference between current ant
and site style sheets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269473 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1a9be7f6fb
Add test for Bootstrap failures
Simplify the build by using inheritAll="false"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269472 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
e2cf23ba9c
Provide access to old behaviour for those tasks that rely on it, such
as Anakia
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269471 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
5cf91961ce
Define backward compatability constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269470 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
446c76d833
Restore task logging and events
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269469 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
329021e4de
update documentation for <fixcrlf>
PR: 1053
Submitted by: Peter B. West <pbwest@powerup.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269468 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
00e45341a1
Add support for Symantec's javac.
Submitted by: Don Ferguson <don@bea.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269467 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
722f6306c7
Only print the final stack trace if in verbose or debug mode, otherwise
just print exception message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269466 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
0bf139178a
WLJSPC task documentation
Submitted by: Avik.Sengupta@Dresdner-Bank.com <Avik.Sengupta@Dresdner-Bank.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269465 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
bdb8014ea4
Bring back FixCRLF usage in build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269464 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
9091202b2a
Fix bootstrap problems. Two issues. Filtering was always been done
Antcall was broken since the ProjectComponent check is too agressive
Now only applies to data types. The Ant task is perhaps a little special
in that it returns a task for one of its nested elements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269463 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1f901a39e3
General cleanup of typos in <ejbjar> documentation and description
of which tools are now supported by the task
Submitted by: Greg Nelson <greg@netscape.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269462 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3558d52586
Docs fro jBoss element of <ejbjar>
Submitted by: Paul Austin <paustin@viant.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269461 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
18c950a6f6
Updated Filter task to use the new FilterSet in the Project fro global
filters
PR: 1545
Submitted by: Michael McCallum <gholam@xtra.co.nz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269460 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
fa21d1fe0c
Initial implementation of FilterSets. I've done some major surgery on the
patch from PR1545. There is also more to come.
PR: 1545
Submitted by: Michael McCallum <gholam@xtra.co.nz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269459 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
40a387aa61
Give data types some of the capabailities of Tasks, namely access
to the project object and the ability to log messages through that
project. The IntrospectionHelper cooperates to ensure DataTypes
created as nested elements are correctly setup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269458 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
057958d823
Fixed the stupid mistake I did when merging my last changes.
I mistakenly removed part of a previous patch. Shame on me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269457 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
55dcf2dee8
New task <condition>.
This is a first cut of the generalization of <available> and
<uptodate> that is on the list for Ant2. This task supports a single
condition and sets a property if it holds true - conditions can be
containers for other conditions in turn, giving it the opportunity to
support boolean logic.
Built in conditions as of now:
* <available> and <uptodate> (slightly modified the tasks to allow them to
be used as conditions)
* containers <and>, <or> and <not>
* New conditions <equals> (compares to Strings) and <os> which should
give easier access to os.name.
More extensive documentation to follow. Take a look at Ant's build
file, it uses the task to detect whether javamail is available now.
I had to perform some ugly tricks to make sure that project gets
passed to every object that will need it - this will be very different
in the future I hope.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269456 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
70b420621b
Pesky windows locking
Can't rename a file that is open or where the destination exists
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269455 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ac1664c3fd
Propagate errorproperty and failureproperty from BatchTest to all of
its elements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269454 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b162d6d5c4
Add fork attribute to <javac>.
PR: 383
Submitted by: Brian Deitte <bdeitte@macromedia.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269453 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
36f7c9bb7b
Some minor JDK 1.1 compatibility problems. MMetricsStreamHandler.java
still won't compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269452 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
1a93e607f2
Add a Log4j listener
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269451 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Costin Manolache
6ff47bd2ae
Rollback previous commit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269450 13f79535-47bb-0310-9956-ffa450edef68
24 years ago