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 245555 - Merge Important Files with Configuration Files
Summary: Merge Important Files with Configuration Files
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-10 14:42 UTC by Jan Becicka
Modified: 2014-08-12 09:09 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bug fix. Probably should not go to 8.0.1 since it changes UI. (8.48 KB, patch)
2014-07-11 11:26 UTC, Jan Becicka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2014-07-10 14:42:28 UTC
Configuration Files sub nodes should be moved under Important File nodes and Configuration Files should be removed.
Comment 1 Jan Becicka 2014-07-11 11:26:52 UTC
Created attachment 147997 [details]
Bug fix. Probably should not go to 8.0.1 since it changes UI.
Comment 2 Petr Jiricka 2014-07-14 08:26:58 UTC
Wasn't the Important Files node introduced during 8.0.1 development? I would still fix this for 8.0.1.

BTW, I'd say bug 231032 is related.
Comment 3 Jan Becicka 2014-07-14 08:43:07 UTC
> Wasn't the Important Files node introduced during 8.0.1 development?
No, it was introduced in 8.0
> I would still fix this for 8.0.1.
OK
Comment 4 Jan Becicka 2014-07-14 08:57:42 UTC
> Wasn't the Important Files node introduced during 8.0.1 development?
No, it was introduced in 8.0
>I would still fix this for 8.0.1.
> BTW, I'd say bug 231032 is related.

Changeset: cc328fa291b7
Author:    Jan Becicka <jbecicka@netbeans.org>
Date:      2014-07-14 10:56
Message:   #245618 and #245555
Comment 5 Quality Engineering 2014-07-15 02:04:38 UTC
Integrated into 'main-silver', will be available in build *201407150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cc328fa291b7
User: Jan Becicka <jbecicka@netbeans.org>
Log: #245618 and #245555
Issue #245555 - Merge Important Files with Configuration Files
Comment 6 David Konecny 2014-08-11 23:00:51 UTC
Tomas, I'm running NetBeans IDE Dev (Build 201408070001) and an Easel project with Karma server setup. Is it a mistake or intent that I do not see karma.conf.js under "Important Files"?
Comment 7 Tomas Mysik 2014-08-12 07:38:55 UTC
(In reply to David Konecny from comment #6)
> Tomas, I'm running NetBeans IDE Dev (Build 201408070001) and an Easel
> project with Karma server setup. Is it a mistake or intent that I do not see
> karma.conf.js under "Important Files"?

Question for Honza - Honzo, do you try to show Karma config file under Important Files? I guess there is no API for it, right?

Thanks.
Comment 8 Jan Becicka 2014-08-12 08:32:49 UTC
(In reply to Tomas Mysik from comment #7)
> (In reply to David Konecny from comment #6)
> > Tomas, I'm running NetBeans IDE Dev (Build 201408070001) and an Easel
> > project with Karma server setup. Is it a mistake or intent that I do not see
> > karma.conf.js under "Important Files"?
> 
> Question for Honza - Honzo, do you try to show Karma config file under
> Important Files? I guess there is no API for it, right?
> 
> Thanks.

No, there is no API for this. There is fixed list of of well known paths relative to project root. Maybe we should add karma.conf.js - where is this file located?
Comment 9 Tomas Mysik 2014-08-12 09:09:14 UTC
(In reply to Jan Becicka from comment #8)
> Maybe we should add karma.conf.js - where is this
> file located?

It can be anywhere, that is why I wrote that there is no API for it... I will add it (see issue #246403) and let you know.

Thanks.