How do I compile from the Parsley framework repository to a Flex Library, so that i can use it with the latest 4.5 Flex framework? Step by step. Totally appreciated.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

There is a ANT script in the sources you can launch to compile the project.

If you're still having issues with it, try the parsley forum, you'll probably get your answer there.

Out of curosity, what doesn't it work with the 4.5 SDK?

link|improve this answer
I wanted to compile using the builder. Well the swc they supply was not compiled with 4.5 – Doron Katz Dec 9 '10 at 11:29
Using Flash Builder you mean? – Florian F Dec 9 '10 at 11:40
yeah compile the swc using a library project in flash builder. – Doron Katz Dec 9 '10 at 19:34
You don't have any other choices than looking at the ANT scripts, see how the different modules are built (included sources, compiler options, ...) and try to mimic it in Flash Builder. It will be probably be long and painfull :) BTW, it will probably work on a 4.5 project even it has not be compiled with that version – Florian F Dec 9 '10 at 21:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.