It sounds like you're expecting command-line tools like compc to know
about FB setings. They don't. I haven't become familiar yet with the ant
tasks, but I presume there is a way to set the source-path for them. If
you were just using compc on the command line you'd write
compc -source-path=dir1,dir2 ...
- Gordon
________________________________
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from
dorktown
Sent: Thursday, March 22, 2007 6:57 PM
To: [email protected]
Subject: [flexcomponents]Compc cannot find source code in source path???
Flex ant tasks is giving me this error:
Error: could not find source for class com.flexcapacitor.controls.HTML.
My project has a [source path] to another project where I keep my
com.flexcapacitor.controls.HTML mxml component source code. The
component source code project is open and all the mxml applications in
the first project run when testing and building with FB.
I'm guessing maybe compc cannot follow linked resources (defined path
variables)??? Windows > Preferences > General > Workspace > Linked
Resources > Defined Path Variables.
this is driving me nuts.