]> source.dussan.org Git - aspectj.git/commit
manual test for experimental ant task option to copy non-.class file contents of...
authorwisberg <wisberg>
Mon, 10 Mar 2003 09:34:37 +0000 (09:34 +0000)
committerwisberg <wisberg>
Mon, 10 Mar 2003 09:34:37 +0000 (09:34 +0000)
commit1c3c02518fc13f022230acac07db10649776955b
tree8e730458c29ea9b66c63b9e6f2fc9a9f85e4907b
parent12bf4ac8aab5d465f50be0cf60a46937559a00cc
manual test for experimental ant task option to copy non-.class file contents of input jars to the output jar after each compile or recompile.
Currently showing VerifyError on recompile -- need to investigate further.
12 files changed:
taskdefs/testdata/incTest/incTest.xml [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/one/InjarOneMain.java [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/one/one.properties [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/one/overview.gif [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/one/subdir/examples.xml [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/two/InjarTwoMain.java [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/two/twoSubdir/overview2.gif [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/two/twoSubdir/subdir/twoexamples.xml [new file with mode: 0644]
taskdefs/testdata/incTest/injarSrc/two/twoSubdir/two.properties [new file with mode: 0644]
taskdefs/testdata/incTest/readme-incTest.html [new file with mode: 0644]
taskdefs/testdata/incTest/src/TraceMains.java [new file with mode: 0644]
taskdefs/testdata/incTest/src/packageOne/Main.java [new file with mode: 0644]