Steve Loughran
eb4cd91270
Note current state of extension case.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278292 13f79535-47bb-0310-9956-ffa450edef68
2005-05-18 20:47:13 +00:00
Steve Loughran
480363a8ca
typefound logic.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278269 13f79535-47bb-0310-9956-ffa450edef68
2005-05-16 14:57:09 +00:00
Matthew Jason Benson
c21529a534
Correct granularity attribute from 1.6 to 1.6.2
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278247 13f79535-47bb-0310-9956-ffa450edef68
2005-05-11 19:03:45 +00:00
Steve Loughran
4439a0410e
removes fork option from Apt, in code, in docs.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278229 13f79535-47bb-0310-9956-ffa450edef68
2005-05-04 19:04:59 +00:00
Matthew Jason Benson
050227e325
Added closing " to last example.
...
PR: 34706
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278208 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 14:49:34 +00:00
Jesse N. Glick
65fcd362e5
Oops, correcting stupid mistake - had listed 'executable' attr to <javadoc> as part of the <tag> nested element
...
by accident. Unfortunately got into 1.6.3.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278202 13f79535-47bb-0310-9956-ffa450edef68
2005-04-29 21:18:37 +00:00
Jesse N. Glick
2a0bbc499f
Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
...
formatted plain HTML, much less XHTML.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68
2005-04-29 18:58:16 +00:00
Matthew Jason Benson
64798621cd
duh
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278165 13f79535-47bb-0310-9956-ffa450edef68
2005-04-22 16:35:22 +00:00
Peter Reilly
738352473a
typeo
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278162 13f79535-47bb-0310-9956-ffa450edef68
2005-04-21 09:52:05 +00:00
Peter Reilly
eaef2bfdbe
add backtrace attribute to <macrodef>
...
PR: 27219
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278161 13f79535-47bb-0310-9956-ffa450edef68
2005-04-21 09:49:55 +00:00
Steve Loughran
08406b67b5
mark a task use as <code>, wrap some lines.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278160 13f79535-47bb-0310-9956-ffa450edef68
2005-04-20 20:26:00 +00:00
Steve Loughran
fc605cd185
nt->winnt
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278157 13f79535-47bb-0310-9956-ffa450edef68
2005-04-20 18:18:00 +00:00
Steve Loughran
370ac32906
Now for the fun. Exec adds an osfamily attribute, so you can restrict execution to a platform such as nt, or unix. This propagates to execon, so into chmod, attrib, etc. We could therefore adapt them use osfamily as their way of being unix or windows only.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278155 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 22:28:22 +00:00
Steve Loughran
9d42c87a1a
Os gets
...
-specific test for nt based systems
-refactored (less recursive) OS analysis
-constant strings for every family
Patched into chmod.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278154 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 22:23:39 +00:00
Jesse N. Glick
00ef05647f
Noting a difference between <property file="..."/> and <loadproperties srcfile="..."/>.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278149 13f79535-47bb-0310-9956-ffa450edef68
2005-04-19 19:21:10 +00:00
Steve Loughran
624de01496
close a <tt>
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278134 13f79535-47bb-0310-9956-ffa450edef68
2005-04-12 20:57:02 +00:00
Matthew Jason Benson
6bd9a3ed78
Remove "strip-duplicates" behavior from; add condition behavior to, Length task.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278120 13f79535-47bb-0310-9956-ffa450edef68
2005-04-07 22:22:26 +00:00
Matthew Jason Benson
85cb24b8eb
Remove stray semicolon.
...
PR: 34356
Submitted by: Jim Fuller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278116 13f79535-47bb-0310-9956-ffa450edef68
2005-04-07 19:40:17 +00:00
Jesse N. Glick
debc4cf475
s/occured/occurred/g wherever possible - unfortunately we included the spelling error in several public method
...
signatures. Just like java.lang.Cloneable. :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278092 13f79535-47bb-0310-9956-ffa450edef68
2005-03-30 17:08:27 +00:00
Jesse N. Glick
f6148a6bc3
Misc. cleanups relating to #30606 .
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278090 13f79535-47bb-0310-9956-ffa450edef68
2005-03-30 16:59:26 +00:00
Jesse N. Glick
3d67036913
#30606 : add 'executable' attr to <javadoc>.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278069 13f79535-47bb-0310-9956-ffa450edef68
2005-03-29 18:23:47 +00:00
Jesse N. Glick
8a86b8228f
#25832 : deprecating the task names <WsdlToDotnet> and <style>.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278068 13f79535-47bb-0310-9956-ffa450edef68
2005-03-28 23:22:12 +00:00
Steve Loughran
25e6c497c3
system properties are in <signjar>, so you can (manually) propagate proxy settings. Updated docs and examples.
...
Patched Environment.java for raw access to the variables, rather than just a string array.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278059 13f79535-47bb-0310-9956-ffa450edef68
2005-03-24 15:01:30 +00:00
Matthew Jason Benson
e3f37b8889
Remove bad slashes in final example.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278054 13f79535-47bb-0310-9956-ffa450edef68
2005-03-23 18:48:59 +00:00
Steve Loughran
b41196e3ea
-TSA support, bug 32390
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278050 13f79535-47bb-0310-9956-ffa450edef68
2005-03-23 15:06:48 +00:00
Steve Loughran
abf8e1ecce
-tests for old and new signjar features written; working
...
-signjar test patched for offline testing
-fixed SignJar to pass the tests
-doc updates to match tested code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278049 13f79535-47bb-0310-9956-ffa450edef68
2005-03-23 14:09:06 +00:00
Steve Loughran
13b80c088a
updated docs. left mapper commented out until tests show that it exists :)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278046 13f79535-47bb-0310-9956-ffa450edef68
2005-03-22 17:36:58 +00:00
Stefan Bodewig
92410b9065
Hint at maxparallel attribute, PR 34119
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278041 13f79535-47bb-0310-9956-ffa450edef68
2005-03-22 11:11:48 +00:00
Peter Reilly
8facf5e78b
some entity escaping
...
Obtained from: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278015 13f79535-47bb-0310-9956-ffa450edef68
2005-03-18 09:57:28 +00:00
Stefan Bodewig
c7dfaa577b
Modernize Jikes (unconditionally) - PR 25868 and 26404
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278007 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 09:59:36 +00:00
Stefan Bodewig
03c6952a50
Optionally create javadocs for packages that only contain a
...
package.html file.
PR: 25339
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278005 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 09:34:02 +00:00
Stefan Bodewig
8f927b8ff5
Optionally resolve the link attribute.
...
PR: 24364
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278003 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 09:06:22 +00:00
Jesse N. Glick
2bde11ddeb
Backdating "since" notices for #24918 (console input for <java fork="true">): 1.7 -> 1.6.3.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277998 13f79535-47bb-0310-9956-ffa450edef68
2005-03-16 16:56:03 +00:00
Steve Loughran
12846e844f
Good links dont move.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277994 13f79535-47bb-0310-9956-ffa450edef68
2005-03-15 23:18:43 +00:00
Stefan Bodewig
6245e1c47c
stronger warning
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277988 13f79535-47bb-0310-9956-ffa450edef68
2005-03-15 16:12:44 +00:00
Stefan Bodewig
c358f376cc
Document <sync> behavior, PR 28757
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277979 13f79535-47bb-0310-9956-ffa450edef68
2005-03-15 15:07:15 +00:00
Jacobus Martinus Kruithof
6df0d9abe2
PR: 33361
...
In ant 1.7 the security manager will, unless explicitly created to allow
System.exit veto a System.exit. This allows ant to continue its run when
a java program started via the java tasks in nonforked mode without
failonerror set calls System.exit. For java tasks in forked mode nothing
changes. For java tasks with failonerror set this was already the existing
behaviour.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277964 13f79535-47bb-0310-9956-ffa450edef68
2005-03-14 20:09:54 +00:00
Stefan Bodewig
00eb48bddc
.cvspass doesn't work with CVSNT
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277932 13f79535-47bb-0310-9956-ffa450edef68
2005-03-14 11:06:26 +00:00
Stefan Bodewig
3cdc6a2b69
Document sync's preserveintarget, PR: 21832
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277921 13f79535-47bb-0310-9956-ffa450edef68
2005-03-14 09:33:30 +00:00
Steve Loughran
80593698b1
Moving isreachable to reflect on the new method. On java <=1.4; if the hostname can be resolved then we are reachable.
...
All tests run against localhost. This *should* work everywhere, but no doubt someone with a confused /etc/hosts or no IPv4 stack will have different opinions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277887 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 23:20:04 +00:00
Steve Loughran
f1414a37f2
documented, and renamed the test to isreachable, because there may be more than just ping going on here (it goes through our firewall where http doesnt)
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277874 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 14:09:39 +00:00
Peter Reilly
8bb8dce32c
stray blockquote
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277873 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 13:09:25 +00:00
Peter Reilly
ebd1d6e28d
some fixes to align examples
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277869 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 13:01:55 +00:00
Peter Reilly
b4bede10d5
opps fix last fix
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277855 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 17:26:03 +00:00
Peter Reilly
34c0f9970a
minor fixes for examples
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277853 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 17:15:19 +00:00
Peter Reilly
a8c6fe2bd6
minor fixes to examples
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277850 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 11:30:12 +00:00
Peter Reilly
a1a8c3c21c
place examples in <blockquote> blocks
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277837 13f79535-47bb-0310-9956-ffa450edef68
2005-03-08 18:17:40 +00:00
Peter Reilly
5e121baa8c
typo
...
Obtained from: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277833 13f79535-47bb-0310-9956-ffa450edef68
2005-03-08 12:25:44 +00:00
Peter Reilly
f62a1b10b7
add reference to stylesheet for CoreTasks
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277821 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 18:09:10 +00:00
Steve Loughran
9363746565
Doc update.
...
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277812 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 15:17:48 +00:00