Conor MacNeill
1bb12ce220
placeholder so directory is present in build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271135 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
786e2e2e1c
Prefix attirubte for tar task
PR: 6054
Submitted by: mail@stefanheimann.net (Stefan Heimann)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271134 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
390132ed55
Add a getResource method. I would rather prefer to
load resource this way than assuming the JVM is the
root directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271133 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
777b00eee6
Fix HTML title to be more useful for indexing.
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271132 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e967d77e02
Fix HTML title to be more useful for indexing.
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271131 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
be89ba348b
Fixing #$!@ Copyright issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271130 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
dc9feca6e3
Misspelt words corrected.
PR: 6203
Submitted by: cyrille_list@ingenosya.com (Cyrille Morvan)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271129 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
6fd8df2dc2
Make XMLFormatter working.
It is assumed that all results are sent sequentially
so that we can figure to what testsuite belong a test.
TestCase.toString() might be misleading since we cannot
guarantee the format. I need to do it myself in
the runner.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271128 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b5388a1350
Temporary update to use the same style as log.xsl which is closer to
the Jakarta style. Those are the stylesheets used to generate reports for audit, metrics, coverage
recently sent to ant-dev
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271127 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
9b1632dc47
Copyright fix; minor message corrections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271126 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
283bade37c
- Fixed elements to make sure that we have configured elements
in the accessors.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271125 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
c2b10718db
- Refactored the Server and TestRunner to deal with events.
- Added TestSummary (TestResult was better but is conflicting with JUnit)
which sole purpose is to provide a helpful summary of the sequence
to listeners.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271124 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b07408a415
Fix formatters by cleaning up some logic.
Events will now send a summary for each end of sequence.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271123 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
4bd65dfb59
Implement get all properties
Don't try to build non-existent IO library (Sorry Gump)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271122 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
628681c0ca
Make accessor method public (UGLY HACK WARNING!) for time being until tasks are more fully migrated
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271121 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
04d2203de8
zap whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271120 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
f20fc56a10
Add a constructor to Execute2 that takes the ExecManager service
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271119 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
fff434e903
Clean up of some of the javadoc and style issues in the depend code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271118 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
f9e2c884ba
handy helpful tips for users, along with a 'please leave us alone' plea
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271117 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8949b8d6fd
Add in some documentation stuff
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271116 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
27b4ff64f0
Move the delete, touch and mkdir tasks into antlib. CLean and refactor each task to make sure is closer to code-normalized. Also make sure all the messages are capable of being i18n'ed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271115 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2f882dd463
Inline some methods to reduce chance of conflicts with tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271114 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ed9fb8b039
Update test to correct bug introduced
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271113 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a359fcb334
Inline some method that were causing issues with some tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271112 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d79128e782
Convert to use immutable type
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271111 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a133994e0a
type -> role for attribute name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271110 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8ddcf3388a
Minor touchups
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271109 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0f4ea3d22b
Reworked TypeDef classes to work with immutable TypeDefinition objects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271108 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0e949f7027
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271107 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ccdeef5fa0
Merged GeneralTypeDefinition and TypeDefinition into one class.
Made all the TypeDefinition and ConverterTypeDefinition immutable objects as that eases evolution. See mailing list for more explanation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271106 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4c0dbfa05f
Inline getName() method as it was causing conflicts with some tasks.
SO instead of going getName() need to go getContext().getName()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271105 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d657bbd44f
Update build of selftest atl so that it uses the dummy roles file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271104 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ad3138e6a1
Include a dummy roles file for testing purposes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271103 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
010630d10d
Rename dist target to dist-lite and create a new target dist that also runs the tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271102 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
bbb41d5a55
Renamed abstract VFS tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271101 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
48de0c3b86
Websphere Support Documentation
Submitted by: "Holger Engels" <hengels@mercatis.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271100 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b429428ae6
Rename ComponentTestBase to AbstractComponentTest and make AbstractComponentTest abstract.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271099 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c692c966dc
Exclude abstract tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271098 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
26bfd9b1ec
The pattern definition **/._* has been added to the default excludes list.
PR: 5886
Requested by: gerti-apache@bitart.com (Gerd Knops)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271097 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
135b671dc7
* Changed typelib descriptor template, to generate definitions for
classes that implement DataType. Generates a <data-type> and
a <task> definition for each DataType.
* Include ant-roles.xml in generated typelibs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271096 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4ec167f897
Add in license for xdoclet stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271095 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
2705071ab4
Move DefaultFileSystemManager to impl package, to get rid of circular package dependency.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271094 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
782824df16
* Fix antlib.xml so that the descriptors end up in the typelibs.
* Generate descriptors into build/gen.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271093 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
25ee1c57c0
Fix NPE when Jar does not contain a typelib descriptor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271092 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
73b65edb32
Change <typedef> -> <type-def>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271091 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
541c011990
Add -id option
PR: 4572
Submitted by: Steven E. Newton (snewton@io.com )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271090 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5196e1b5fe
Use antlib (and thus xdoclet) to generate the ant librarys
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271089 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4b59ae3f6c
Add in a yucky template build file to help build the antlib files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271088 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
9d8b499b75
Update to latest task names as generated via xdoclet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271087 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
faefebd003
Remove descriptors that are no longer needed given the presence of xdoclet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271086 13f79535-47bb-0310-9956-ffa450edef68
24 years ago