Build Failure running coreapps

Hi all,

In a bid to integrate conditionlist-ui with the latest coreapps, I’m running into build errors when trying to maven install coreapps with the exception:

Caused by: net.sourceforge.htmlunit.corejs.javascript.EcmaError: ReferenceError: “emr” is not defined

I notice coreapps is running some nodejs tests. Do I need any settings to run the latest coreapps?

The stacktrace can be found here.

Thanks

CC: @mogoodrich

Never mind, I figured it out. No way to bring down this post.

I am interested in your solution. What did you have to do to fix this?

The maven build runs javascript tests on all files under omod. It seems one of my javascript files had an issue (there was a used variable defined in another file, and the tests couldn’t figure out how to access the variable).

Andrew