Hello!

I'm doing some tests with nant and I have a problem... I hope that easy
to fix but I have not found it Googling it :-)

When I try to do a zip file, using zip task:
--------
                <zip zipfile="backup.zip">
                        <fileset basedir="." prefix="bin">
                                <include name="**/**"/>
                        </fileset>
                </zip>
--------

I get, after execute nant:
--------
/home/carles/sise/nant4/default.build(33,4):
Zip file '/home/carles/sise/nant4/backup.zip' could not be created.
    CodePage 850 not supported
--------

Why so?
I'm using nant in a Debian distribution, from Debian respositories.
That's is, nant 0.85 and Mono.

My locale is [EMAIL PROTECTED] but I also tried other locales... is it realted 
with
file system codepage? which codepage?

Any clue how to workaround it? 

Thank you!

-- 
Carles Pina i Estany            GPG id: 0x8CBDAE64
        http://pinux.info       Manresa - Barcelona

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to