Posts Tagged ‘ eclipse ’

Own maven archetype problem with Eclipse Java Nature

Yep, i’ve build my own archetype and everytime i’ve created a new maven project with this archetype the java nature has been missing. So i’ve searched for more then 8 hours for a solution and finally found a small page of a developer who had the same problem. The solution is so easy … just delete the .metadata directory of your Eclipse Workspace and every Maven Project with your archetype will have the java nature in that Workspace out of the box.

Hope this helps :)

GWT 1.6 with SmartGWT 1.02b

Since two weeks I’m playing around with the new Google Plugin for Eclipse, GWT 1.6 and SmartGWT. One of the things that annoys most was to find out how to get the SmartGWT themes working with GWT 1.6. So to get the SmartGWT themes working you have to set a path new with this small javascript line in the html file:

<script>
 var isomorphicDir = "ModuleName/sc/";
</script>

So hopefully this prevents anybody from searching 4-5 hours how to get it working …

Follow

Get every new post delivered to your Inbox.