You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi,
is it possible to get pretty javascript for the generated *.nocache.js using eclipse?
Because the DevMode debug config itself refuses to accept -style DETAILED if specified using the arguments list.
Thanks
Joseph Lust
unread,
Mar 30, 2012, 2:59:41 PM3/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
YvetteT,
Are you using your Eclipse GWT plugin to build? Then set it in the Web Application run configuration's Arguments tab. If you're using the GWT Maven Plugin, set the <style>DETAILED</style> tab. It works for me this way. If you're just doing straight command line, then perhaps something else is vexing it. In that case, please pass along your command line argument string in its entirety.
Sincerely,
Joseph
Thomas Broyer
unread,
Mar 31, 2012, 5:35:43 AM3/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
DevMode has no -style argument, but Compiler has. You can also have a look at the *.js files in com/google/gwt/core/linker/ in the gwt-dev.jar for the templates used by each linker (by default, the IFrameLinker is used)