Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2E not working as advertised.

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
>>


Back to the top