Jesse N. Glick
a898d14776
#31885 : <junit> logs more detailed events for individual tests it is running.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278072 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
126daf8b31
Removing old code testing for JDK 1.0 and 1.1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278071 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
33832587a4
Ignore stray dir that can be left behind after an interrupted test.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278070 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
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
20 years ago
Jesse N. Glick
df49dea906
#32463 : deprecate WeakishReference since we can assume JDK 1.2 APIs now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278067 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
94b7b6cd05
#31928 : stop a forked process if the thread running <java> is stopped.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278066 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
41985851e2
change name of handledirchar to handledirsep to be similar to pathconvet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278063 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
a6583cdfa6
fork in the test that says so
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278062 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
d7b54d6101
things move.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278061 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
b02d774374
Well, a bit of hackery and you can verify that JAR is signed. But there is *nothing* to verify that the signature itself is trusted. Essentially "jarsigner -verify" is a worthless piece of junk from the security perspective.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278060 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
Stefan Bodewig
b47a31a210
Don't ignore the extension attribute for formatters when forking
multiple JUnit tests in a single VM.
PR: 32973
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278057 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
53bcbf1d66
Unit Test for PR 32973
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278056 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
Matthew Jason Benson
27ec2ca9c6
Heard no objections; add includetests property to narrow the batchtest.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278053 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
450c0f1f2f
Factor out a base classs and add a verification task, a verification which cannot rely on return codes as a success metric, as the program returns 0 even for invalid jars. Hence the disabled test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278052 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
7229e5923e
-env util to get an ordered version number,
-test of tsa only runs on java1.5+
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278051 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
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
20 years ago
Steve Loughran
05a18ba69b
can't have checkstyle whining, can we?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278048 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
2e717000bd
revert reformatted license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278047 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
Steve Loughran
c1a42cb788
signjar dependency logic change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278045 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
3b2ee53658
This is an interim checkin, with new features and some refactoring. All existing (minimal) tests should work, let's see what gump thinks.
This is still a work in progress...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278044 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
0d4d3af721
copy tasktype when binding
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278043 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
Matthew Jason Benson
6342658910
Make pass on Windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278040 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jan Materne
f7a5dc8818
New beginner tutorial
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278039 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
4b119ee922
replace '\' if quoting file names, PR 27814
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278036 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
7d9af02a7e
shouldn't replace '\' on Unix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278035 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
f39da1b5b5
unit test for PR 25911
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278034 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
d91b59b590
<xslt> failed to process file-hierarchies of more than one level if
scanincludeddirectories was true.
PR: 24866
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278032 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
a1634b4203
Unit test for PR 24866
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278031 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
8e13632c6c
update doc of propertyset to reflect the code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278029 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
ff984a27fa
add Julian Simpson for the <rpm> stuff
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278028 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
aff45f3377
Add unit test for <rpm> failonerror
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278027 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
44376a8c5d
regen site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278025 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
0e4526ae14
pedantic URL mode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278024 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
ee1104e729
fix some old links, PR 34017
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278023 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
67ed7ad591
Update cleanup instructions, will follow them myself once 'the real machine' is accessible again
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278022 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
79d125cc05
Fix TarInputStream#read() and remove unneeded override of single-array-arg read method at the same time. PR 34097
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278020 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
babc81c135
getSysProperties() and getCommandLine() to 1.6.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278019 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
Stefan Bodewig
c03d0db2e3
Clean up recorder map when subbuild finishes, PR 20053
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278014 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
6f61399b01
DirectoryScanner improvements have been merged
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278013 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
3a016394fd
house-keeping
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278010 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
89d025a11d
failOnError and showOutput attributes for <rpm>
Submitted by: Zach Garner <zach at awarix dot com>
In Ant 1.6.2 <rpm> wouldn't fail even if the command failed, CVS HEAD
would fail unconditionally if the command failed. If chose 1.6.2's
behavior as default for failOnError (i.e. it is false by default).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278009 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
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
20 years ago
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
20 years ago