function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LarrinatorLarrinator 

Error message in Flex Builder.Anyone know what this message means?

Severity and Description    Path    Resource    Location    Creation Time    Id
A file found in a source-path must have the same package structure '', as the definition's package, 'com.salesforce'.    FlexScoreBoard/[source path] salesforce    AsyncResponder.as    Unknown    1177474628906    8312

Ron HessRon Hess
Yes, i've seen a simular problem, the clue is part about the source-path must have same structure indicates that you may have unpacked the srcs for the library into a directory not named exactly the same as the package names it.

Rather than link with srcs, you may have luck by just linking with the provided library, just add it to your lib-path

if you must link with srcs, then the src tree must be orginized under a directory starting with "com/salesforce/*"