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? >