From 079fb81e534c13dbc1b1f4cd01f4f70cffd45b77 Mon Sep 17 00:00:00 2001 From: mwebster Date: Mon, 31 Jul 2006 15:28:31 +0000 Subject: Bug 150487 "Tracing and Logging Framework" (remove tracing from ClassPathManager to prevent recursion in JDK 1.4 LTW) --- tests/ltw/HelloWorld.java | 7 ++++++ tests/ltw/ant.xml | 26 ++++++++++++++++++++++ .../aspectj/systemtest/ajc150/ltw/LTWTests.java | 4 ++++ .../aspectj/systemtest/ajc150/ltw/ltw-tests.xml | 7 ++++++ 4 files changed, 44 insertions(+) create mode 100644 tests/ltw/HelloWorld.java create mode 100644 tests/ltw/ant.xml (limited to 'tests') diff --git a/tests/ltw/HelloWorld.java b/tests/ltw/HelloWorld.java new file mode 100644 index 000000000..8e5a1fdd7 --- /dev/null +++ b/tests/ltw/HelloWorld.java @@ -0,0 +1,7 @@ +public class HelloWorld { + + public static void main (String[] args) throws Exception { + System.out.println("Hello World!"); + } + +} \ No newline at end of file diff --git a/tests/ltw/ant.xml b/tests/ltw/ant.xml new file mode 100644 index 000000000..6f7971d96 --- /dev/null +++ b/tests/ltw/ant.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java b/tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java index 6516af53d..4a5a7e0ee 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/ltw/LTWTests.java @@ -97,6 +97,10 @@ public class LTWTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("Odd zip on classpath"); } + public void testJDK14LTW() { + runTest("JDK14 LTW"); + } + // separate bugzilla patch has this one... commented out // public void testSeparateCompilationDeclareParentsCall() { // runTest("Separate compilation with ltw: declare parents and call"); diff --git a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml index 82fe498e0..57946c186 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml +++ b/tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml @@ -470,4 +470,11 @@ commented out: reported in another bugzilla bug... --> + + + + -- cgit v1.2.3