Re: [M2] Eclipse WTP not Working

2006-02-18 Thread Srepfler Srgjan

Fabrizio Giustina wrote:

I've tried to use maven-eclipse-plugin's support for WTP with Eclipse
3.1.1and WTP
1.0 (latest release). I could configure a TomCat 5.5 server and add my Web
project.  I also got to the point where I could start TomCat.  However, the
application did not load due to missing libraries on the classpath.
Everything works fine when I deploy the same war manually.



The released version of the eclipse plugin only supports WTP R7.
Wtp 1.0 support has been added recently (not released yet) but there
is a bug WTP 1.0 so that external dependencies are not working at all,
see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783

As a workaround, the eclipse plugin in svn will move all the
dependencies to src/main/webapp/WEB-INF/lib while generating a WTP
configuration (with -Dwtpversion=1.0) but this is absolutely a
non-optimal solution.
A working wtp 1.0.1 build should be out in a couple of weeks so we'll
wait for it before releasing a new version of the plugin (btw, if you
are running web modules inside eclipse, wtp 1.0 has a big performance
regression which makes it unusable, regardless of the external
dependency problem...)

fabrizio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  
Does this bug affect also WTP 1.5M4? Anyhow isn't that issue fixed at 
least according to bugzilla or was it reopened the other day?
Can I use the 1.0 project support with 1.5? What do I need and where can 
I check out to build the new eclipse plugin? Thx

Srgjan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [M2] Eclipse WTP not Working

2006-01-22 Thread Thomas Van de Velde
Thanks Fabrizio,

Indeed I've noticed horrible performance on publishing projects.  Looking
forward to 1.0.1.

On 1/22/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote:
>
> > I've tried to use maven-eclipse-plugin's support for WTP with Eclipse
> > 3.1.1and WTP
> > 1.0 (latest release). I could configure a TomCat 5.5 server and add my
> Web
> > project.  I also got to the point where I could start TomCat.  However,
> the
> > application did not load due to missing libraries on the classpath.
> > Everything works fine when I deploy the same war manually.
>
> The released version of the eclipse plugin only supports WTP R7.
> Wtp 1.0 support has been added recently (not released yet) but there
> is a bug WTP 1.0 so that external dependencies are not working at all,
> see:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783
>
> As a workaround, the eclipse plugin in svn will move all the
> dependencies to src/main/webapp/WEB-INF/lib while generating a WTP
> configuration (with -Dwtpversion=1.0) but this is absolutely a
> non-optimal solution.
> A working wtp 1.0.1 build should be out in a couple of weeks so we'll
> wait for it before releasing a new version of the plugin (btw, if you
> are running web modules inside eclipse, wtp 1.0 has a big performance
> regression which makes it unusable, regardless of the external
> dependency problem...)
>
> fabrizio
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [M2] Eclipse WTP not Working

2006-01-22 Thread Fabrizio Giustina
> I've tried to use maven-eclipse-plugin's support for WTP with Eclipse
> 3.1.1and WTP
> 1.0 (latest release). I could configure a TomCat 5.5 server and add my Web
> project.  I also got to the point where I could start TomCat.  However, the
> application did not load due to missing libraries on the classpath.
> Everything works fine when I deploy the same war manually.

The released version of the eclipse plugin only supports WTP R7.
Wtp 1.0 support has been added recently (not released yet) but there
is a bug WTP 1.0 so that external dependencies are not working at all,
see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783

As a workaround, the eclipse plugin in svn will move all the
dependencies to src/main/webapp/WEB-INF/lib while generating a WTP
configuration (with -Dwtpversion=1.0) but this is absolutely a
non-optimal solution.
A working wtp 1.0.1 build should be out in a couple of weeks so we'll
wait for it before releasing a new version of the plugin (btw, if you
are running web modules inside eclipse, wtp 1.0 has a big performance
regression which makes it unusable, regardless of the external
dependency problem...)

fabrizio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[M2] Eclipse WTP not Working

2006-01-22 Thread Thomas Van de Velde
Hi,

I've tried to use maven-eclipse-plugin's support for WTP with Eclipse
3.1.1and WTP
1.0 (latest release). I could configure a TomCat 5.5 server and add my Web
project.  I also got to the point where I could start TomCat.  However, the
application did not load due to missing libraries on the classpath.
Everything works fine when I deploy the same war manually.

In my case Spring classes were missing.  However, looking at .wtpmodules, I
could find a reference to the Spring library:


  uses


When I look at the J2EE Module Dependencies (under Project Properties) I
notice that all dependencies are listed with a warning triangle.

Is there anything missing in my setup or is this a bug?

Thanks.

Thomas