1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 4 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the way the resources are being processed to only consider visible directories and .js files. This in response to both .svn folders being copied for some users and for situations where .js files are intermingled in directory structures with unrelated file types. More... almost 14 years ago
The manual spec runner is now generated in target/jasmine, because m2eclipse will fall into an infinite loop (triggering a build every time a file changes in src) More... almost 14 years ago
Converted the string representations of files and directories to native File & URL objects. Just verified a couple trivial sample projects in Windows. More... almost 14 years ago
Added source package to deploy More... almost 14 years ago
Fixed a pretty awful bug at the end of the waiting logic. Would throw an illegal state exception if execution *did* finish just as time expired. Reversed it. More... almost 14 years ago
Updated the javascript calculating the results to guard against the potential for a circular reference of one result item as its own child (experiencing this presently under HtmlUnit erratically) More... almost 14 years ago
Added some HTMLUnit rituals for playing nicer with background JavaScript and waiting for execution to complete. More... almost 14 years ago
Switched to JsApiReporter from TrivialReporter. Killed off a ton of Java code in exchange for a small amount of JavaScript that builds the text of the report for the console output. More... almost 14 years ago
Added WebClient#closeAllWindows after finishing up with HtmlUnit More... almost 14 years ago
Fixed the default file separators (had a raw '/' in each, but thanks to Srini learned that Maven doesn't automatically convert it to a '\' for you under Windows). Fixed by using ${file.separator} in its place. Also started looking at abstracting the reporter type so it can easily be swapped with a JsApiReporter implementation. More... almost 14 years ago
Backed out a change to the copy directory step More... almost 14 years ago
Added a new goal, generateManualRunner that will put an HTML runner alongside the spec sources, so it can easily be run during development of specs without having to do a build at every single step (or requiring users to build their own transient spec runner HTML file). More... almost 14 years ago
updated doc regarding preloading javascript sources to resolve dependencies. More... almost 14 years ago
Included a mechanism for ordering dependencies (guaranteeing that certain source files load first) More... almost 14 years ago
Added a wait method that waits until jasmine reports it's done running the test. Has a hard lock at 5 minutes that should be made configurable later. More... almost 14 years ago
updated doc on goals More... almost 14 years ago
Added real maven expressions for the jsSrcDir, jsTestSrcDir, and packageJavaScriptPath, which will allow the plugin to be configured from the command line. More... almost 14 years ago
Added Apache 2.0 license More... almost 14 years ago
Updated doc More... almost 14 years ago
updated doc More... almost 14 years ago
updated doc More... almost 14 years ago
unfix the documentation. I was misled! More... almost 14 years ago
Fixed the Sinatra parody More... almost 14 years ago
updated doc More... almost 14 years ago
updated doc More... almost 14 years ago
Updated the print formatter to use describe/it (Suite & Spec looked bad), and to use the partial description when printing (since it's already nested in the context of its parent). Quieted HtmlUnit by overriding the incorrectness lister. More... almost 14 years ago
Added a second sample project which rustled up a bug when test is executed and the target directory doesn't have a src/ or spec/ directory yet (because the process goals didn't create one) More... almost 14 years ago
updated doc More... almost 14 years ago
fixed goal names More... almost 14 years ago
Fixed pom layout More... almost 14 years ago