You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Glenn R. Golden" <gg...@umich.edu> on 2004/02/11 03:02:14 UTC

maven eclipse enhancement

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


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