Super Dev mode does not work in code generated by archetype generate command
See original GitHub issueHi, 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:
- Created 6 years ago
- Comments:11 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@vnea I got same error if I use absolute path in -src.