spaetz wrote: > On Wed, Aug 27, 2008 at 10:20:08PM +0200, Maarten Deen wrote: >> Jep, found the error. This is what Compress.pm instructs 7zip to do: >> C:\ProgramFiles\TilesAtHome\zip\7za.exe a -tzip >> C:\temp\TaH\uploadable\_58045_260984_tile_tileset.zip >> C:\temp\TaH\tile_12_2653_1259.dir\*.png (put it all on one line) >> >> And this is what it should do: C:\ProgramFiles\TilesAtHome\zip\7za.exe a >> -tzip C:\temp\TaH\uploadable\_58045_260984_tile_tileset.zip >> C:\temp\TaH\12_2653_1259_0P0WH\tile_12_2653_1259.dir\*.png > > Hold on, I have been staring for too long at this code today :-) > > WHen the Tileset generation is finished, it is being moved into the > WorkingDirectory ( C:\temp\TaH\ ).
Ah, I see that now. But those directories are empty, so there is something going wrong with the moving. Apart from that: why move those directories? They're good where they are and you can zip from there. Maarten _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
