Matthew Jason Benson
93c43205f6
polish
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671938 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
61cdb478bf
clarify in case people expect directories to be empty just because they don't contain any matched files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671415 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a7e2a93ee4
Remove synchronization around logging of messages in order to avoid potential deadlock - see PR 45194
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@669464 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
fa52b460c1
Add a magic property that lists the targets that have been specified in order to run the current project. Based on patch by Colm Smyth (just like rev663051 was). PR 44980
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@663061 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
792a2f16f0
Add a new property to hold the current project's default target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@663051 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
3ec2b738af
Some links to JavaDoc API (Doclet, Taglet)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@661239 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
30a591dfb1
Clearify the matching-rule
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@658558 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
b4769e1c2e
up the jdk version to 1.3, and add a note about ant's jdk requirements for older versions of ant (bugzilla 44610)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@640018 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
f715dc614a
error in example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@631563 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Kevin Jackson
5fbd70b8ae
-bugzilla #44198
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@629665 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
b4ba0ddba1
<style> is deprecated in favor of <xslt>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@620501 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
1017c8530e
tweak
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@617540 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
ad88bbb8e0
Examples for
* <union> <intersect> <difference>
* resource selectors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@617460 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
63c9a29e54
remove duped index attr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@614363 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
787e7cf941
mention toString:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@612409 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
0d89047e67
Found some information about <sound> in my local storage which should be in the manual.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@611103 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
e8339a4905
ups ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@605140 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
a261de08b4
<tar> examples:
- tar: tarfile is deprecated since 1.5
- gzip: zipfile is not deprecated, but use of common name
- fix attribute names (Bug 44082)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@605137 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
47de006e0b
Fix error in the examples.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@603477 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
9ffa86dfbd
Example as discussed on user@ant >>Select "marked" directories<<
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@600530 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
48fd705167
New attribute: <xmlproperty delimiter=""/>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@587855 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
4369f64826
FailureRecorder
* remove duplicate "no-op" statement (javadoc + code)
* use BuildListener for writing at the end of <junit> instead of overwriting the file all the time
* minor comment edit
* pass project reference to <junit> nested elements (eg listener)
* order methods by interfaces
* some log messages in the recorder
* can use Ant properties for setting the location
FormatterElement
* don't set the project reference if there is already one
build.xml
* use ant property instead of system property for configuring FailureRecorder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@587844 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
3d3f9f729e
SFOS-485 release build.xml isnt compatible with Ant1.7.0
http://jira.smartfrog.org/jira/browse/SFOS-485
-fixing the docs so nobody else uses commandResource prematurely.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@583818 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Stefan Bodewig
98a09b5d0e
linefeeds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@583730 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Bruce Atherton
14f014c867
added notes about subdirectories of the distribution directory, minor edits
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579318 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
b74c410de4
some notes about the file types of the distribution
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577183 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
9cd9731a62
Added a basic profiling logger.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576173 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Stefan Bodewig
1bc133e8e4
typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575659 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
f02f90064b
* Refactoring of FailureRecorder: use of a helper class instead of helper methods
* FailureRecorder creates better names in the generated testcase
* just put in into Ant 1.8.0
* sorting of the failed tests
* javadoc
* update the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574554 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
a5b10335fc
TempFile changes (ctd)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574363 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
7e05b3d981
pr33969: tempfile task / FileUtils.createTempFile now actually creates the file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574339 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
cf1d42faa6
version -> 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572392 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
709b55e997
Pr 43169 Ant home page displays in the current frame
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@571972 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
f14a2ef8c3
Improvement of handling mappers in the touch task. datetime and millis now take precedence over the timestamp on the original file. Bugzilla report 43235.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@571970 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
77068fb7e1
bugzilla 43040: incorrect information on when tasks get created
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568882 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
90134276aa
sp; elaboration
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568633 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
5ca20bd169
fix manual entry for erroronmissingdir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568518 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
eaa4b86d6b
Bugzilla 43114: package-info.java repeatedly compiled
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568503 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
b0bdced687
Bugzilla 11270: add errorOnMissingDir attribute to fileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568495 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
948962aa6c
stylebook has changed from cvs to svn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567759 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3d429117ab
'doc' for componentdef
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@564789 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
ab20b94177
Forgot to update the manual ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@563108 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
3fceba85a5
clarify jlink alternatives
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559549 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
b1eddca62b
<property> now supports xml-based property definition. Bug 42946.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559386 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
70378a6082
'another nested' unclear; sub. 'a nested'
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559078 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
b83cd5bb71
Bugzilla: 40776 work-around for javac generics bug
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@558058 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
a82bb7bf51
Simple Installation-Check.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557912 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
e7878d61dd
We always encourage not to have a CLASSPATH set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557907 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
05d6dded01
Spec breaks now can 'fail' the build or just be reported on 'warn' or verbose ('ignore') level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557270 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
154ef1be5c
Interim solution for "strict" attribute. Change to an enum in a few hours.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557229 13f79535-47bb-0310-9956-ffa450edef68
18 years ago