Eugene,

I tryed to checkout projects outside of Eclipse and import using Maven
project wizard but I get the same problem.

Following the <<WTP howto >> all runs, than I ask me if the problem is that
the structur of my web project is non compliant with the Maven standard.
src\main\webapp\META-INF
                       \WEB-INF
                             \lib

Instead I used the standard structur of an IBM WAS 5.1.2 Web project (these
are old projects ...).
\JavaSource
\WebContent 
           \WEB-INF
                  \lib
What do you think about this ?

Regards
Alex.



Eugene Kuleshov wrote:
> 
> Alex,
> 
>   Can you try to checkout projects outside of Eclipse (i.e. using 
> command line tools) and see if it would work if you use Maven project 
> wizard to import local projects.
> 
>   Other way to check if WTP integration modules is working is to try to 
> follow instructions WTP howto [1] and see if you can create new war 
> project using new Maven project wizard.
> 
>   regards,
>   Eugene
> 
> [1] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto
> 
> 
> Zucchi Alessandro wrote:
>> More informations.
>> After check out lack the following items:
>> - Web Apps Library
>> - Runtime library.
>>
>> Adding these items manually it runs correctly.
>> Bye
>> Alex
>>
>>
>>
>> Zucchi Alessandro wrote:
>>   
>>> Hi Eugene,
>>> I've installed a full 0.9.6 version on Eclipse 3.4 updated at the latest
>>> version.
>>> However also with a full 0.9.5/0.9.6 version on Eclipse 3.3 updated at
>>> the
>>> latest version doesn't work.
>>> Attached a stamp of m2eclipse as installed.
>>>  http://www.nabble.com/file/p19414122/stamp.jpg 
>>> Bye.
>>> Alex.
>>>
>>>
>>>
>>>
>>> Eugene Kuleshov wrote:
>>>     
>>>> Alex,
>>>>
>>>>   Please make sure you have WTP integration for m2eclipse installed.
>>>>
>>>>   regards,
>>>>   Eugene
>>>>
>>>>
>>>> Zucchi Alessandro wrote:
>>>>       
>>>>> Hi all,
>>>>> when I try to check out a Dynamic Web Project using the future <<Check
>>>>> out
>>>>> as Maven project>> the web project get checked out as a simple Java
>>>>> project.
>>>>> Obviously with Java project is all right.
>>>>>
>>>>> The web project pom.xml contains <<war>> as packaging as follow:
>>>>> ....
>>>>> <modelVersion>4.0.0</modelVersion>
>>>>> <groupId>com.zucchetti.qweb.suitecaf.web</groupId>
>>>>> <artifactId>suitecafonweb</artifactId>
>>>>> <version>03.05.00-SNAPSHOT</version>      
>>>>> <packaging>war</packaging>
>>>>>
>>>>> and in the build section:
>>>>>
>>>>> <build>
>>>>>   <sourceDirectory>JavaSource</sourceDirectory>
>>>>>   <finalName>suiteCafOnWeb</finalName>
>>>>>   <plugins>
>>>>>           <plugin>
>>>>>           <groupId>org.apache.maven.plugins</groupId>
>>>>>           <artifactId>maven-eclipse-plugin</artifactId>
>>>>>           <configuration>
>>>>>                   <wtpversion>2.0</wtpversion>
>>>>>           </configuration>
>>>>>           </plugin> 
>>>>>   </plugins>
>>>>> </build>
>>>>>
>>>>> I'm sure to do something of wrong but I don't understend where ?
>>>>> Anyone can help me?
>>>>>
>>>>> Best regards
>>>>> Alex.
>>>>>   
>>>>>         
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe from this list, please visit:
>>>>
>>>>     http://xircles.codehaus.org/manage_email
>>>>
>>>>
>>>>
>>>>
>>>>       
>>>     
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Check-out-as-Maven-project-tp19413931p19429139.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to