Stefan Bodewig
f2eb856ffd
Add support for filename-encodings other than UTF8 to <untar>.
PR: 10504
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274746 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
96a052eee6
bylaws.xml superceedes guidelines.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274745 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7208f99dfd
Strange whitespace changes after regenerating the site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274744 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ad9c15103d
Finish implementation of ZipFile, use it in Expand (AKA <unzip>).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274743 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ec5e77ad32
Initial support for reading of ZIP files - uncomplete as you cannot
get an InputStream to the ZipEntrys yet.
Will be needed to fix PR 10504 as well as to preserve permissions when
updating an archive (no PR yet).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274742 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
ac6abe080c
Cleanup resources too
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274741 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
581c1aa795
Remove "outside of target" as this restriction is not
the case for ant 1.6.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274740 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
72de95a697
Cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274739 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
0d890b4559
Docs changes
Addition of Bylaws to main site
Fix up tables on external page
Add Java Pro award news
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274738 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
453b98bd11
TranslateTest is now fixed, removing the exclude.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274737 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ea0ea86ba2
cancel previous change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274736 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ceece4c206
fix translate test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274735 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5fc7e5fb6c
exclude TranslateTest, does not work
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274734 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
60af10ce5b
Try quick fix to make tests pass
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274733 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
19ddd4efbd
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274732 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
e3994560a1
Clarify the BSF/Rhino problem
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274731 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
c1288a2b32
The translate task did not translate tokens that are placed too close together.
This change fixes this. Thanks Tom, sorry for the time it took to process your patch.
PR: 17297
Submitted by: Tom Eugelink (tom at tbee dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274730 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
4f13f33c39
Added the IContract.jar file in the installation dependencies.
Added recommended versions of bsf.jar and js.jar (Rhino)
coming from an email of Peter Reilly.
http://article.gmane.org/gmane.comp.jakarta.ant.user/13887
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274729 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ebe2b05bb3
Make FileUtilsTest pass under cygwin
I found doing this how to tell whether one is running under cygwin
if the first letter (drive letter) of System.getProperty("user.dir")
is lower case then one is under cygwin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274728 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
565519bda6
change access levels of methods to match new access levels in Definer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274727 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
4ffa9e1380
quick fix for Ant.java use of property in Ant#reinit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274726 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6d93fb1572
Add pointer to Speech4J
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274725 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
b36b67d9e2
New Launch facility. Separate jar now can be used to launch Ant which
takes over some of the functionality traditionally found in the Ant launch
scripts.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274724 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
9f6981d2a2
Get Project#getTaskDefinitions and Project#getDataTypeDefinitions
to emulate old behaviour
This fixs the <antstructure/> output.
Provide ComponentHelper#getAntTypeTable to provide the full table
Revert changes to ProjectTest
Update Typedef.java (forgot this in previous commit)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274723 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c858d88d08
opps - 2: set includedelims to the attribute in the C&P method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274722 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
6453ac69c1
opps: set includedelims to the attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274721 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
4ae9767592
Make filtersets preserve line endings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274720 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0f3d4a58ff
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274719 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8701272b24
Second patch from antlib update as described in
http://issues.apache.org/bugzilla/show_bug.cgi?id=19897
This patch
* unifies the type and task definitions into one table
* types and tasks are represented by a AntTypeDefinition object
* taskadapter has been generalized to a typeadapter
* <typedef/> has a number of new attributes:
- adapter
- adaptto
- onerror
* <taskdef/> html page updated to refer to <typedef/> page
PR: 19897
Submitted by: Peter Reilly
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274718 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
26f6bfe2be
Added ANTLR#setGlib(File)
Marked ANTLR#setGlib(String) as deprecated, and make it call
the new setGlib(File)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274717 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
84d3e4a158
All the tests in ANTLRTest.java involving a super-grammar file were failing on Windows.
This change fixes the problem.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274716 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
a07fa67848
Remove paste error
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274715 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b498a4535a
Use the new FileUtils#rename method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274714 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
da037ebd0f
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274713 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7f18b8f611
Make fixcrlf work even with /tmp on a separate filesystem
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274712 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2f59f52b63
Fix ImageTest for Windows environments.
The test was failing due to non respect of the date/time granularity of the
filesystem.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274711 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ef835e0238
Help people who want to donate money to find their way
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274710 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
76c58c9b00
Make ClassFileSetTest pass under Windows.
Scanned files are represented with File.separator, not with a slash under Windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274709 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
1d273bec1a
An error was happening under Windows when executing the cleanup,
test3.zip could not be deleted.
This is now fixed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274708 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
a1f6b5b24b
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274707 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b4cde9dabb
Use java.io.tmpdir as location for temporary files
in FileUtils#createTempFile (when the directory parameter is null)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274706 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
a27bac8c23
fix tests that failed because of wrong case in filenames
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274705 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
db672be888
2003 and some 'since' information
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274704 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
a38cf7332c
added checksum enhancement to whatsnew
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274703 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
931a037496
#20767 - adding totalproperty and todir attributes to checksum task - submitted by Aslak Hellesoy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274702 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
16a5d1b56c
Aslak prodded: issue 20767 - enhancements to checksum
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274701 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ab8b8ef566
Allow <touch>'s datetime attribute to accept seconds as well.
PR: 21014
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274700 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
af90534b7b
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274699 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
cdd1db5a99
PR: 17195
Submitted by: Markku Saarela
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274698 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0e3229eb49
Fix error message when filtersfile is missing.
PR: 20825
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274697 13f79535-47bb-0310-9956-ffa450edef68
22 years ago