Eh... I only just figured that out a few weeks ago when I went to do something similar to what you're doing now :-) And it took a bit of figuring to make sure the source root was right... didn't work the first time I tried hooking it up and I scratched my head for a bit.
Brendan On Mon, Sep 22, 2008 at 6:17 PM, Josh McDonald <[EMAIL PROTECTED]> wrote: > Ah, of course! I never even thought of that, now I feel like a right > twat :D > > Cheers Brendan :) > > -Josh > > On Tue, Sep 23, 2008 at 9:11 AM, Brendan Meutzner <[EMAIL PROTECTED]>wrote: > >> Josh, >> Under your AIR project properties -> Flex Build Path -> Source path tab >> you can add a link to an external "source" directory... once added, you can >> reference classes via namespace path just as you would with local source >> folders within the project. >> >> >> Brendan >> >> >> >> On Mon, Sep 22, 2008 at 5:57 PM, Josh McDonald <[EMAIL PROTECTED]> wrote: >> >>> Hey guys, >>> >>> Often I'd like to whip up a little AIR app to generate some code (XML, >>> Java, whatever) based on VOs and mock-generation stuff I've got in a Flex >>> Application, but I can't see a nice way to do it without moving stuff out >>> into a separate Library project which I'd really rather not do :) >>> >>> Is there an easy way to link to non-library projects in Builder? Or to >>> generate a .swc as well as a .swf without a bunch of Ant scripts? These >>> aren't things that would go into production or probably not even into SVN so >>> I'd rather not clog up the project that will with extra build files. >>> >>> Any thoughts? Anybody else trying to do the same thing? >>> >>> -Josh >>> >>> -- >>> "Therefore, send not to know For whom the bell tolls. It tolls for thee." >>> >>> http://flex.joshmcdonald.info/ >>> >>> :: Josh 'G-Funk' McDonald >>> :: 0437 221 380 :: [EMAIL PROTECTED] >>> >>> >> >> >> -- >> Brendan Meutzner >> http://www.meutzner.com/blog/ >> > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > http://flex.joshmcdonald.info/ > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] > > > -- Brendan Meutzner http://www.meutzner.com/blog/

