Stefan Bodewig
7b485798bb
revert <style> to old behavior - make its style attribute interpreted
as relative to the basdir attribute. Make sure it works when handed an
absolute path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268820 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0c0cce9b34
Added disclaimer. Added Anakia. Added contact information.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268819 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7ccd42b3ec
request by Scott Sanders <satan@totalsync.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268818 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6786b60dc3
requests by Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268817 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
89c8921b22
Incorporated a few more points. More coming soon...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268816 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
571c177da2
Change Chmod task so that the usage
<chmod dir="${build.dir}" perm="ug+rwx"/>
works. This was being used in the Alexandria project and seems
reasonable usage but was not in fact supported.
Catching this usage is somewhat messy however.
I factored out the code for executing the command into a final method
runExecute so that I could invoke it from chmod. This means ExecTask has
runExec and runExecute which may be confusing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268815 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8d904286f0
Updated
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268814 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
2d4bfedfb6
Committed Nick Davis' patch to add action toggleability.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268813 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
37b3d25cc8
requests from Oliver Wieland <oliver.wieland@innoq.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268812 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
25ad85c0cb
Admit that the patch to <style> breaks backwards compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268811 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9783e6c8cc
Make Ant deal with non-String elements stored in system properties.
PR: 904
Submitted by: peter.holzwarth@io-software.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268810 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c7334ca8a
forgot to add the list itself.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268809 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9c7871e718
Start a simple listing of all external resources for Ant that we are
aware of.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268808 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
dbebd7ff8b
Make delete quiet when trying to delete non-existent files. The message
is now logged with verbose mode.
Reported by: Jon Stevens <jon@latchkey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268807 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2bc52047f2
Make <style> resolve the stylesheet file name the same way as all
other tasks do.
Try #2 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268806 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
dab0e37234
Make <antcall> and <ant> more Script-friendly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268805 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
806fc38b4d
request by Paul Hammant <paul_hammant@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268804 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d2440f4240
request from Stuart Halloway <stu@develop.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268803 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
96e0995d5a
requests by Chris Todd <chris.todd@home.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268802 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
28df4c5893
Some more distant memories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268801 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
216f279d65
Added requests by Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268800 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
2870e59a51
Backing out change...
----------------------------------------------------------------------
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268799 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a3db26c765
removed redundant condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268798 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ed5b426eab
javac has been fixed for 1.1.
Save, then commit, tss.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268797 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
753b60552e
Make sure bootclasspath and extdirs attribute of <javac> get special
treatment if running JDK 1.1.
PR: 841
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268796 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0cb9c2b221
Added request by Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268795 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3ef676d751
Documented default excluded of <vajexport>. Removed stray CRs.
Submitted by: David Rees <d.rees.l@usa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268794 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a7df8b599f
cloudy with some hard rain from time to time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268793 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
aed3a871a6
remove CRs from ant and antRun scripts in the dist targets.
PR: 837
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268792 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c0b93ef1e
Make <style> resolve stylesheet filename as relative to the projects
base directory.
PR: 603
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268791 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f0058821de
Added requests from bugzilla.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268790 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4888955d63
Added requests by Jay Glanville <dickon@nortelnetworks.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268789 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1ee01780c4
clarify the term filterset
Suggested by: Barrie Treloar <Barrie.Treloar@camtech.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268788 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1c11031843
update list of fixed bugs in <antstructure>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268787 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4053c68fd7
Make antstructure ommit tasks it cannot load properly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268786 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e65f093c8c
Make <antstructure> deal with EnumeratedAttribute attributes whose
values don't match the NMTOKEN production.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268785 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1dbdb41c51
record what I've been doing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268784 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3f45fc1d3e
Make the whenempty attribute of zip use an EnumeratedAttribute - alows
the DTD to be stricter.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268783 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
bb97500b49
Make sure javah's outputFile attribute will be resolved correctly.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268782 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4c9deafd61
Replace some entity references to – with a simple (and more
portable) dash.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268781 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b0edc6575b
Fix bug in P4 tasks when port, user or client have not been specified.
Submitted by: Byrne Reese <breese@grandcentral.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268780 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
2136cff173
Added property missed in last patch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268779 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
635c56e2db
Make testcases independent of current working directory - add one for <copy>.
Submitted by: David Rees <d.rees.l@usa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268778 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b30d297b23
Workaround for a bug in Kaffee.
Submitted by: Takashi Okamoto <toraneko@kun.ne.jp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268777 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
377649c832
Another small fix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268776 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a2a085781c
Fix a few links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268775 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
288cc49962
Add Ant News page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268774 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
731144880d
Don't hardcode junit.jar - it is not included in the source distribution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268773 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
832fe98aea
Make sure zip files, that <zip> is reading from, will be closed.
Submitted by: David Rees <d.rees.l@usa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268772 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
be3dc4f25a
Add a pointer to the requirements document to the homepage.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268771 13f79535-47bb-0310-9956-ffa450edef68
25 years ago