[jira] Commented: (MWAR-82) setting archiveClasses to true create the jar in WEB-INF/lib but does not remove WEB-INF/classes

2008-10-16 Thread Taras Lipatov (JIRA)

[ 
http://jira.codehaus.org/browse/MWAR-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=151007#action_151007
 ] 

Taras Lipatov commented on MWAR-82:
---

Still getting this
mvn 2.0.9
war 2.0

Any one out there on the same boat?

> setting archiveClasses to true create the jar in WEB-INF/lib but does not 
> remove WEB-INF/classes
> 
>
> Key: MWAR-82
> URL: http://jira.codehaus.org/browse/MWAR-82
> Project: Maven 2.x War Plugin
>  Issue Type: Bug
>Reporter: Sebastien Brunot
>Assignee: Stephane Nicoll
>
> This bug has been explained on the maven users mailing list:
> Hi Sebastien
>   It seems to be a bug.
>   In the code [1] we have :
> if ( archiveClasses )
> {
> createJarArchive( libDirectory );
> }
> else
> {
> copyDirectoryStructureIfModified( classesDirectory, 
> webappClassesDirectory );
> }
>   The content of the classes directory is never removed (neither in 
> createJarArchive nor somewhere else).
>   Can you create an issue please ?
> Thx
> Arnaud
> [1]
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/AbstractWarMojo.java?revision=471624
> Sebastien Brunot wrote:
> > 
> > Hi all,
> >  
> > i've got a war project which pom build section contains the following
> > statements:
> >  
> >
> >
> > org.apache.maven.plugins
> > maven-war-plugin
> > 
> >  
> >   
> >war
> >   
> >   
> >true
> >   
> >  
> > 
> >
> > 
> > As a result, all the classes and resources from my war project are 
> > packaged in a jar that is copied in the WEB-INF/lib directory of the 
> > war artifact.
> >  
> > But i don't understand why the war artifact still contains copy of the 
> > classes and resources under WEB-INF/classes... Does anybody think that 
> > i've misconfigured the war plugin ?
> >  
> > Thanks for your help,
> >  
> > Sebastien
> > 
> > 
> --
> View this message in context: 
> http://www.nabble.com/Configuring-war-plugin-for-using-a-jar-instead-of-WEB-INF-classes-tf2589199s177.html#a7219855
> Sent from the Maven - Users mailing list archive at Nabble.com.
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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




[jira] Created: (MECLIPSE-340) Option to point source-path at target/artifactId-version

2007-11-06 Thread Taras Lipatov (JIRA)
Option to point source-path at target/artifactId-version


 Key: MECLIPSE-340
 URL: http://jira.codehaus.org/browse/MECLIPSE-340
 Project: Maven 2.x Eclipse Plugin
  Issue Type: New Feature
  Components: WTP support
Reporter: Taras Lipatov
Priority: Minor


Not sure if this is available and if not, why its not...

Our app requires processing of config files prior to deployment. so thre is no 
way to fire up the app from src/main/webapp
Currently we manually edit .settings/org.eclipse.wst.common.component
But  target/artifactId-version changes with every release, so we need to keep 
track.

We can then automatically regenerate the org.eclipse.wst.common.component file 
with every release.

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