This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243216 - Karma.cmd exists but in an other folder.
Summary: Karma.cmd exists but in an other folder.
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 14:14 UTC by Christian Lenz
Modified: 2014-06-09 04:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2014-03-24 14:14:53 UTC
As you can see here: https://netbeans.org/bugzilla/show_bug.cgi?id=238346
netbeans will take karma instead of karma.cmd for this example:

C:\MyProject\node_modules\karma\bin\karma

This is the only file, there is no karma.cmd file. After some research, I found out, that karma.cmd is inside this folder: C:\MyProject\node_modules\.bin\karma.cmd.

Is it possible to detect it inside of this? Maybe this is a new variant? I dont know but I use version v0.10.9 of karma.


Regards

Chris
Comment 1 Tomas Mysik 2014-03-24 14:21:46 UTC
Let's change this to a DEFECT since it affects (all?) Windows users. Will try to look at it.

Thanks.
Comment 2 Tomas Mysik 2014-03-28 10:56:59 UTC
Should be fixed now, please verify. Thanks.

http://hg.netbeans.org/web-main/rev/3be24508f3ab
Comment 3 Quality Engineering 2014-03-29 07:21:11 UTC
Integrated into 'main-silver', will be available in build *201403290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3be24508f3ab
User: Tomas Mysik <tmysik@netbeans.org>
Log: #243216 - Karma.cmd exists but in an other folder.
Comment 4 Christian Lenz 2014-04-09 10:03:57 UTC
The patch will comes inside netbeans, correct? I don't have to download a new version for this?
Comment 5 Vladimir Riha 2014-04-09 10:12:29 UTC
Yes, once it will be released, you will only have to install updates in NetBeans (using e.g. Help->Check for updates). You can try it in Dev (nightly) build now from [1], I'm going to verify this issue later today/tomorrow.
Comment 6 Vladimir Riha 2014-04-11 07:16:25 UTC
Unfortunately I'm having problem [1] installing Karma due to some issue with NPM. I'll keep trying and verify later...


[1] https://github.com/npm/npm/issues/4973
Comment 7 Vladimir Riha 2014-04-14 07:21:53 UTC
Verified on Windows and Linux. Thanks

Product Version: NetBeans IDE Dev (Build 201404100001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 8 Tomas Mysik 2014-04-18 06:14:10 UTC
Transplanted to releases repo to the branch release80.

Thanks.

http://hg.netbeans.org/releases/rev/581c7cdda3a7
http://hg.netbeans.org/releases/rev/6e098e8669bc
Comment 9 Quality Engineering 2014-04-24 02:06:57 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/581c7cdda3a7
User: Tomas Mysik <tmysik@netbeans.org>
Log: #243216 - Karma.cmd exists but in an other folder.
(transplanted from 3be24508f3abc6e3e78e6501123ebb7371d17cda)
Comment 10 Vladimir Riha 2014-04-28 07:16:16 UTC
verified in patch1


Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b70
Runtime: Java(TM) SE Runtime Environment 1.8.0-b132
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 11 Christian Lenz 2014-04-29 07:11:12 UTC
It works for me after install updates. Can be closed
Only one thing is at the initializing process of karma, it will show C:\Projekte\Jumper\node_modules\karma\bin\karma. After click on search it switches to .bin\karma.cmd so I think thats ok.
Comment 12 Tomas Mysik 2014-06-09 04:30:01 UTC
Please, do not change verified issues. Thanks.