[Factor-talk] Deployment options

2011-07-27 Thread Michele Pes
Hi factorers, I'm now trying to deploy this mini factor script. I tried with all supports enabled but no way. What are my errors? thanks in advance, michele pes USING: kernel sequences ; FROM: namespaces = get ; FROM: command-line = command-line ; FROM: io = write ; FROM: io.files = exists? ;

[Factor-talk] Errata

2011-07-27 Thread Michele Pes
Hi, xml-validator now correctly deploy, excuse me for trivial error. File copier correctly deploy, but immediately exit with a run-time error. When I run it as script, no errors are shown. Please help, michele pes -- Got

Re: [Factor-talk] Errata

2011-07-27 Thread John Benediktsson
When I tried to load your file in the Factor listener (e.g., USE: file-copier), I got a few errors (press F3 to see them).  The following minor changes fixed it for me: $ diff ~/Downloads/file-copier.factor file-copier.factor 105,106c105,106     [ g-source get file-name g-destination set ]    

Re: [Factor-talk] Errata

2011-07-27 Thread John Benediktsson
Hi Michele, Below is a file copy program that can be deployed and works. I don't know if it differs from your requirements, but you might find it useful to look through: http://paste.factorcode.org/paste?id=2334 Best, John. On Wed, Jul 27, 2011 at 8:24 AM, John Benediktsson mrj...@gmail.com