On 11/20/12 6 :54AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>Latest news: > >- I got myself a new working copy of the entire Flex SVN repo, so I >don't need to mess with paths etc. anymore. >- I did a build of the SDK in 'branches/develop' without problems. >- I did a build of the Falcon compiler ('ant main' in trunk) and got >the EXACT SAME results as before, i.e. jUnit test fail and I get some >warnings! >- switching from ant 1.8 to 1.7.1 made the "includeantruntime" warning go >away the default for includeantruntime changed with 1.8 which is what the warning is telling you - you can ignore the warning but we can fix the build.xml so you don't even see it >- the build file in 'compiler' is looking for 'flexTasks.jar' in the >"ant/lib" directory of the SDK which, on my machine at least, does not >exist; changing all references to "ant/lib" to "lib" (3x), where that >jar does exist, makes the last warning go away; that's because it is in ant/lib in an installed kit and lib in the dev branch - the build file should be fixed to look in both places if it doesn't already - I made this same fix to the installer build.xml file already >- I created a JIRA ticket [1] and attached the output of 'ant main' >(after an 'ant wipe') to it. > >Now, if these tests need to pass on my system before I can start >contributing, I need some input. If solving the reason why they fail >is some sort of initiation rite, it's going to take me a bit more time >to get into the 'inner circle' ;-) > >EdB