Justin Grant

Results 12 issues of Justin Grant

When adding other JSAR maven projects, if you have an externDependencies folder, it will create a never-ending nesting of this folder unto itself. Not sure where this is in the...

In many cases, it would be nice if there was a way to specify the version of the closure-library. Right now, the version packaged with the framework is not adjustable....

Show standard workflow techniques for how to do testing with this framework. Should show how the test cases get generated and how you can open them in a browser. It...

if I set <build> <sourceDirectory>src/main/js</sourceDirectory> </build> make sure that the sourceDirectory is properly overridden.

From a user: I am trying to setup specific testing scenario and I can not find a way how to do it properly, thus I am contacting you directly, you...

[INFO](ClosureTestingMojo.java:146) Generating Test Suite [INFO](ClosureTestingMojo.java:219) Calculating File Set [ERROR](ClosureTestingMojo.java:68) -1 java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:371) at java.util.ArrayList.get(ArrayList.java:384) at com.github.jlgrock.javascriptframework.closuretesting.resultparsing.testingcomponents.TestCase.addToLastTestFailureStatistic(TestCase.java:284) at com.github.jlgrock.javascriptframework.closuretesting.resultparsing.parsers.TestCaseParser.setDivProperty(TestCaseParser.java:108) at com.github.jlgrock.javascriptframework.closuretesting.resultparsing.parsers.TestCaseParser.parse(TestCaseParser.java:52) at com.github.jlgrock.javascriptframework.closuretesting.resultparsing.ParseRunner.parseFiles(ParseRunner.java:99) at com.github.jlgrock.javascriptframework.closuretesting.ClosureTestingMojo.parseFiles(ClosureTestingMojo.java:206) at com.github.jlgrock.javascriptframework.closuretesting.ClosureTestingMojo.execute(ClosureTestingMojo.java:53) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)...

Essentially, apply prettyprint to the closure output for debugging closure issues.

If including (using the war include) multiple versions of the same file, it's going to have a classpath conflict and overwrite the other version of the library. Although the output...

I have two projects, A & B, B has a dependency on A. Both of them have an external dependency of C (lets say jquery for example). I put in...

Need to determine what is taking the longest amount of time to see if it can be sped up. For our larger projects, on a Windows environment, this can take...