Re: MD5 checker compilation issue

2014-08-24 Thread Justin Mclean
Hi, > The installer does not currently create the same thing as our releases. We probably should change the SDK to match is in the released version, IMO ant/lib seem a better place for it than lib. Thanks, Justin

Re: MD5 checker compilation issue

2014-08-24 Thread Alex Harui
If you build the repo or the source package, flextasks.jar is in lib. So, IMO, in a release, the location is lib. The installer moves it to ant/lib. The installer does not currently create the same thing as our releases. I generally create build scripts that run agains the repo, but feel free t

Re: MD5 checker compilation issue

2014-08-24 Thread Chris Martin
Justin, Have you tried creating an empty file named "MD5CheckerLog.txt"? Not sure what would end up in there or should be in there, but if it's a log file, then maybe the script is simply assuming it's there to log a message to it? Chris On Sun, Aug 24, 2014 at 8:45 AM, Alex Harui wrote: > A

Re: MD5 checker compilation issue

2014-08-24 Thread Alex Harui
Actually this is probably the ant bug where some versions of ant error when deleting a missing file and some don't. The ant scripts probably just need a failonerror = false. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Alex Harui wrote: I believe it is building fine on the CI ser

Re: MD5 checker compilation issue

2014-08-24 Thread Alex Harui
I believe it is building fine on the CI server. On 8/24/14 2:15 AM, "Justin Mclean" wrote: >Hi, > >I think we may also be missing a file? > >BUILD FAILED >/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/MD5Checker/build.xml: >101: >/Users/justinmclean/Documents/ApacheFlexUtilitiesGit/MD5Ch

Re: MD5 checker compilation issue

2014-08-24 Thread Justin Mclean
Hi, I think we may also be missing a file? BUILD FAILED /Users/justinmclean/Documents/ApacheFlexUtilitiesGit/MD5Checker/build.xml:101: /Users/justinmclean/Documents/ApacheFlexUtilitiesGit/MD5Checker/MD5CheckerLog.txt doesn't exist Thanks, Justin

MD5 checker compilation issue

2014-08-24 Thread Justin Mclean
Hi, The Flex Utilities MD5 checker doesn't seem to be compiling on my machine. It seems to expect to find flexTasks.jar in the $FLEX_HOME/lib directory where in the Flex 4.13 release has the jar in ./ant/lib Has the location changed or incorrect here? Is the installer placing it in the correc