[ http://jira.codehaus.org/browse/MNG-1377?page=comments#action_53119 ] 

david varnes commented on MNG-1377:
-----------------------------------

Note that the WTP team have deferred fixing eclipse bug 116783 ( 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783 ) until post wtp-1.0 
(maybe wtp-1.0.1 but they have not investigated yet, see comments in bug).  
Anyone know when they plan 1.0.1 ? 

This bug relates to a failure to deploy "externally defined" artifacts to the 
the target WEB-INF/lib in server container.  Thus it is a regression from m6, 
IIRC.  In other words project dependency jars that are defined to be in 
MAVEN_REPO are not deployed to server using "Publish" action.  You might want 
to add a comment regarding importance to maven users or add a vote.

IMHO this is a show stopper for easy (ie parrallel) use of m2 and wtp-1.0.  As 
a work around can we extend the standard maven 'deploy' to doa specific 'clean' 
and then 'resource' copy of the required artifacts to a nominated server 
location eg for Tomcat 5.5 it is 
WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tmpN/webapps/<finalName>/WEB-INF/lib
  ?

> Planning support for wtp 1.0
> ----------------------------
>
>          Key: MNG-1377
>          URL: http://jira.codehaus.org/browse/MNG-1377
>      Project: Maven 2
>         Type: Improvement

>   Components: maven-eclipse-plugin
>     Reporter: fabrizio giustina
>     Priority: Minor

>
>
> while approaching the 1.0 release WTP changed completely the project 
> descriptors for modules.
> The eclipse plugin should let users choose the version of WTP and generate 
> different files (wtp will anyway automatically migrate 0.7 projects starting 
> from M9, according to eclipse plans)
> Changes tracked for wtp 1.0 (partially working in current WTP builds):
> - ".wtpmodules" is renamed to ".component" and moved to the .settings folder
> - the .wtpmodules format is unchanged, except for the module type which is 
> not there anymore (should be verified in M9)
> - a new .settings/org.eclipse.wst.common.project.facet.core.prefs file is 
> written (property file) with server/module type information (server is now 
> specified in containerClasspath, need to be fixed)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to