question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Super Dev mode does not work in code generated by archetype generate command

See original GitHub issue

Hi, I follow the development guide to setup the super dev mode, but I got following error after run in Eclipse:

Super Dev Mode starting up
   workDir: /var/folders/h1/pv6r45557zqgf4fbbn0nwx_40000gn/T/gwt-codeserver-7497921084797402526.tmp
   Job org.eclipse.che.ide.IDE_1_0
      Loading inherited module 'org.eclipse.che.ide.IDE'
         [ERROR] Unable to find 'org/eclipse/che/ide/IDE.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

I do not see org/eclipse/che/ide/IDE.gwt.xml under assembly-ide-war generated by archetype generate command. Does code generated by archetype support debug in super dev mode?

Version of Che is 5.10.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
qi-mincommented, Jul 7, 2017

I finally get it works, the IDE file is not under org/eclipse/che/ide. In the code generated by archetype, the file is under com/sample/ide.

0reactions
qi-mincommented, Jul 6, 2017

@vnea I got same error if I use absolute path in -src.

Super Dev Mode starting up
   workDir: /var/folders/h1/pv6r45557zqgf4fbbn0nwx_40000gn/T/gwt-codeserver-460078759221459340.tmp
   Job org.eclipse.che.ide.IDE_1_0
      Loading inherited module 'org.eclipse.che.ide.IDE'
         [ERROR] Unable to find 'org/eclipse/che/ide/IDE.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Read more comments on GitHub >

github_iconTop Results From Across the Web

eclipse plugin - Super Dev mode in GWT
Contrary to DevMode, refreshing the page won't make it run the new code; the code has to be recompiled first, and this is...
Read more >
Super Dev Mode | GXT 3.x
Super Dev Mode. Super Development Mode quickly compiles the Java source which can be served to the browser using source maps for browser...
Read more >
Super Dev Mode
The code server is an ordinary Java program that you can run from the command line. Here are some details you'll need to...
Read more >
How to get Super Dev Mode to work (with guice-rf-activities ...
I used gwt-maven-archetypes to create a sample guice-rf-activities project, ... I have one command window that says 'The code server is ready at ......
Read more >
Mojo's Maven Plugin for GWT – gwt:run-codeserver
Runs GWT modules with Super Dev Mode. Attributes: Requires a Maven project to be ... Default value is: ${project.build.directory}/generated-sources/gwt.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found