Tag Archives: eclipse

Get Weld project running in Glassfish Tools Bundle for Eclipse 1.2

Today i took a look into the GlassFish Tools Bundle for Eclipse to see if it could speed up my Java EE6-development. I was especially curious about the hot-deployment capabilities. After downloading the Glassfish Tools from the download site and importing a simple Weld-JEE-project (i was using the Maven archetype “weld-jsf-jee-archetype”), an error showed up, [...]
Posted in General | Also tagged , | Leave a comment

Maven & Scala: Add source folder to Eclipse Project

EDIT: You don’t need to do the things described here if you’re also using Scala. In this case, you can switch to the m2eclipse-scala integration which automatically adds the Scala source folder (beside some other useful things). Just solved one another annoying problem: Everytime i had to clean my maven-eclipse-project with “mvn eclipse:clean” and re-created the project, i [...]
Posted in General | Also tagged , | 2 Comments

Build a mixed Scala 2.8/Java application from scratch with Maven [Eclipse Settings]

[EDIT 15.01.2011] There have been changes since i wrote this article. Although i don’t have experiences with it until know, I would suggest using the m2eclipse-scala Plugin which solves some bugs that occur when using the regular M2Eclipse plugin. Now i’m going to show you how to open the Maven project from Part 1 with Eclipse and [...]
Posted in General | Also tagged , , | 2 Comments

Eclipse: assign keyboard shortcut to a specific run configuration

A few days ago, i tried to find a possibility to assign a keyboard shortcut to a specific run configuration in eclipse (i have 4 different confs in my current project). As it seems to me that there is no built-in solution nor a plugin to set a keyboard shortcut to a specific run conf, and [...]
Posted in General | Tagged | Leave a comment