aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/src
diff options
context:
space:
mode:
authoraclement <aclement>2006-08-23 13:05:09 +0000
committeraclement <aclement>2006-08-23 13:05:09 +0000
commit0f98c3d06b755e1474a556cea2928e6ccd49f041 (patch)
tree9fab8c4817816c2268973b68dbc04e7235afa9ef /ajde/src
parent8549d861b124c20eba114b658e886bfbaf5d231c (diff)
downloadaspectj-0f98c3d06b755e1474a556cea2928e6ccd49f041.tar.gz
aspectj-0f98c3d06b755e1474a556cea2928e6ccd49f041.zip
112098: checkRtJar removed.
Diffstat (limited to 'ajde/src')
-rw-r--r--ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java b/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
index b569d202d..ce984ab33 100644
--- a/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
+++ b/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
@@ -102,13 +102,6 @@ public class CompilerAdapter {
currNotifier = new BuildNotifierAdapter(progressMonitor, buildManager);
buildManager.setProgressListener(currNotifier);
- String rtInfo = buildManager.checkRtJar(buildConfig); // !!! will get called twice
- if (rtInfo != null) {
- Ajde.getDefault().getErrorHandler().handleWarning(
- "AspectJ Runtime error: " + rtInfo
- + " Please place a valid aspectjrt.jar on the classpath.");
- return false;
- }
boolean incrementalEnabled =
buildConfig.isIncrementalMode()
|| buildConfig.isIncrementalFileMode();