Peter Donald
53ee29f4df
Added in sketch of new item set type approach which is generalisation of current system.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268706 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
5e33dfd5be
Changed sample file extentnion to .ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268705 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
0352bcd522
Changed default file extentnion to .ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268704 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
a00fa243be
Rearranged packages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268703 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
a6bebc97c6
Added Christoph Wilhelms' "depends" property editor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268700 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a6e0d48578
Increase timeout in ExecuteWatchdog test to improve its chance to
pass. The race condition is still there, this only masks the problem
that a Thread that sleeps for TIME_OUT/2 might not terminate within
TIME_OUT.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268698 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
834eb88d8c
Dump configuration information along with test output.
Based on a suggestion from Stephane Bailliez.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268696 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
45524b0010
Disabled the testcases which really try to access a webserver. Not everyone
has one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268695 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
7435b27b91
Merge 1.3 branch changes into MAIN
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268691 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
b5ad58c4d7
orphaned change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268677 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
41f7afa119
Merge in my patches from the 1.3 branch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268676 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
2cd09f2f16
Added a note about how to use the srcdir-attribute (not include packages there)
because this seems to become a very frequently asked question.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268663 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
1b319147f9
Initial blurb on Antidote.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268659 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
2479bd9a12
Merge back Tar changes so they can be tested with Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268655 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5337488612
Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
867ec77b0d
Add a warn on longfile mode
----------------------------------------------------------------------
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268627 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
ed654080ab
Just changed some parameters to conform to ant standard
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268623 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
83113cb68c
Applied Chris Wilhelm's change to provide a clear log button, and not
to clear the log by default. Also added date to the start and end
build messages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268618 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
db81fa173d
Applied patch from Deryk Sinotte that fixes problem with discontiguous
selections of multiple targets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268615 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
1b37338ca6
Removed awk script now that src copy does not occur.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268608 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
22fc4ce3cb
Rearranged convert package with separation of client-engine code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268607 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
1b263172ed
Updated to reflect new package hierarchy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268606 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
a7cc56a8bd
Removed old tasks and moved them into module hierarchy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268605 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
9743220594
Updated to reflect new packaging
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268604 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
2ca4d55559
Moved DataType engine components to tasklet hierarchy as it can not exist independenct of tasklets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268603 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
7e7539a4f6
Moved DataType to tasklet hierarchy as it can not exist independenct of tasklets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268602 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
08cddc0345
Module for basic functionality useful in almost all domains
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268601 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
7ea0a0df8f
Package used to hold test cases for features of task engine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268600 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
d7b7bcc567
Basic module that contains task essential to operation/bootstrapping of myrmidon/ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268599 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
ba3ce635bf
Removed datatype package as it doesn't make sense for it to exist independent of tasklet hierarchy.
Moved Pattern to modules hierarchy while others moved to tasklet hierarchy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268598 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
620262fb99
Removed old converter hierarchy in favour of integrating it into same hierarchy as .tsks are built from.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268597 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
00174f8f04
Add in Log4J
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268592 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
aca6afe8c6
Update webpage - thanks Nico.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268591 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
cc426d1fcc
Since velocity.properties has a hardcoded path to ../../jakarta-site2 why not
include all the jars jakarta-site2 provides, so that AnakiaTask should always be
available?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268590 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
86df0b44ab
Pointers to other jakarta-projects are correct now and the other projects are
now named "Other Projects" instead of "SubProjects"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268589 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
0d651e6ce9
MAIN is now 1.4 alpha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268588 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
dc7dd4ad84
Update version for 1.3 beta 1 build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268585 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
9b888af8aa
Initial attempt at an Anakia based webpage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268584 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
614d36db8a
Fix up the location where the toplink element looks for descriptors.
Thanks to much persistence by Cyril Bouteille <CyrilBouteille@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268583 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a04d664714
Make antlr test file a little better, but it still fails to pass its
junit tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268582 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
3c6126f29b
Add nested filesets to tar through which file permissions can be set.
This is done through an octal mode attribute. The groupname and username
may also be set. See build.xml for an example usage.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268581 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
5c1e42a954
Added debug-attribute to rmic (Bug #224 )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268580 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a1edb69c09
Unix was alread correct.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268579 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
eac9c2d1b2
Copy - which is to save compiling files which have already been compiled
now goes to the right place.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268578 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
784d54ca48
Enhancements to SoundTask to allow a directory to be specified from which
a random sound will be chosen.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268577 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
ba37bf7991
enhancement to the optional task PropertyFile.
Operations can now be applied to all types. The now and never operations
have become values for the = operation.
Submitted by: Thomas Christen <chr@active.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268576 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
334ac128fe
Changes to wlstop and wlrun to work with weblogic 6.0
Use under 5.1 is unchanged. Under WL6.0, a number of new attributes
must be provided. An example of use under WL6.0 is
<target name="petstore">
<wlrun taskname="petstore"
classpath="${weblogic.classes}"
name="petstoreServer"
domain="petstore"
home="${weblogic.home}"
password="petstorePassword"
beahome="${bea.home}"/>
</target>
Thanks to Andrew Sliwkowski and Peter Cardimino of BEA for clarifying how
to get this to run under WL6.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268575 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
247d843943
Try to maintain the current compression setting rather than just avoiding
compression, since Weblogic 6.0 generates compressed jars whereas 5.1
generates uncompressed jars
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268574 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
559fe1af18
Fixes to AntClassLoader.
Changes AntClassLoader so it does not use the primordial class
loader for system classes. This is needed when the classloader itself was not
loaded with the primordial loader.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268573 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
7d7fc053b7
Documented if and unless attributes of the nested include and exclude
elements of PatternSet.
Reported by Peter Donald (from the openejb-dev-list)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268572 13f79535-47bb-0310-9956-ffa450edef68
25 years ago