Re: Prep release 09.03.0100: WiX v3.7.1224.0 file/id error

From: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
To: ljwilson <ljwilson(at)digitalav(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Prep release 09.03.0100: WiX v3.7.1224.0 file/id error
Date: 2013-12-15 03:02:37
Message-ID: 52AD1BCD.4010707@winpg.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi jack-san.

Thank you for the quick check.
Sorry, My work is very slow...

Regards,
Hiroshi Saito

(2013/12/15 1:41), ljwilson wrote:
> Maybe this is fixed in WiX v3.8, but apparently it is a bug that has been
> around a while.
>
> Looks like for commit f7d30f3c4a84dc9039d64e93060bf7424633e2c5
>
> just need to change the dash to an underscore:
> <File Id=&quot;docs.release-7.3.html&quot;
> to
> &lt;File Id=&quot;docs.release_7.3.html&quot;
>
> for both of the *.wxs files changed in that commit.
>
> Error:
> *********************************
>
> C:\psqlodbc\installer>make
>
> Version not specified - defaulting to "09.03.0100"
>
> PRODUCTCODE="D3527FA5-9C2B-4550-A59B-9534A78950F4"
>
> Building psqlODBC/0903 merge module...
> psqlodbcm.wxs
>
> Building psqlODBC installer database...
> psqlodbc.wxs
> C:\psqlodbc\installer\psqlodbc.wxs(48) : error CNDL0014 : The File/@Id
> attribute's value, 'docs.release-7.3.html', is not a legal identifier.
> Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (_),
> or periods (.). Every identifier must begin with either a letter or an
> underscore.
> Aborting build!
>
> *********************************
>
> Thanks...jack
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Prep-release-09-03-0100-WiX-v3-7-1224-0-file-id-error-tp5783419.html
> Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message ljwilson 2013-12-15 13:12:20 Re: Prep release 09.03.0100: Unable to browse tables from some ide's
Previous Message Hiroshi Inoue 2013-12-14 22:54:21 Re: Prep release 09.03.0100: Unable to browse tables from some ide's