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

Reply via email to