[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [m2e-users] M2E not working as advertised.
|
- From: Jacques Koorts <jkoorts@xxxxxxxxx>
- Date: Thu, 10 May 2012 12:05:10 +0200
- Delivered-to: m2e-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3L5BTPjewA9LSPoEqzJXmUV5EFMHgZ4LrVStPV2j9yA=; b=nGKVvFjTzYyDTWXvlbBBbk7eDTc6Bt0J/CNGHoo5BY2HFlwdPphmXHRQcpTU+wpuWK h2LwID9zi/TzIdIsW9YBM4uj1iHuxP44QM8V3AVJpJLLkkBOapudVxDABnhvueRa0/lE 0hHaEBNqtcsm55Wg2Ao9dx3ABLauzoy46QpUn04j5L6dbMpstMmbQIdR+4Z+qzrK1Kgu ZC8ip36WxjLIoUB3p0n1dJqdVHtELoYcPDEJeBoqvr8HA6HIua2I92I6B1ZIiVZeZEBo WIHbXoJAowmwBcjthGqgN+rNRXk8F7MP1HUxQmtv5SxPPFvmeDP2RtxturRad/LI8C7W ow5w==
Fixed the 2 problems. Should have used
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
On Thu, May 10, 2012 at 12:02 PM, Jacques Koorts <jkoorts@xxxxxxxxx> wrote:
> update:
>
> Changed wurfl from 1.4 to 1.3
> Ran Maven > Update Project..
> Fixed a wurfl coding change issue (red line)
> Ran Project > Clean
>
> problems:
> "The import javax.servlet.annotation cannot be resolved"
> "WebListener cannot be resolved to a type"
>
>
> On Thu, May 10, 2012 at 11:57 AM, Jacques Koorts <jkoorts@xxxxxxxxx> wrote:
>> I dont think this is necessary cause it was a maven project to begin with.
>>
>> On Thu, May 10, 2012 at 11:36 AM, Thorsten Heit <thorsten.heit@xxxxxx> wrote:
>>> Hi,
>>>
>>>> I think eclipse does not know where to find my class files. It was
>>>> advertised that you dont need to do mvn eclipse:eclipse anymore, so I
>>>> didnt.
>>>
>>> Did you enable Maven dependency management for your project at all?
>>> I.e. right-click on your project => Configure => Convert to Maven Project
>>>
>>> ?
>>>
>>>
>>> HTH
>>>
>>> Thorsten
>>> _______________________________________________
>>> m2e-users mailing list
>>> m2e-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/m2e-users
>>>