Use groovy plugin and jboss tool simultaneously in eclipse - eclipse

I have a project that uses groovy and java code. The project is deployed as a war file in jboss and it works fine (at least it deploys and I get some output through my browser). I now want to debug the code and I thought eclipse should do the trick. However it seems like I cannot use both groovy plugin and jboss plugin simultaneously in eclipse. Is this the case? Is there a workaround?
System:
Ubuntu Precise Pangolin
Eclipse Juno
Jboss tools for Indigo (Juno is unstable)
Groovy-eclipse for juno
I have groovy-eclipse installed and when I try to install Jboss tools (from marked place) I get:
Software being installed: JBoss Central Community 1.0.1.v20120715-0355-H112-Final (org.jboss.tools.community.central.feature.feature.group 1.0.1.v20120715-0355-H112-Final)
Software currently installed: VMware vFabric tc Server Integration for Eclipse 3.1.0.201210040536-RELEASE (com.vmware.vfabric.ide.eclipse.tcserver.feature.group 3.1.0.201210040536-RELEASE)
Only one of the following can be installed at once:
Mylyn Commons UI 3.6.1.v20110720-0100 (org.eclipse.mylyn.commons.ui 3.6.1.v20110720-0100)
Mylyn Commons UI 3.8.2.v20120916-1200 (org.eclipse.mylyn.commons.ui 3.8.2.v20120916-1200)
Mylyn Commons UI 3.8.0.v20120612-0600 (org.eclipse.mylyn.commons.ui 3.8.0.v20120612-0600)
Mylyn Commons UI 3.4.0.v20100608-0100-e3x (org.eclipse.mylyn.commons.ui 3.4.0.v20100608-0100-e3x)

I found a solution my self. I was installing a package consisting of groovy and grails tools and
Grails IDE
SpringSource
VMware vFabric
caused the conflicts with jboss tools. Since I only needed the groovy compiler I could untick those. I guess I could also have chosen a different package.

Related

installing tomcat on eclipse

I know there are other answers to this I have look through it and still can't find my problem I am on a windows 10 computer
I have tomcat installed and can connect to the test site apparently I can't add images so you will just have to trust me on somethings I have eclipse installed and have the web development tools installed with it
things i have installed for eclipse
{
Buildship: Eclipse Plug-ins for Gradle 3.0.0.v20181106-1441-m org.eclipse.buildship.feature.group Eclipse Buildship
EclEmma Java Code Coverage 3.1.1.201809121651 org.eclipse.eclemma.feature.feature.group Eclipse EclEmma
Eclipse IDE for Java Developers 4.10.0.20181214-0600 epp.package.java Eclipse Packaging Project
Eclipse Java Development Tools 3.16.0.v20181206-1038 org.eclipse.jdt.feature.group Eclipse.org
Eclipse Java EE Developer Tools 3.9.200.v201808172107 org.eclipse.jst.enterprise_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse Java Web Developer Tools 3.11.0.v201808212348 org.eclipse.jst.web_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse Platform 4.10.0.v20181206-0815 org.eclipse.platform.feature.group Eclipse.org
Eclipse RCP 4.10.0.v20181206-0815 org.eclipse.rcp.feature.group Eclipse.org
Eclipse Web Developer Tools 3.11.0.v201811192212 org.eclipse.wst.web_ui.feature.feature.group Eclipse Web Tools Platform
Eclipse XML Editors and Tools 3.12.0.v201811192212 org.eclipse.wst.xml_ui.feature.feature.group Eclipse Web Tools Platform
Git integration for Eclipse 5.2.0.201812061821-r org.eclipse.egit.feature.group Eclipse EGit
Git integration for Eclipse - Task focused interface 5.2.0.201812061821-r org.eclipse.egit.mylyn.feature.group Eclipse EGit
Java implementation of Git 5.2.0.201812061821-r org.eclipse.jgit.feature.group Eclipse JGit
m2e - Maven Integration for Eclipse (includes Incubating components) 1.10.0.20181127-2120 org.eclipse.m2e.feature.feature.group Eclipse.org - m2e
m2e - slf4j over logback logging (Optional) 1.10.0.20181127-2120 org.eclipse.m2e.logback.feature.feature.group Eclipse.org - m2e
Marketplace Client 1.7.3.v20181205-1546 org.eclipse.epp.mpc.feature.group Eclipse Marketplace Client
Mylyn Builds Connector: Hudson/Jenkins 1.16.0.v20180403-2055 org.eclipse.mylyn.hudson.feature.group Eclipse Mylyn
Mylyn Context Connector: Eclipse IDE 3.24.2.v20180905-0014 org.eclipse.mylyn.ide_feature.feature.group Eclipse Mylyn
Mylyn Context Connector: Java Development 3.24.2.v20180905-0014 org.eclipse.mylyn.java_feature.feature.group Eclipse Mylyn
Mylyn Task List 3.24.2.v20180905-0003 org.eclipse.mylyn_feature.feature.group Eclipse Mylyn
Mylyn Task-Focused Interface 3.24.2.v20180905-0014 org.eclipse.mylyn.context_feature.feature.group Eclipse Mylyn
Mylyn Tasks Connector: Bugzilla 3.24.2.v20180905-0003 org.eclipse.mylyn.bugzilla_feature.feature.group Eclipse Mylyn
Mylyn Versions Connector: Git 1.16.0.v20170629-1738 org.eclipse.mylyn.git.feature.group Eclipse Mylyn
Mylyn WikiText 3.0.25.201806201740 org.eclipse.mylyn.wikitext_feature.feature.group Eclipse Mylyn
Oomph Setup 1.12.0.v20190206-0943 org.eclipse.oomph.setup.feature.group Eclipse Oomph Project
Tip of the Day UI Feature 0.2.200.v20181107-2118 org.eclipse.tips.feature.feature.group Remain Software
}
if you are actually going to bother to go through that list if I am missing anything then tell me prehapse i installed the wrong one
when I go and create a new project it doesn't show up with apache when looking for a target runtime which is the folder for tomcat I get IBM ow2 oracle red hat red hat jboss middleware resin and SAP when I look inside all of the folders there isnt a tomcat
according to the videos that I watched I should be able to see an apache folder so am i missing something or need a different install
also, I did try an eclipse plugin for tomcat it said the server started up but I couldn't run any JSP code or find the target runtime apache folder
i have tried with tomcat versions 7 and 9 eclipse 4.10
You are missing the JST Server Adapters Extensions feature mentioned at https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F . It contains the Tomcat support.
You have to download the tomcat zip file from the official site; most of the time version 8 or 9 will be suitable for you. extract the zip file in your pc.
open the eclipse and you will find the server view in the view menu item. create a new server with your extracted folder. I hope you get the idea. If you need more clear steps to install tomcat on eclipse please let me know. I will update this answer.
cheers...!!!

Eclipse Luna + WildFly 9

Can I use Eclipse Luna with WildFly 9 server ? Or should I move to Eclipse Mars ? I'm asking because I can't create a WildFly 9 server on my Eclipse but I can create a WildFly 8 server. I checked my Jboss Tools plugin which seems to be up to date (version 4.2.6). On Eclipse Mars a 4.3.0 version is available.
As you see below links, all informations show JBoss Tools 4.3.0 Final release is not appropriate for Eclipse Luna.
Check JBoss Tools column on JBoss Tools Download Overview.
Check installation part in Blog Announcement of JBoss Tools for Eclipse Mars.
Check server section on Documentation of JBoss Tools 4.3.0 Final.
If there is no any policy or another, moving Eclipse Mars is better choice to work stable and prevent future conflicts. Lastly, I have tried to download the bundle and install it manually but process is blocked by Eclipse Luna.
The JBoss Tools Download site claims that the current 4.3 release can be installed into Eclipse Luna.
You may need to download the bundle and install it manually.
That said, if you are not constrained by some policy or another then you should consider upgrading to Eclipse Mars.

Issues installing Spring STS in Eclipse Juno

I'm on Windows 7 professional 64b and have just downloaded and installed Eclipse Juno 64b:
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426
I go to Help -> Eclipse Marketplace then search for Spring STS and choose STS for Eclipse Juno (3.8 + 4.2) at this point I get into a deadly loop of not found dependencies and it doesn't matter how many packages I deselect, it will always complain (see below).
I have also tried installing Eclipse for Java Developers instead of Java EE. I have also tried the 32b versions. Finally I have also tried installing from the Spring STS update site http://dist.springsource.com/release/TOOLS/update/e4.2/ and still no luck.
Can anyone advice what's the solution to this problem? maybe I should switch back to Indigo?
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Spring Data Support 3.2.0.201303060654-RELEASE
(org.springframework.ide.eclipse.data.feature.feature.group 3.2.0.201303060654-RELEASE)
Missing requirement: Spring IDE Live Beans Graph 3.2.0.201303060654-RELEASE
(org.springframework.ide.eclipse.beans.ui.livegraph 3.2.0.201303060654-RELEASE) requires 'bundle org.eclipse.zest.core [1.0.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Spring IDE Spring Data Support 3.2.0.201303060654-RELEASE
(org.springframework.ide.eclipse.data.feature.feature.group 3.2.0.201303060654-RELEASE)
To: org.springframework.ide.eclipse.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Spring IDE Core (required) 3.2.0.201303060654-RELEASE (org.springframework.ide.eclipse.feature.feature.group 3.2.0.201303060654-RELEASE)
To: org.springframework.ide.eclipse.beans.ui.livegraph [3.2.0.201303060654-RELEASE]
Actually avoid the Eclipse download site altogether and get the Spring Tool Suite IDE directly from here: http://www.springsource.org/downloads/sts-ggts. Everything I needed worked smoothly and out of the box: importing Maven projects and running the applications using AspectJ/Spring. It also comes with the critically needed plugins e.g. EGit, m2e, AJDT and everything works perfectly.
I needed this for a new GUI project on top of Spring/Valkyrie RCP.

Eclipse classic problems to update Java EE tools

I have Eclipse classic 4.2 installed in my PC and I wanted to work on the webservices project with eclipse. I have followed the following method to update the eclipse classic to support Java EE.
I have used the install new software section and added the following URL
http://download.eclipse.org/webtools/updates/
Then i have selected Web tools platform and click next.
Then I'm getting the following error messages and i'm unable to install the web tools.
Cannot complete the install because one or more required items could
not be found. Software being installed: Eclipse Java EE Developer
Tools 3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN
(org.eclipse.jst.enterprise_ui.feature.feature.group
3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN) Missing requirement: WTP EJB UI Plug-in 1.1.500.v201004280901
(org.eclipse.jst.ejb.ui 1.1.500.v201004280901) requires 'bundle
org.eclipse.emf.edit.ui [2.2.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Java EE Developer Tools 3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN (org.eclipse.jst.enterprise_ui.feature.feature.group
3.2.0.v201005241530-7b7GHTYFSK2W9kPaFClvz0O_NQmN)
To: org.eclipse.jst.ejb.ui [1.1.500.v201004280901]
Can anyone guide me how to install and get started with the current version I have?
Thanks in advance.
Use juno, http://download.eclipse.org/releases/juno to install webtools on top of Eclipse 4.2.
The webtools repo you showed above doesn't have EMF in it, so you need to add an EMF repo as well or pull it from the juno update site.

Maven missing in Eclipse - I think all software is installed

I'm trying to install Maven for Eclipse on my Mac. I've used it on Ubuntu before but for some reason I can't get it to work on Mac. Eclipse says the software is installed but I can't create or import any Maven projects - the options to do so are not in the menus. Also, there are no Maven entries in the Eclipse preferences.
I'm running:
Mac OS X 10.6
Eclipse Java EE IDE Indigo Service Release 1
Eclipse software installed:
m2e - Maven Integration for Eclipse 1.0.100.20110804-1717
Eclipse Java Development Tools 3.7.1.r371_v20110810-0800-7z8gFcoFMLfTabvKsR5Qm9rBGEBK
Eclipse Platform 3.7.1.r37x_v20110729-9gF7UHOxFtniV7mI3T556iZN9AU8bEZ1lHMcVK
Eclipse Help System 1.3.0.v20110327-7i7uFFkFFp7gNobOpNgKo0
Equinox p2 Provisioning for IDEs. 2.1.2.R37x_v20110815-1155-6-Bj9JXOeQxOURYC-l9BL7rDEQO7
Add-on Function for p2 1.0.1.R37x_v20110906-7A4FD4DiVOManqZttPtXz0lWlFbU
Equinox p2 Core Function 1.0.1.R37x_v20110906-8290FZ3FUqIcLqkVkEaTdn_14C7G
Equinox p2 RCP Management Facilities 1.0.1.R37x_v20110906-782EpBqNKGUkZQpuT8hAlWlFbUeo
Eclipse RCP 3.7.1.r37x_v20110729-9DB5FmNFnFLSFCtLxnRfMqt15A4A
Maven Integration for WTP 0.14.0.20110928-2045
Eclipse Web Developer Tools 3.3.1.v201107072200-7O7IFhREMiB5vNoYqf01XHTvUndyz-yx-9kUyXXL
Eclipse XML Editors and Tools 3.3.1.v201108102009-7H7EFZ3DxumTlaI6nheRdHo2p1KaDIL1Uz-S3PL
WST XML Core 3.3.1.v201108102009-7C7OFeKF7RZHQNI3R-OuRb
WST XML User Documentation 3.3.0.v201102071641-50FYwAkF7B77UBZFDBL
JavaScript Development Tools 1.3.1.v201108102009-7F78FXRFBBoPbXRPcHfz-uy
WST Common UI 3.3.1.v201107190400-7C79FULEdhO_pfuh6nYekfK0TyR2OK
WST Common Core 3.3.1.v201107190400-7B7DFO5F7RZHOeJ-SxQ1NJ
WST Server UI 3.3.1.v20110714_1706-7B77FGPAtJceyEUOhPIXVJNjBF39
WST Server Core 3.3.1.v20110729_1216-30FBc8s73553F5Ia2828
WST Server User Documentation 3.3.0.v20110512-20DF7w312215222664
WST Web Core 3.3.1.v201107190400-7E7EFMWAJun8_t84-MOI-iP7cRb5srz
WST Web User Documentation 3.3.0.v201102200555-31Eo8s734B3E4H7799
m2e connector for mavenarchiver pom properties 0.15.0.201109290002
Also, Mac OS seems to come with Apache Maven 3.0.3 pre-installed.
Any ideas why Eclipse isn't letting me work with Maven?