Closed GoogleCodeExporter closed 9 years ago
After some more testing with the standalone versions it seems that the problem
was caused by the IDEA plugin.
Starting the server using the following command (same config as above):
java -jar JsTestDriver-1.3.2.jar --config
D:\t\apvertrieb\Common\src\test\resources\jsTestDriver.conf --port 10998
--preloadFiles --runnerMode DEBUG_NO_TRACE --browser "C:\Program Files
(x86)\Mozilla Firefox\firefox.exe"
the Logger.js is reachable as expected:
http://127.0.0.1:10998/test/src/main/webapp/js/util/Logger.js
So the "src/" path is not stripped out.
Original comment by marco.j...@gmail.com
on 1 Jun 2011 at 9:59
Original comment by Sergey.S...@gmail.com
on 28 Jun 2011 at 2:36
@marco, I failed to reproduce it in JsTestDriver IDEA plugin v1.3.5.
Could you please provide more info on this bug?
You use JsTestDriver IDEA plugin v1.3.3, don't you?
Original comment by Sergey.S...@gmail.com
on 28 Jun 2011 at 3:13
Simplified Logger.js content will be suffusient.
Original comment by Sergey.S...@gmail.com
on 28 Jun 2011 at 3:14
@marco: Correct files are available under
/test/src/main/webapp/js/util/Logger.js and
/test/lib/ext-3.3.0/ext-all-debug.js paths. I succeeded in running test from
the described configuration.
JsTestDriver IDEA plugins version is 1.3.6.
Original comment by Sergey.S...@gmail.com
on 28 Sep 2011 at 4:48
Original issue reported on code.google.com by
marco.j...@gmail.com
on 1 Jun 2011 at 9:15