Re: generating Classpath for war modules

2006-04-18 Thread Wayne Fay
You're missing the  inside  which contains .

Wayne


On 4/18/06, Janos Mucsi <[EMAIL PROTECTED]> wrote:
>  Wayne
>  Thanks for replying, but it does not work. Here is your  advice:
>
>  I think you're looking for...
>
> 
>  maven-war-plugin
>  
>   
> 
>   true
> 
>   
>  
> 
>
> HTH.
> Wayne
>
>
>  Here is my POM:
>
>  
>  springframework
>  spring
>  1.2.6
>  runtime
>  
>  
>  
>  
>
>  
>  org.apache.maven.plugins
>  maven-war-plugin
>  
>   true 
>
>  ${basedir}/WebContent
>  ${basedir}/WebContent/WEB-INF/web.xml
>  
>  
>  
>  
>
>
> -
> Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.
>


Re: generating Classpath for war modules

2006-04-17 Thread Janos Mucsi
  Wayne
  Thanks for replying, but it does not work. Here is your  advice:
   
  I think you're looking for...


 maven-war-plugin
 
   
 
   true
 
   
 


HTH.
Wayne

   
  Here is my POM:
   
  
  springframework
  spring
  1.2.6
  runtime
  
  
  
  
  
  
  org.apache.maven.plugins
  maven-war-plugin
   
   true 
  
  ${basedir}/WebContent
  ${basedir}/WebContent/WEB-INF/web.xml
  
  
  
   


-
Yahoo! Messenger with Voice. PC-to-Phone calls for ridiculously low rates.

Re: generating Classpath for war modules

2006-04-17 Thread Wayne Fay
I think you're looking for...


 maven-war-plugin
 
   
 
   true
 
   
 


HTH.
Wayne

On 4/17/06, Janos Mucsi <[EMAIL PROTECTED]> wrote:
> Hi
> If I am doing this in pom.xml
> 
>  org.apache.maven.plugins
>  maven-war-plugin
>  
>
>   
>
> ${pom.dependencies}
>   
>   
>
> ${basedir}/WebContent
>
> ${basedir}/WebContent/WEB-INF/web.xml
>**/*.jar
>  
>   
>
> I am getting garbage (well, not what I want):
>
> Classpath: [Dependency {groupId=junit,
> artifactId=junit, version=3.8.1
>  , type=jar}, Dependency {groupId=fds.app,
> artifactId=my-core, version
>  =1.0, type=jar}]
>
>
>
> Can somebody please tell me how to enumerate the
> dependencies I want in the manifest?
> Thanks.
> Janos
>
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


generating Classpath for war modules

2006-04-17 Thread Janos Mucsi
Hi
If I am doing this in pom.xml

  org.apache.maven.plugins
  maven-war-plugin
   

   
  
${pom.dependencies}
   
   
   
${basedir}/WebContent
   
${basedir}/WebContent/WEB-INF/web.xml
**/*.jar
  
   

I am getting garbage (well, not what I want):

Classpath: [Dependency {groupId=junit,
artifactId=junit, version=3.8.1
 , type=jar}, Dependency {groupId=fds.app,
artifactId=my-core, version
 =1.0, type=jar}]



Can somebody please tell me how to enumerate the
dependencies I want in the manifest?
Thanks.
Janos

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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