ClosureJavascriptFramework icon indicating copy to clipboard operation
ClosureJavascriptFramework copied to clipboard

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.

Results 24 ClosureJavascriptFramework issues
Sort by recently updated
recently updated
newest added

When generating the typical asynchronously loading assert and debug code, the configured outputWrapper is ignored. When the synchronous files are created, they use the compiler and wrap the code in...

In some instances, it would be useful to have a version of the assert and debug libraries that is a single file instead of the asynchronously loading files that are...

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...