Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » Import as Maven Projects Problem
Import as Maven Projects Problem [message #1695889] Wed, 20 May 2015 06:35 Go to next message
Amit Kumar Mondal is currently offline Amit Kumar MondalFriend
Messages: 108
Registered: March 2015
Location: Munich, Germany
Senior Member

Hi,

I am trying to import all the projects residing under kura/kura in develop branch. I am able import the projects but somehow it's not getting configured as Java Projects.

Please have a look at the attached image on this regard.

index.php/fa/21871/0/


Amit Kumar Mondal
Email: admin@amitinside.com
Skype: arsenalnerk Blog: blog.amitinside.com

[Updated on: Wed, 20 May 2015 06:36]

Report message to a moderator

Re: Import as Maven Projects Problem [message #1695894 is a reply to message #1695889] Wed, 20 May 2015 07:37 Go to previous message
Alessandro Da Rugna is currently offline Alessandro Da RugnaFriend
Messages: 43
Registered: December 2014
Member
Edit the .classpath file in the root of the project and check it has at least the following
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src/main/java"/>
        <classpathentry kind="output" path="target/classes"/>
</classpath>

The .project file should contain the following
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
[.......]
<natures>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>

Then refresh the project in Eclipse.


My project: Kura web log level changer https://github.com/darugnaa/kura-web-log
My blog: http://darugnaa.github.io
Previous Topic:Why is Kura using MQTT for device data transimission instead of CoAP
Next Topic:Console - Error Registering Web Resources
Goto Forum:
  


Current Time: Wed Apr 24 21:21:59 GMT 2024

Powered by FUDForum. Page generated in 0.02939 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top