Posts Tagged ‘Eclipse’
Working with Multimodule Projects in m2eclipse
Bug in BPMN2 Modeler 0.0.1
I can’t open my jBPM 5.1 diagrams.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367710 (vote for it!)
http://eclipse.org/projects/project.php?id=soa.bpmn2-modeler
Issue with Eclipse 3.6
If you get a warning when using @SuppressWarnings("unchecked"), you may want to add -DsuppressRawWhenUnchecked=true to eclipse.ini.
Issue with XQDT 0.8.0
Plugins EGit e m2eclipse ganham atualizações antes do Eclipse Indigo
Ambos os plugins finalmente vão chegar a versão 1.0.
Issue with goclipse 0.0.20
I can’t install it on Galileo.
http://code.google.com/p/goclipse/issues/detail?id=41 (vote for it!)
Installing Older Versions of EGit
Bug in EGit 0.12 on Eclipse 3.4
The upgrade from 0.10 fails with the Cannot find a solution satisfying the following message.
requirements org.eclipse.jdt.feature.jar
[3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=345062 (vote for it!)
Como Criar seu Primeiro Programa em Go
1. Instale o goclipse.
2. Crie o arquivo hello_world.go:
package main
import "fmt"
func main() {
fmt.Println("Simples Assim")
}
3. Execute o programa.
Enhancement to JBoss Tools 3.2
FreeMarker should be upgraded to 2.3.18.