You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/09/21 13:21:52 UTC

cvs commit: maven/src/plugins-build/aspectj .cvsignore

vmassol     2003/09/21 04:21:52

  Modified:    src/plugins-build/aspectj .cvsignore
  Log:
  Ignore Eclipse project files
  
  Revision  Changes    Path
  1.2       +2 -0      maven/src/plugins-build/aspectj/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	24 Jan 2003 03:44:36 -0000	1.1
  +++ .cvsignore	21 Sep 2003 11:21:52 -0000	1.2
  @@ -1,3 +1,5 @@
   target
   velocity.log
   maven.log
  +.classpath
  +.project
  
  
  

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


RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by Michal Maczka <mm...@interia.pl>.

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: Sunday, September 21, 2003 3:50 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore
> 
> 
> Wouldn't you be better off putting these in your Eclipse preferences, 
> instead of in every plugin/project?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
I think that it's safer to this like Vincent did.
Every instance of eclipse used by any of committers will see a change.


Michal 





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


RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by Vincent Massol <vm...@pivolis.com>.

> -----Original Message-----
> From: Rafal Krzewski [mailto:Rafal.Krzewski@caltha.pl]
> Sent: 22 September 2003 07:28
> To: Maven Developers List
> Subject: Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore
> 
> dion@multitask.com.au wrote:
> 
> > I can just see the IDEA, JBuilder and JDeveloper files getting
checked
> > into CVS too....
> 
> How about including all the IDE specific files into the
> CVSROOT/cvsignore file? I think you guys forgot about this feature of
> CVS :-)

Good idea. However this strategy fails when code is moved around. For
example, we'll soon externalize plugins to some other location(s) in CVS
(possibly other CVSes).

I think I'd rather keep each .cvsignore files but I'm not sure ;-)

-Vincent


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


Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by Rafal Krzewski <Ra...@caltha.pl>.
dion@multitask.com.au wrote:

> I can just see the IDEA, JBuilder and JDeveloper files getting checked 
> into CVS too....

How about including all the IDE specific files into the 
CVSROOT/cvsignore file? I think you guys forgot about this feature of
CVS :-)

R.


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


RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by Vincent Massol <vm...@pivolis.com>.
True. And? Is that a problem? Personally, I would see in it the list of
all files that should not be committed. Unless there's some known limit,
like performance, etc. I am just not aware of any issue.

Thanks
-Vincent

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: 21 September 2003 16:55
> To: Maven Developers List
> Subject: RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore
> 
> I can just see the IDEA, JBuilder and JDeveloper files getting checked
> into CVS too....
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Vincent Massol" <vm...@pivolis.com> wrote on 22/09/2003 12:31:12
AM:
> 
> > I don't think so. What I'm doing is helping anyone else using
Eclipse.
> > Hence the reason I'm checking it in.
> >
> > Is there any issue with having files in .cvsignore that I am not
aware
> > of?
> >
> > Thanks
> > -Vincent
> >
> > > -----Original Message-----
> > > From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> > > Sent: 21 September 2003 15:50
> > > To: Maven Developers List
> > > Subject: Re: cvs commit: maven/src/plugins-build/aspectj
.cvsignore
> > >
> > > Wouldn't you be better off putting these in your Eclipse
preferences,
> > > instead of in every plugin/project?
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://blogs.codehaus.org/people/dion/
> > >
> > >
> > > vmassol@apache.org wrote on 21/09/2003 09:21:52 PM:
> > >
> > > > vmassol     2003/09/21 04:21:52
> > > >
> > > >   Modified:    src/plugins-build/aspectj .cvsignore
> > > >   Log:
> > > >   Ignore Eclipse project files
> > > >
> > > >   Revision  Changes    Path
> > > >   1.2       +2 -0
maven/src/plugins-build/aspectj/.cvsignore
> > > >
> > > >   Index: .cvsignore
> > > >
> > ===================================================================
> > > >   RCS file:
/home/cvs/maven/src/plugins-build/aspectj/.cvsignore,v
> > > >   retrieving revision 1.1
> > > >   retrieving revision 1.2
> > > >   diff -u -r1.1 -r1.2
> > > >   --- .cvsignore   24 Jan 2003 03:44:36 -0000   1.1
> > > >   +++ .cvsignore   21 Sep 2003 11:21:52 -0000   1.2
> > > >   @@ -1,3 +1,5 @@
> > > >    target
> > > >    velocity.log
> > > >    maven.log
> > > >   +.classpath
> > > >   +.project
> > > >
> > > >
> > > >
> > > >
> > > >
> >
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: dev-help@maven.apache.org
> > > >
> > >
> > >
> > >
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



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


RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by di...@multitask.com.au.
I can just see the IDEA, JBuilder and JDeveloper files getting checked 
into CVS too....
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Vincent Massol" <vm...@pivolis.com> wrote on 22/09/2003 12:31:12 AM:

> I don't think so. What I'm doing is helping anyone else using Eclipse.
> Hence the reason I'm checking it in.
> 
> Is there any issue with having files in .cvsignore that I am not aware
> of?
> 
> Thanks
> -Vincent
> 
> > -----Original Message-----
> > From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> > Sent: 21 September 2003 15:50
> > To: Maven Developers List
> > Subject: Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore
> > 
> > Wouldn't you be better off putting these in your Eclipse preferences,
> > instead of in every plugin/project?
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > vmassol@apache.org wrote on 21/09/2003 09:21:52 PM:
> > 
> > > vmassol     2003/09/21 04:21:52
> > >
> > >   Modified:    src/plugins-build/aspectj .cvsignore
> > >   Log:
> > >   Ignore Eclipse project files
> > >
> > >   Revision  Changes    Path
> > >   1.2       +2 -0      maven/src/plugins-build/aspectj/.cvsignore
> > >
> > >   Index: .cvsignore
> > >
> ===================================================================
> > >   RCS file: /home/cvs/maven/src/plugins-build/aspectj/.cvsignore,v
> > >   retrieving revision 1.1
> > >   retrieving revision 1.2
> > >   diff -u -r1.1 -r1.2
> > >   --- .cvsignore   24 Jan 2003 03:44:36 -0000   1.1
> > >   +++ .cvsignore   21 Sep 2003 11:21:52 -0000   1.2
> > >   @@ -1,3 +1,5 @@
> > >    target
> > >    velocity.log
> > >    maven.log
> > >   +.classpath
> > >   +.project
> > >
> > >
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> > >
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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


RE: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by Vincent Massol <vm...@pivolis.com>.
I don't think so. What I'm doing is helping anyone else using Eclipse.
Hence the reason I'm checking it in.

Is there any issue with having files in .cvsignore that I am not aware
of?

Thanks
-Vincent

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: 21 September 2003 15:50
> To: Maven Developers List
> Subject: Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore
> 
> Wouldn't you be better off putting these in your Eclipse preferences,
> instead of in every plugin/project?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> vmassol@apache.org wrote on 21/09/2003 09:21:52 PM:
> 
> > vmassol     2003/09/21 04:21:52
> >
> >   Modified:    src/plugins-build/aspectj .cvsignore
> >   Log:
> >   Ignore Eclipse project files
> >
> >   Revision  Changes    Path
> >   1.2       +2 -0      maven/src/plugins-build/aspectj/.cvsignore
> >
> >   Index: .cvsignore
> >
===================================================================
> >   RCS file: /home/cvs/maven/src/plugins-build/aspectj/.cvsignore,v
> >   retrieving revision 1.1
> >   retrieving revision 1.2
> >   diff -u -r1.1 -r1.2
> >   --- .cvsignore   24 Jan 2003 03:44:36 -0000   1.1
> >   +++ .cvsignore   21 Sep 2003 11:21:52 -0000   1.2
> >   @@ -1,3 +1,5 @@
> >    target
> >    velocity.log
> >    maven.log
> >   +.classpath
> >   +.project
> >
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org



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


Re: cvs commit: maven/src/plugins-build/aspectj .cvsignore

Posted by di...@multitask.com.au.
Wouldn't you be better off putting these in your Eclipse preferences, 
instead of in every plugin/project?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


vmassol@apache.org wrote on 21/09/2003 09:21:52 PM:

> vmassol     2003/09/21 04:21:52
> 
>   Modified:    src/plugins-build/aspectj .cvsignore
>   Log:
>   Ignore Eclipse project files
> 
>   Revision  Changes    Path
>   1.2       +2 -0      maven/src/plugins-build/aspectj/.cvsignore
> 
>   Index: .cvsignore
>   ===================================================================
>   RCS file: /home/cvs/maven/src/plugins-build/aspectj/.cvsignore,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- .cvsignore   24 Jan 2003 03:44:36 -0000   1.1
>   +++ .cvsignore   21 Sep 2003 11:21:52 -0000   1.2
>   @@ -1,3 +1,5 @@
>    target
>    velocity.log
>    maven.log
>   +.classpath
>   +.project
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 


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