On Fri, Mar 6, 2009 at 10:45 AM, Michael <[email protected]> wrote: > In Flexbuilder I don't seem to be given an option to include anything > under src/test/flex as a runnable application. > In project properties -> Flex Build Path my main source folder is src/ > main/flex and I have src/test/flex listed as an additional source path > folder. > In project properties -> Flex Applications I can't add any apps that > are under anything except src/main/flex.
Yes, I know--very frustrating FB bug. We don't have any manual test runners in our swf project, only our swc projects, so we haven't run into that problem yet. I was just trying to think of a solution, but it's tricky. The correct location is src/test/flex but then FB isn't happy. To make FB happy you move it into src/main/flex, but then Maven doesn't see src/test/flex. You may just need to add src/test/flex to the maven build path. Externs seems like it would work, but since you tried it and it didn't, don't know what else to try. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
