Re: Forrest Failures

2006-08-15 Thread sebb

On 15/08/06, Gav [EMAIL PROTECTED] wrote:



 -Original Message-
 From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
 Sent: Monday, 14 August 2006 11:51 AM
 To: general@gump.apache.org
 Subject: Re: Forrest Failures

 On Sat, 12 Aug 2006, Gav [EMAIL PROTECTED]
 wrote:

  Anyway
  http://vmgump.apache.org/gump/public/forrest/forrest/index.html
 
  Any clues for me to take a look at possible cures for this, should I
  Be going to Cocoon folk or ?

 Not really, it is not Cocoon's fault that Gump doesn't support Maven2.

 Gump cannot deal with Maven2 builds and thus cannot build Cocoon.  As
 long as this doesn't change, we won't be able to build forrest or
 lenya.  It might be better to turn off nag mails for the time being.

Thanks Stefan for your reply, I have not yet had time to digest Maven at
all.
Is there a likelihood in the future that Gump would support Maven, or is
Maven intended as a replacement/alternative?


AIUI Gump currently supports Ant and Maven1 - it is Maven2 support
that is lacking.

Maven2 support would presumably (better!) be additional to Maven1.


Thanks

Gav...



 Stefan

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.405 / Virus Database: 268.10.9/417 - Release Date: 8/11/2006




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Invalid File Index error

2006-08-15 Thread Tom Russ
Matt McCutchen wrote:
 Yes, rsync will send the complete file list each time it runs.  It seems
 odd to me that building the file list would take 15 minutes; when I back
 up the system partition of my computer (300,000 files) rsync takes
 perhaps 5 minutes to build the file list.

That surely depends on the computer and your disk.
http://www.sirlook.com/dir/
My laptop disk has about 2,000,000 files, and it takes longer than 15
minutes to build the list when doing a backup with rsync.  Also I have
to do two rsync runs, as it can run out of memory if I do the whole
tree with one.  (192MB RAM).

-- Jamie



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Forrest Failures

2006-08-15 Thread Stefan Bodewig
On Tue, 15 Aug 2006, Gav [EMAIL PROTECTED]
wrote:

 Thanks Stefan for your reply, I have not yet had time to digest
 Maven at all.  Is there a likelihood in the future that Gump would
 support Maven, or is Maven intended as a replacement/alternative?

Gump supports Maven 1, but doesn't support Maven 2, yet.  yet is
at least since about a year.  In general we intend to support it, but
lack the knowledge and/or time to actually implement it.

Maven itself is not an alternative to Gump while Continuum's goals are
different from Gump's.  Gump explicitly tries to build against the
latest code and ignores the version information on dependencies you
specify.  It is here to detect changes in one codebase that break
other code bases.

Running Maven2 in Gump wouldn't be too hard, but enforcing control
over which jars Maven2 uses is pretty complex.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]