Thanks, that helps, it looks like I can make more progress on this now. Also, fyi I am getting a download error for https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/lib/afe.jar?format=raw
if I choose the adobe jars in that build. On Fri, Mar 3, 2017 at 6:37 PM, Alex Harui <aha...@adobe.com> wrote: > Hi Greg, > > So do you have a flex-sdk repo folder as a sibling of flex-asjs? > And have you run "ant main checkintests" in flex-sdk? That should build a > mustella.swc in the flex-sdk/mustella folder that the flex-asjs > checkintests borrows. UnitTester comes from that swc. > > HTH, > -Alex > > BTW, checkintests doesn't really do much right now, but hopefully it will > someday so it is great that you are taking the time to try to get it to > work. > > > On 3/2/17, 9:14 PM, "Greg Dove" <greg.d...@gmail.com> wrote: > > >Thanks Alex, > > > >after running > >ant checkintests > >inside flex-asjs > > > >The first point of fail is at basictests task > > > >basictests: > > [mxmlc] Loading configuration: > >D:\FLEXSDKS\_asf\flex-asjs\frameworks\flex-config.xml > > [mxmlc] Loading configuration: > >D:\FLEXSDKS\_asf\flex-asjs\mustella\tests\basicTests\ > BasicTestsApp-config. > >xml > > [mxmlc] > > [mxmlc] > >D:\FLEXSDKS\_asf\flex-asjs\mustella\tests\basicTests\ > FlexJSContext.as(32): > >col: 3 Error: Access of possibly undefined property UnitTester. > > [mxmlc] > > [mxmlc] UnitTester.contextFunction = contextFunction; > > [mxmlc] ^ > > [mxmlc] > > [mxmlc] > >D:\FLEXSDKS\_asf\flex-asjs\mustella\tests\basicTests\ > FlexJSContext.as(37): > >col: 10 Error: Access of possibly undefined property UnitTester. > > > >etc. > > > >On Fri, Mar 3, 2017 at 6:09 PM, Alex Harui <aha...@adobe.com> wrote: > > > >> If you are using Ant, it should just work. It does expect that you > >>have a > >> folder with both flex-asjs and flex-sdk in it, and flex-sdk has been > >>built > >> via its "ant main checkintests". > >> > >> Let me know what error you are getting. > >> > >> -Alex > >> > >> On 3/2/17, 8:59 PM, "Greg Dove" <gregd...@apache.org> wrote: > >> > >> >There are a few things I have not yet gotten working so far, and the > >>ant > >> >checkintests is one of them. > >> > > >> >If I understand correctly I should be running this before any commit? I > >> >tried to make sense of this today, but it is not so easy (for me) > >>because > >> >I am unfamiliar with this stuff. > >> > > >> >As I have never done this so far, is it ok if I just continue to commit > >> >based on the regular ant and maven builds (with their various tests) > >> >completing successfully? Otherwise if I need to get this set up, is > >>there > >> >a guide to doing so somewhere that I can follow? > >> > > >> > > >> > > >> > >> > >