... assuming that the SWC you add is actually inside APP_SRC.
- Gordon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, January 08, 2007 11:45 AM To: [email protected] Subject: RE: [flexcoders] Possible to use custom variables in flex library path? Try setting APP_SRC in the General > Workspace > LInked Resources pane of the Window > Preferences dialog. If you then add a SWC to a project's Library Path, it should resolve to ${APP_SRC}\... - GOrdon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Collin Peters Sent: Monday, January 08, 2007 10:22 AM To: [email protected] Subject: [flexcoders] Possible to use custom variables in flex library path? When adding a SWC to the "Library Path" in the project settings I would like to be able to use a variable similar to the ${FRAMEWORKS} variable. Our developers may have the code to the application in different spots and it would be handy to define an Eclipse level variable such as ${APP_SRC} to I can include a SWC the same way the flex SWC's are included I originally assumed that if you put the SWC within your project structure it would use a relative path but that doesn't seem to be the case. On my machine it shows up as "AppName\src\assets\Cairngorm.swc" but on another developers machine it is just "assets\Cairngorm.swc" -- Collin Peters Lead Software Developer InTouch Technology

