Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. * Better way to get Eclipse into a good state
  2. - A way to install all plugins needed at once?
  3. - Setting up a correct PDE Eclipse Application launch config
  4. - Currently fails with "Error: Could not find or load main class Files"
  5. and no other details
  6. * .classpath for all plugins was modified upon import, can this break things?
  7. - Output path changed from "bin" to "target/classes"
  8. * When exporting "A cycle was detected when generating the classpath"
  9. - e.g for Google Web Toolkit Plugin project
  10. - gwt.eclipse.core
  11. - gcp.eclipse.testing
  12. - appengine.eclipse.core
  13. - gdt.eclipse.maven
  14. - gwt.eclipse.core
  15. - Fixed by closing all test related projects.
  16. - No idea what's going on here, quite confused by this
  17. * Weirdness with plugin dependencies view in Eclipse
  18. - Listing com.google.gwt.eclipse.libs twice, removing either breaks build
  19. - Eventually appeared to resolve itself after fiddling a while
  20. now only one instance of com.google.gwt.eclipse.libs is present
  21. * Are any plugin projects' build.xml custom?
  22. - I get prompted to delete them when exporting the GPE feature, are the
  23. necessary properties set in the appropriate build.xml for those projects
  24. where this is relevant?
  25. * Once exported as best I can figure out, actually loading the plugin fails
  26. - Unable to acquire PluginConverter service during generation for: T:\Programs\eclipse4test-gwt-plugin\dropins\GWT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement