I guess I may be a little confused about how the aliases are supposed
to work then. Take the following example:

In flex builder I have a project named "Test" with the following
hierarchy that's set to run from wwwroot/Test-debug/ on the local CF
server ...

+ Test
    + bin-debug
    + html-template
    + libs
    + src
        main.mxml
        + vo
            VO.as
        
On the ColdFusion side I have a folder in wwwroot with my components ...

+ wwwroot
    + components
        VO.cfc

How should I set the aliases in Flex and CF when they don't share the
same path?

Thanks,

Eric


Reply via email to