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


Reply via email to