summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* trunk mergeJesse N. Glick2010-06-1156-308/+786
|\
| * <javac> faild for long command lines on OS/2. PR 49425. Submitted by <dmik ...Stefan Bodewig2010-06-111-1/+9
| * remove redundant assertions, they are already contained in testantOnRemoteShareStefan Bodewig2010-06-101-4/+1
| * test failed on WindowsStefan Bodewig2010-06-101-2/+6
| * Test failed on Windows, don't know why I never noticed beforeStefan Bodewig2010-06-101-14/+14
| * don't scan directories that are excluded recursively - this used to be done e...Stefan Bodewig2010-06-101-1/+2
| * provide file name when you fail to delete the temporary file. PR 49419Stefan Bodewig2010-06-101-1/+2
| * try a little harder when deleting temporary files in <junit>Stefan Bodewig2010-06-101-4/+4
| * some JUnit tests to verify/falsify http://mail-archives.apache.org/mod_mbox/a...Stefan Bodewig2010-06-093-3/+71
| * failing test for issue 49404Stefan Bodewig2010-06-081-0/+39
| * Use System.getenv where available. Faster and more reliable than /usr/bin/env...Jesse N. Glick2010-05-271-0/+15
| * drop version check now that ant-nodeps.jar has been removedStefan Bodewig2010-05-272-40/+5
| * Merging ant-nodeps.jar into ant.jar.Jesse N. Glick2010-05-264-110/+18
| * Apparent typo.Jesse N. Glick2010-05-261-2/+2
| * JMF no longer needed since javax.sound is in JDK; suggesting fetch.xml for no...Jesse N. Glick2010-05-261-4/+3
| * Can now compile against regular JDK.Jesse N. Glick2010-05-261-6/+0
| * 1.1.3 is the version currently downloaded.Jesse N. Glick2010-05-261-2/+2
| * Continued spelling fix from 947340.Jesse N. Glick2010-05-241-2/+2
| * fix spelling error in var nameJacobus Martinus Kruithof2010-05-221-2/+2
| * pr 49326. Sun JVM tries to mmap the entire file during a copy. For large file...Jacobus Martinus Kruithof2010-05-221-1/+4
| * merge fix for PR 49296Stefan Bodewig2010-05-171-2/+13
| * ftp download fails for certain setups. PR 49296. Based on patch by Kristof ...Stefan Bodewig2010-05-171-2/+13
| * <checksum>'s totalproperty doesn't work with repeated file names. PR 36748Stefan Bodewig2010-05-172-13/+21
| * Pr 49279, DemuxInputStream.read() should return unsigned valuesJacobus Martinus Kruithof2010-05-131-1/+2
| * <xslt> ignores classpath when defaulting to TraX. PR 49271Stefan Bodewig2010-05-111-4/+11
| * JDK 1.4Stefan Bodewig2010-05-111-1/+1
| * try to make javamail use the specified port even when using SSL. Bugzilla Re...Stefan Bodewig2010-05-113-3/+30
| * testcase for concat's overwrite attributeStefan Bodewig2010-05-112-0/+16
| * wrong assignment after I renamed the parameter. Unfortunately there doesn't ...Stefan Bodewig2010-05-111-1/+1
| * deal with read-only dest files in echo and concat.Stefan Bodewig2010-05-113-10/+54
| * Make <move> behave consistently for read-only destinations. PR 49261Stefan Bodewig2010-05-113-3/+132
| * be consistent when it comes to overwriting read-only files, add an option to ...Stefan Bodewig2010-05-104-20/+185
| * adapt to version changeStefan Bodewig2010-05-101-2/+2
| * bump versionAntoine Levy-Lambert2010-05-0823-67/+67
| * testcase for PR 49261Stefan Bodewig2010-05-071-0/+57
| * typo; thanks to Jean-Baptiste NivoitJan Materne2010-05-031-2/+2
* | Updated to ANT_181.Jesse N. Glick2010-05-03184-2077/+3395
|\ \ | |/
| * preparation for ant 1.8.1 buildAntoine Levy-Lambert2010-04-3023-67/+67
| * extension-point doesn't work with import. PR 48804Stefan Bodewig2010-04-273-26/+63
| * telnet and rexec have been broken. PR 49173. Based on patch submitted by Ja...Stefan Bodewig2010-04-232-4/+8
| * don't warn about duplicate project names if importing the same URL twice. PR...Stefan Bodewig2010-04-222-6/+28
| * looks as if bug 41948 was reappearing on Win7, needs further inverstigation -...Stefan Bodewig2010-04-222-0/+3
| * loglevelMatthew Jason Benson2010-04-211-1/+2
| * Added the augment task to manipulate existing references via Ant's basic intr...Matthew Jason Benson2010-04-213-0/+147
| * Add enableMultipleMappings and cache attributes to mappedresourcesStefan Bodewig2010-04-213-23/+123
| * I was tempted to remove reflection because the comment said 1.3 but loadFromX...Stefan Bodewig2010-04-191-1/+1
| * extract constantStefan Bodewig2010-04-194-6/+14
| * isSymbolicLink throws a NPE if invoked for the file system rootStefan Bodewig2010-04-162-2/+37
| * File("foo").getParent() is null if "foo" is a symbolic link - File("./foo").g...Stefan Bodewig2010-04-162-1/+17
| * jar filesetmanifest=merge only worked for an OS where filesep == /. PR 49090Stefan Bodewig2010-04-132-2/+25