You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Ryan Bloom <rb...@redhat.com> on 2004/06/16 16:02:34 UTC

[PATCH] .cvsignore good-ness

I am getting a couple of files in my cvs diff output that should be 
ignored.  

Index: .cvsignore
===================================================================
RCS file: /home/cvspublic/ws-xmlrpc/.cvsignore,v
retrieving revision 1.7
diff -u -d -b -w -r1.7 .cvsignore
--- .cvsignore  15 Aug 2002 16:15:32 -0000      1.7
+++ .cvsignore  16 Jun 2004 14:00:27 -0000
@@ -1,3 +1,5 @@
 target
 *~
 maven.log
+test-reports
+lib

and a new file in examples/echo/
*.class


Ryan

Re: [PATCH] .cvsignore good-ness

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
I added an entry for the test-reports directory, but as the other two don't 
seem to be created through the standard build system, I've left them out 
pending more requests.

Ryan Bloom wrote:
> I'm using ant to build everything.  As for the .class files in the 
> examples/echo directory, I created them using javac, because I didn't see 
> where they were built through the build system.
> 
> Ryan
> 
> On Wed, 16 Jun 2004, Daniel Rall wrote:
> 
> 
>>Ryan Bloom wrote:
>>
>>>I am getting a couple of files in my cvs diff output that should be 
>>>ignored.  
>>>
>>>Index: .cvsignore
>>>===================================================================
>>>RCS file: /home/cvspublic/ws-xmlrpc/.cvsignore,v
>>>retrieving revision 1.7
>>>diff -u -d -b -w -r1.7 .cvsignore
>>>--- .cvsignore  15 Aug 2002 16:15:32 -0000      1.7
>>>+++ .cvsignore  16 Jun 2004 14:00:27 -0000
>>>@@ -1,3 +1,5 @@
>>> target
>>> *~
>>> maven.log
>>>+test-reports
>>>+lib
>>
>>Ryan, what build system are you using which is creating these files?  I'd like 
>>to understand why they're getting created before making the suggested changes.
>>
>>
>>>and a new file in examples/echo/
>>>*.class
>>
>>Ick, what's creating that?
>>


Re: [PATCH] .cvsignore good-ness

Posted by Ryan Bloom <rb...@redhat.com>.
I'm using ant to build everything.  As for the .class files in the 
examples/echo directory, I created them using javac, because I didn't see 
where they were built through the build system.

Ryan

On Wed, 16 Jun 2004, Daniel Rall wrote:

> Ryan Bloom wrote:
> > I am getting a couple of files in my cvs diff output that should be 
> > ignored.  
> > 
> > Index: .cvsignore
> > ===================================================================
> > RCS file: /home/cvspublic/ws-xmlrpc/.cvsignore,v
> > retrieving revision 1.7
> > diff -u -d -b -w -r1.7 .cvsignore
> > --- .cvsignore  15 Aug 2002 16:15:32 -0000      1.7
> > +++ .cvsignore  16 Jun 2004 14:00:27 -0000
> > @@ -1,3 +1,5 @@
> >  target
> >  *~
> >  maven.log
> > +test-reports
> > +lib
> 
> Ryan, what build system are you using which is creating these files?  I'd like 
> to understand why they're getting created before making the suggested changes.
> 
> > and a new file in examples/echo/
> > *.class
> 
> Ick, what's creating that?
> 

Re: [PATCH] .cvsignore good-ness

Posted by Daniel Rall <dl...@collab.net>.
Ryan Bloom wrote:
> I am getting a couple of files in my cvs diff output that should be 
> ignored.  
> 
> Index: .cvsignore
> ===================================================================
> RCS file: /home/cvspublic/ws-xmlrpc/.cvsignore,v
> retrieving revision 1.7
> diff -u -d -b -w -r1.7 .cvsignore
> --- .cvsignore  15 Aug 2002 16:15:32 -0000      1.7
> +++ .cvsignore  16 Jun 2004 14:00:27 -0000
> @@ -1,3 +1,5 @@
>  target
>  *~
>  maven.log
> +test-reports
> +lib

Ryan, what build system are you using which is creating these files?  I'd like 
to understand why they're getting created before making the suggested changes.

> and a new file in examples/echo/
> *.class

Ick, what's creating that?