Keith,
Have just tried using javac from the command line, and the generated files compile fine - so it seems to be a JBuilder 9.0 problem. (I had previously tried using javac via JBuilder when trying to sort out the problem (via Project Settings dialogue), but still got the same error messages as when using Borland Make).
regards,
Alison
-----Original Message-----
From: Keith Visco [mailto:[EMAIL PROTECTED]]
Sent: 15 October 2003 21:04
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] Source Generator Query
Alison,
Just curious, but did you try to use the latest version of Castor
without using JBuilder?
--Keith
> "Rimmer, Alison" wrote:
>
> I'm probably doing something wrong here, please let me know what.
>
> I used SouceGenerator to create Java files from my xsd file. I used
> the -package flag. (-package DirectoryScanner).
>
> When I try to compile the generated files I get lots of errors like
> the following:
>
> "LinkDescriptor.java" - can not resolve symbol: class Link in class
> DirectoryScanner.DirectoryScanner
>
> This was generated for the following line of code:
>
> return DirectoryScanner.Link.class;
>
> DirectoryScanner is my package name.
>
> I'm using JBuilder9.0 (dev).
>
> The problem was solved by removing DirectoryScanner from the code so
> the line now reads:
>
> return Link.class;
>
> But I'd like to be able to use the -package flag without having to
> edit the files produced - what am I doing wrong?
>
> regards Alison
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
