Subject Re: [Firebird-Java] Current CVS version does not build
Author Mark O'Donohue
Blas Rodriguez Somoza wrote:

>Hello
>
>At 28/01/2003 23:10 +0000, Phil Shrimpton wrote:
>
>
>>Hi,
>>
>>Trying to build the current CVS version, and encountering a few issues, mainly
>>
>>XSQLVAR.java:63: cannot resolve symbol
>>XSQLVAR.java:153: cannonresolve symbol
>>
>>Pluss a few more. More info if needed
>>
>>
>
>It seems you have a problem updating your CVS copy.
>
>You must have a new directory called encodings.
>
>Class Encoding (line 63 error) and EncodingFactory (line 153 error) are inside this directory.
>
>
For unix from the command prompt its:

cvs update -d

the '-d' option will get new subdirectories, by default it doesn't. I
assume wincvs has a checkbox somewhere for the same thing.


Cheers

Mark