Re: Single quotes need escaping in scarab-schema.xml

Nigel Tamplin <[email protected]> Mon, 20 Oct 2008 03:03:24 +0100
Newsgroups gmane.comp.java.scarab.devel
Message-ID <[email protected]>
Hi Johannes,

It works.  I updated to revision 10628 and the following commands

    $ ant
    $ ant create-db
    $ psql scarab2 -U scarab < ../src/sql/postgresql/hack-db.sql

all ran ok against a PostgreSQL 8.1 DB

Nigel

Johannes Hoechstaedter wrote:
> Hi,
>
> I removed all single quotes from ths scarab-schema.xml. So from what 
> you said I think it should compile now. I don't have a postgresql db 
> for testing. You might try it out and post your comments into this 
> thread.
>
> cheers,
> Johannes
>
> Nigel Tamplin schrieb:
>> I had to escape some ' (single quote) characters within 
>> scarab-schema.xml so that the ant task "create-db" would run against 
>> a PostgreSQL 8.1 DB.
>>
>> diff attached.
>>
>> Nigel
>> ------------------------------------------------------------------------
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>