This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Nightly testing


Alex> Is there a way to make sure that devo/gcc/fixinc is part of what
Alex> is checked out with the `java-tool-lite' bundle?

Not without reading the modules file.  It would be nice if cvs would
expand a module name into a list of directories, but there is no way
to do that (that I know of.  Maybe you could play tricks with `co -n')

I looked at the modules file and it looks fine.

How are the checkouts done each night?  If you use `cvs update' then
you'll have problems when new directories are added, unless you also
use `-d'.

Tom