Skip to content

Commit e6a5ba4

Browse files
author
jossonsmith
committed
Also support cross projects references and dependencies for JUnit
1 parent e272992 commit e6a5ba4

2 files changed

Lines changed: 385 additions & 11 deletions

File tree

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SLaunchingUtil.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public static void launchingJ2SApp(ILaunchConfiguration configuration)
6060

6161
if (workingDir != null) {
6262
String url = generateHTML(configuration, mainType, workingDir);
63-
6463
Display.getDefault().asyncExec(
6564
new J2SApplicationRunnable(configuration, url));
6665
} else {
@@ -615,10 +614,6 @@ private static String generateHTML(ILaunchConfiguration configuration,
615614
J2SCyclicProjectUtils.emptyTracks();
616615
buf.append(generateClasspathJ2X(configuration, mainType, workingDir));
617616

618-
// buf.append("ClazzLoader.packageClasspath ([\"java\", \"swt\", \"junit\"], \"");
619-
// buf.append(j2sLibPath);
620-
// buf.append("\", true);\r\n");
621-
622617
buf.append("ClazzLoader.setPrimaryFolder (\"");
623618
buf.append(relativePath);
624619
buf.append("\");\r\n");

0 commit comments

Comments
 (0)