You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <bp...@f2network.com.au> on 2004/02/11 01:27:39 UTC

RE: "out of the box" support for deploying to a tomcat webapps ar ea

Not quite. Its been on my list of stuff to roll in for a long time.

Take a look at the appserver plugin, and also the hot deployment for Tomcat
which can be downloaded from the Maven wiki with a bit of searching.

Cheers,
Brett

> -----Original Message-----
> From: Glenn R. Golden [mailto:ggolden@umich.edu] 
> Sent: Wednesday, 11 February 2004 11:21 AM
> To: Maven Users List
> Subject: "out of the box" support for deploying to a tomcat 
> webapps area
> 
> 
> New to Maven - so far so *cool*!
> 
> I get the idea about each project "installing" the artifact from the 
> project in the repo.
> 
> Once I war:install or jar:install a bunch of projects into the local 
> repo, now I need to have a project which moves war files from 
> the repo. 
> into a deployment area, such as tomcat/webapps, and jar files 
> from the 
> repo. to tomcat/shared/lib.
> 
> Is there any support for this built in to Maven?  How might I do this?
> 
> Thanks.
> 
> - Glenn
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

servlet + jsp dependency

Posted by "Glenn R. Golden" <gg...@umich.edu>.
I'm working on a project that has a dependency on the jsp classes.  I 
see in ibiblio the servlet api:

		<dependency>
			<groupId>servletapi</groupId>
			<artifactId>servletapi</artifactId>
			<version>2.4-20030804.000000</version>
		</dependency>

but this doesn't have the jsp stuff.

I've been using a "servlet.jar" that has the servlet and jsp classes 
from:
http://java.sun.com/products/jsp/download.html  -   the "Download class 
files 1.2" classes link

Has anyone had this need?  Is this available in any maven- accessible 
place?

Thanks.

- Glenn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven eclipse enhancement

Posted by di...@multitask.com.au.
Is the project shared (i.e. under CVS control) in eclipse terminology. 
This is the only time I've seen that happen, otherwise eclipse usually 
hides em.
--
dIon Gillard, Multitask Consulting



"Glenn R. Golden" <gg...@umich.edu> wrote on 11/02/2004 02:32:27 PM:

> Well, I'm trying to get eclipse to stop showing the contents of the cvs 
> folders mixed in with the source (src/java).  This sort of works.  Is 
> there a better way?
> 
> Thanks.
> 
> - Glenn
> 
> On Feb 10, 2004, at 10:31 PM, Ben Walding wrote:
> 
> > While this could easily be done, I've never noticed CVS metadata 
> > directories causing any issues in Eclipse (and CVS is all that I use)
> >
> > What problem are you experiencing?
> >
> > (Also, best to raise it as a JIRA issue otherwise it will be 
forgotten)
> >
> > Glenn R. Golden wrote:
> >
> >> It would be nice if the source entry in the .classpath was written 
> >> with this cvs exclusion:
> >>
> >>     <classpathentry excluding="**/CVS/" kind="src" path="src/java"/>
> >>
> >> (I think this is the way to do it).
> >>
> >> - Glenn
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven eclipse enhancement

Posted by "Glenn R. Golden" <gg...@umich.edu>.
Well, I'm trying to get eclipse to stop showing the contents of the cvs 
folders mixed in with the source (src/java).  This sort of works.  Is 
there a better way?

Thanks.

- Glenn

On Feb 10, 2004, at 10:31 PM, Ben Walding wrote:

> While this could easily be done, I've never noticed CVS metadata 
> directories causing any issues in Eclipse (and CVS is all that I use)
>
> What problem are you experiencing?
>
> (Also, best to raise it as a JIRA issue otherwise it will be forgotten)
>
> Glenn R. Golden wrote:
>
>> It would be nice if the source entry in the .classpath was written 
>> with this cvs exclusion:
>>
>>     <classpathentry excluding="**/CVS/" kind="src" path="src/java"/>
>>
>> (I think this is the way to do it).
>>
>> - Glenn
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven eclipse enhancement

Posted by Ben Walding <be...@walding.com>.
While this could easily be done, I've never noticed CVS metadata 
directories causing any issues in Eclipse (and CVS is all that I use)

What problem are you experiencing?

(Also, best to raise it as a JIRA issue otherwise it will be forgotten)

Glenn R. Golden wrote:

> It would be nice if the source entry in the .classpath was written 
> with this cvs exclusion:
>
>     <classpathentry excluding="**/CVS/" kind="src" path="src/java"/>
>
> (I think this is the way to do it).
>
> - Glenn
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


maven eclipse enhancement

Posted by "Glenn R. Golden" <gg...@umich.edu>.
It would be nice if the source entry in the .classpath was written with 
this cvs exclusion:

     <classpathentry excluding="**/CVS/" kind="src" path="src/java"/>

(I think this is the way to do it).

- Glenn


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org