Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 93698 Details for
Bug 126584
Internal API reference in plug-in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
126584.patch.txt (text/plain), 2.10 KB, created by
Eugene Chan
on 2008-03-26 17:38:56 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Eugene Chan
Created:
2008-03-26 17:38:56 EDT
Size:
2.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.llc.launch >Index: src/org/eclipse/tptp/platform/llc/launch/internal/sets/LaunchExtension.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.llc.launch/src/org/eclipse/tptp/platform/llc/launch/internal/sets/LaunchExtension.java,v >retrieving revision 1.10 >diff -u -r1.10 LaunchExtension.java >--- src/org/eclipse/tptp/platform/llc/launch/internal/sets/LaunchExtension.java 15 Aug 2006 17:12:16 -0000 1.10 >+++ src/org/eclipse/tptp/platform/llc/launch/internal/sets/LaunchExtension.java 26 Mar 2008 21:38:03 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2006 IBM Corporation and others. >+ * Copyright (c) 2006, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -14,6 +14,7 @@ > import java.io.File; > import java.io.FileOutputStream; > import java.io.InputStream; >+import java.io.PrintWriter; > import java.net.URL; > import java.net.URLClassLoader; > import java.util.Iterator; >@@ -30,6 +31,7 @@ > import org.eclipse.hyades.models.hierarchy.TRCProcessProxy; > import org.eclipse.hyades.trace.ui.UIPlugin; > import org.eclipse.hyades.trace.ui.launcher.ILauncherHandler; >+import org.eclipse.jdt.core.compiler.batch.BatchCompiler; > import org.eclipse.jdt.internal.compiler.batch.Main; > import org.eclipse.swt.widgets.Display; > import org.eclipse.tptp.platform.llc.core.CoverageCore; >@@ -263,7 +265,8 @@ > str.close(); > > //compile the class >- Main.compile(getValidFilePath(javaFileLocation.toString())); >+ BatchCompiler.compile(getValidFilePath(javaFileLocation.toString()), new PrintWriter(System.out), new PrintWriter(System.err), null); >+ > URL url = new File(p.toOSString()).toURL(); > > URLClassLoader clsLoader = new URLClassLoader(new URL[] {url});
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126584
: 93698