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 83609 Details for
Bug 208616
Can't launch junit plug-in test with remote deployment
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. see description bellow
208616_patch.txt (text/plain), 1.55 KB, created by
Bozier jerome
on 2007-11-23 04:00:35 EST
(
hide
)
Description:
patch. see description bellow
Filename:
MIME Type:
Creator:
Bozier jerome
Created:
2007-11-23 04:00:35 EST
Size:
1.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.test.tools.junit.plugin >Index: src/org/eclipse/tptp/test/tools/junit/plugin/internal/harness/WorkbenchExecutionDeploymentAdapter.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin/src/org/eclipse/tptp/test/tools/junit/plugin/internal/harness/WorkbenchExecutionDeploymentAdapter.java,v >retrieving revision 1.6 >diff -u -r1.6 WorkbenchExecutionDeploymentAdapter.java >--- src/org/eclipse/tptp/test/tools/junit/plugin/internal/harness/WorkbenchExecutionDeploymentAdapter.java 24 Aug 2007 15:01:14 -0000 1.6 >+++ src/org/eclipse/tptp/test/tools/junit/plugin/internal/harness/WorkbenchExecutionDeploymentAdapter.java 23 Nov 2007 08:54:22 -0000 >@@ -414,6 +414,8 @@ > File file = new File(area, "org.eclipse.update/platform.xml"); //$NON-NLS-1$ > if (file.exists()) { > try { >+ // JB : bugzilla 208616 >+ searchAndReplace(file, localTargetPlatform.toString().replaceAll("\\\\", "/"), remoteEclipseDir.toString().replaceAll("\\\\", "/")); > searchAndReplace(file, localTargetPlatform.toString(), remoteEclipseDir.toString()); > } catch (IOException e) { > throw new CoreException(new Status(IStatus.ERROR, CorePlugin.PLUGIN_ID, 1, "Unexpected exception", e)); //$NON-NLS-1$ >@@ -421,7 +423,6 @@ > } > } > >- > protected static void searchAndReplace(File file, String pattern, String replacement) throws IOException { > FileInputStream fis = new FileInputStream(file); > FileChannel fc = fis.getChannel();
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 Raw
Actions:
View
Attachments on
bug 208616
:
83281
|
83609
|
83621
|
83622
|
83635
|
83639
|
83885