Hi Isomorphic,
I noticed that during a gwtc run the following directories are created:
Later I copy my own skin there in an ant task.
In my .gwt.xml I inherit
and nothing more.
I copy and use only my skin from my bootstrap-html-file. Also do not have a skin-changer as in the showcase. Therefore I think I don't need the four directories from above. Right now, they clutter my war-directory and also the war-file I want to deploy.
Of course I could delete them after gwtc before war, but I think it would be better if they were not generated in the first place.
How can I control this?
Thank you & Best regards,
Blama
I noticed that during a gwtc run the following directories are created:
- workspace\myproj\war\myproj\sc\skins\Enterprise
- workspace\myproj\war\myproj\sc\skins\Graphite
- workspace\myproj\war\myproj\sc\skins\ToolSkin
- workspace\myproj\war\myproj\sc\skins\ToolSkinNative
Later I copy my own skin there in an ant task.
In my .gwt.xml I inherit
Code:
<inherits name='com.google.gwt.user.User' /> <inherits name="com.smartgwt.tools.SmartGwtTools" /> <inherits name="com.smartgwtee.tools.Tools" /> <inherits name="com.smartgwt.SmartGwtNoScript" />
I copy and use only my skin from my bootstrap-html-file. Also do not have a skin-changer as in the showcase. Therefore I think I don't need the four directories from above. Right now, they clutter my war-directory and also the war-file I want to deploy.
Of course I could delete them after gwtc before war, but I think it would be better if they were not generated in the first place.
How can I control this?
Thank you & Best regards,
Blama
Comment