Re: [flexcoders] Continuous integration woes

2008-04-19 Thread cisnky
I've always had the source code related to the project in the src folder. Then linked to any library source I may need on my project. We use Ant and just add the source path to the mxmlc compile task. Is there any reason why you can't get CruiseControl to launch Ant build files for the Flex part

Re: [flexcoders] Continuous integration woes

2008-04-19 Thread Richard Rodseth
Yes, I have suggested we consider using Ant, but I'm working with a .NET team with established practices and expertise. I'm not sure I understand your response. Do you place your locales and assets inside src, or as a sibling? Also, we are building libraries (swc) and applications (swf). The

[flexcoders] Continuous integration woes

2008-04-18 Thread Richard Rodseth
Are there any definitive examples of best practices for project layout of libraries and applications, that works well with Flexbuilder, as well as compc/mxmlc (example command-line arguments would help too). My latest struggle is with locales. I followed an Adobe example, and placed locales