PDA

View Full Version : Friedrich...remember when I asked you about creating a zip?



NewsArchive
03-30-2011, 12:53 AM
Hello,

I am a little confused....

at compile time.

I want to ZIP everything in the web directory (to include subdirectories and
their contents):

C:\Users\Public\Documents\SoftVelocity\Clarion7\Ne tTalk\Web
Server\BasicBrowseAndForm (1)\web

and at install time...

Install it to here:

C:\Program Files (x86)\PDManager (Unzipping the archive will create a WEB
subdirectory in the PDManager directory)

The dialogs to do this are a little confusing for me.

Thanks!

Don

NewsArchive
03-30-2011, 12:54 AM
Error I got..

Zipping... C:\Users\Public\Documents\SoftVelocity\Clarion7\Ne tTalk\Web
Server\BasicBrowseAndForm (1)\web\*.* to C:\Users\Don
Ridley\Documents\SetupBuilder Projects\webfiles.zip
Zip process failed. Error Code #-168

Donald Ridley

NewsArchive
03-30-2011, 12:54 AM
This was supposed to be with my latest ZIP question! Arrrgggg!

Don

NewsArchive
03-30-2011, 12:55 AM
Hi Don,

> Zipping... C:\Users\Public\Documents\SoftVelocity\Clarion7\Ne tTalk\Web
> Server\BasicBrowseAndForm (1)\web\*.* to C:\Users\Don
> Ridley\Documents\SetupBuilder Projects\webfiles.zip
> Zip process failed. Error Code #-168

LSZip Error #-168 means "Nothing to do".

Are you sure the location is correct and there are files in
"C:\Users\Public\Documents\SoftVelocity\Clarion7\Ne tTalk\Web
Server\BasicBrowseAndForm (1)\web" ?

Friedrich

NewsArchive
03-31-2011, 12:38 AM
There are no files but there are 3 directories... Scripts, Images, and
Styles.

Don

NewsArchive
03-31-2011, 12:38 AM
Hi Don,

> There are no files but there are 3 directories... Scripts, Images, and
> Styles.

Aha, okay. I'll check this...

Friedrich

NewsArchive
03-31-2011, 12:38 AM
Thanks! I checked the "Include Subfolders."

Don

NewsArchive
03-31-2011, 12:39 AM
Hi Don,

This is caused by a SetupBuilder compiler bug :-( In your case, it does not
set the LSZip flag for folder recursion (ZIP_RECURSE_FLAG).

Fixed now in our latest internal source codes and will be available in the
next maintenance build.

Thank you for bringing this to my attention!

Friedrich

NewsArchive
03-31-2011, 12:40 AM
---
FIX : (sync from SB8) [SB#103301] IDE: The compiler did not handle
the "Include Subfolders" option in the "#zip file(s)..."
compiler directive.
---

Thanks again.

Friedrich

NewsArchive
03-31-2011, 12:40 AM
Thanks Friedrich! Your support for SB is beyond compare!!!

Don

NewsArchive
03-31-2011, 12:40 AM
> Thanks Friedrich! Your support for SB is beyond compare!!!
>

Thank YOU, Don!!

Friedrich