TheProjecter / phantomjs-qunit-runner

Automatically exported from code.google.com/p/phantomjs-qunit-runner
0 stars 0 forks source link

Allow phantomjs executable to be used from system PATH #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would like phantomjs to be used from the system PATH if don't specify 
'phantomjs.path' as a parameter.

I've attached a patch that makes this change, and also:

pom.xml:
- Specifying java version of 1.5 for the maven-compiler-plugin, as there's a 
java5 for-loop in the code that requires this.
PhantomJsQunitRunnerMojo.java:
- Made it assume that phantomjs executable is in the system PATH if 
'phantomjs.path' is not specified.
- Added some debug logging.

Original issue reported on code.google.com by sonofj...@gmail.com on 28 Dec 2011 at 10:42

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r31.

Original comment by sonofj...@gmail.com on 30 Dec 2011 at 1:59