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 116539 Details for
Bug 252711
build script generator fails to resolve older plugin
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]
test against head
252711.txt (text/plain), 1.53 KB, created by
Andrew Niefer
on 2008-10-30 12:53:28 EDT
(
hide
)
Description:
test against head
Filename:
MIME Type:
Creator:
Andrew Niefer
Created:
2008-10-30 12:53:28 EDT
Size:
1.53 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build.tests >Index: src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java,v >retrieving revision 1.29 >diff -u -r1.29 ScriptGenerationTests.java >--- src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java 23 Oct 2008 18:46:34 -0000 1.29 >+++ src/org/eclipse/pde/build/internal/tests/ScriptGenerationTests.java 30 Oct 2008 15:21:36 -0000 >@@ -882,4 +882,22 @@ > assertResourceFile(f1, "feature.temp.folder/plugins/P1_1.0.0/@dot.bin.log"); > assertResourceFile(f1, "feature.temp.folder/plugins/P2_1.0.0/@dot.bin.log"); > } >+ >+ public void testBug252711() throws Exception { >+ IFolder buildFolder = newTest("252711"); >+ >+ IFolder aBinary = Utils.createFolder(buildFolder, "base/plugins/a_2.0.0"); >+ Utils.generateBundleManifest(aBinary, "a; singleton:=true", "2.0.0", null); >+ >+ IFolder aSource = Utils.createFolder(buildFolder, "plugins/a"); >+ Utils.generateBundle(aSource, "a; singleton:=true"); >+ >+ Utils.generateFeature(buildFolder, "f", null, new String[] {"a;version=\"1.0.0\""}); >+ >+ Properties buildProperties = BuildConfiguration.getScriptGenerationProperties(buildFolder, "feature", "f"); >+ buildProperties.put("baseLocation", buildFolder.getFolder("base").getLocation().toOSString()); >+ generateScripts(buildFolder, buildProperties); >+ >+ >+ } > }
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 252711
: 116539 |
116670