eclipse-kepler

aspectj-maven-plugin not covered by lifecycle in Kepler

a 夏天 提交于 2019-11-27 16:08:15
问题 I've just downloaded the OEPE (Kepler) and installed m2e and m2e-wtp connectors. I found out that under this path: Preferences ->Maven->Lifecycle mappings->Open workspace lifecycle mapping data there is a preconfigured xml file which says that maven should ignore the compile goal for AspectJ and I assume that's why the AspectJ runtime libraries are not added to the project hence the project is not recognized as an AspectJ project by eclipse. <?xml version="1.0" encoding="UTF-8"?>

How to remove EGIT from Eclipse Kepler?

两盒软妹~` 提交于 2019-11-27 13:33:22
问题 I'm using the J2EE bundle of Eclipse Kepler, and I'm working with Git. I'm also using git-extension as a UI to git, and I wouldn't trade it for anything else, so for me egit is just an annoyance that brings information that I don't want on my screen. How can I permanently remove it from eclispe ? 回答1: It's easiest to just disable EGIT from automatically managing your projects at import via Window - Preferences - Team - Git - Projects: This will stop new projects from being managed, but

How to use Tomcat 8 in Eclipse?

℡╲_俬逩灬. 提交于 2019-11-27 00:35:59
EDIT 2014-02-07: Eclipse Luna is here, and support for Tomcat 8 is included in the bundled WTP : ) Happy days! Tomcat 8 is still in development, but you can get it here . Now there is a RC version on the main Apache Tomcat page. Update 2/27/14: 8 is released now, and adapters built for WTP, just not integrated into eclipse bundles yet. Soon! In Eclipse Kepler though, there is no supported adapter in the add server list for Tomcat 8. the Tomcat 7 adapter doesn't work, and it doesn't look like there's a new extension for it to download in the "Install new Extension" dialog. Is my only option to

Eclipse Kepler not connecting to internet via proxy

戏子无情 提交于 2019-11-26 19:07:58
问题 I have managed to get Eclipse Juno connecting to the internet. For this to accomplish, there are many posts here on stackoverflow. here is one of this links: Eclipse not connecting to internet via proxy Today i installed Eclipse Kepler on my Windows7 box. But accessing the eclipse marketplace or installing new software does not work. I am using exactly the same proxy configuration as i used for Eclipse Juno. Juno can access the marketplace but Kepler does not. The proxy uses NTLM

How to use Tomcat 8 in Eclipse?

感情迁移 提交于 2019-11-26 09:22:53
问题 EDIT 2014-02-07: Eclipse Luna is here, and support for Tomcat 8 is included in the bundled WTP : ) Happy days! Tomcat 8 is still in development, but you can get it here. Now there is a RC version on the main Apache Tomcat page. Update 2/27/14: 8 is released now, and adapters built for WTP, just not integrated into eclipse bundles yet. Soon! In Eclipse Kepler though, there is no supported adapter in the add server list for Tomcat 8. the Tomcat 7 adapter doesn\'t work, and it doesn\'t look like

How to enable C++11 in Eclipse Juno/Kepler/Luna CDT?

こ雲淡風輕ζ 提交于 2019-11-26 07:52:43
问题 EDIT: It turns out this really isn\'t specific to Eclipse Kepler. I had to use the same process for Eclipse Juno. The problem was that there seem to be missing steps in other posts answering this same question. I\'m using Eclipse Kepler for C++ and I\'m trying to use C++11 and getting errors. When I compile I get the error error: range-based-for loops are not allowed in C++98 mode I\'ve followed the instructions from the post Eclipse CDT C++11/C++0x support and the solution given for Eclipse