diff options
author | acolyer <acolyer> | 2004-08-05 17:31:56 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-05 17:31:56 +0000 |
commit | 648c0f4d15d9ab6bac9deef010a1b66824cd8da1 (patch) | |
tree | 81ababdd9926a9830f409751a98dff167ec444ed /org.aspectj.ajdt.core/testdata | |
parent | 7bb1da5328199ec30fd3cddb14abc871580990e5 (diff) | |
download | aspectj-648c0f4d15d9ab6bac9deef010a1b66824cd8da1.tar.gz aspectj-648c0f4d15d9ab6bac9deef010a1b66824cd8da1.zip |
fix for Bugzilla Bug 42573
.lst file entries not resolved relative to list file: {boot}classpath, extdirs,
Diffstat (limited to 'org.aspectj.ajdt.core/testdata')
-rw-r--r-- | org.aspectj.ajdt.core/testdata/ajc/configWithClasspathExtdirsBootCPArgs.lst | 9 | ||||
-rw-r--r-- | org.aspectj.ajdt.core/testdata/ajc/myextdir/dummy.jar | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/testdata/ajc/configWithClasspathExtdirsBootCPArgs.lst b/org.aspectj.ajdt.core/testdata/ajc/configWithClasspathExtdirsBootCPArgs.lst new file mode 100644 index 000000000..2df53fa0d --- /dev/null +++ b/org.aspectj.ajdt.core/testdata/ajc/configWithClasspathExtdirsBootCPArgs.lst @@ -0,0 +1,9 @@ +-classpath +abc.jar +-bootclasspath +xyz +-extdirs +myextdir +Abc.java +xyz/Def.aj + diff --git a/org.aspectj.ajdt.core/testdata/ajc/myextdir/dummy.jar b/org.aspectj.ajdt.core/testdata/ajc/myextdir/dummy.jar new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/org.aspectj.ajdt.core/testdata/ajc/myextdir/dummy.jar |