openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
jasmine-maven-plugin
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 29 of 30
Search / Filter on:
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.
Justin Searls
More...
over 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)
Justin Searls
More...
over 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.
Justin Searls
More...
over 14 years ago
Added source package to deploy
Justin Searls
More...
over 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.
Justin Searls
More...
over 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)
Justin Searls
More...
over 14 years ago
Added some HTMLUnit rituals for playing nicer with background JavaScript and waiting for execution to complete.
Justin Searls
More...
over 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.
Justin Searls
More...
over 14 years ago
Added WebClient#closeAllWindows after finishing up with HtmlUnit
Justin Searls
More...
over 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.
Justin Searls
More...
over 14 years ago
Backed out a change to the copy directory step
Justin Searls
More...
over 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).
Justin Searls
More...
over 14 years ago
updated doc regarding preloading javascript sources to resolve dependencies.
Justin Searls
More...
over 14 years ago
Included a mechanism for ordering dependencies (guaranteeing that certain source files load first)
Justin Searls
More...
over 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.
Justin Searls
More...
over 14 years ago
updated doc on goals
Justin Searls
More...
over 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.
Justin Searls
More...
over 14 years ago
Added Apache 2.0 license
Justin Searls
More...
over 14 years ago
Updated doc
Justin Searls
More...
over 14 years ago
updated doc
Justin Searls
More...
over 14 years ago
updated doc
Justin Searls
More...
over 14 years ago
unfix the documentation. I was misled!
Justin Searls
More...
over 14 years ago
Fixed the Sinatra parody
Justin Searls
More...
over 14 years ago
updated doc
Justin Searls
More...
over 14 years ago
updated doc
Justin Searls
More...
over 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.
Justin Searls
More...
over 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)
Justin Searls
More...
over 14 years ago
updated doc
Justin Searls
More...
over 14 years ago
fixed goal names
Justin Searls
More...
over 14 years ago
Fixed pom layout
Justin Searls
More...
over 14 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree