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 50425 - VCS Status not shown for files added to project view in free-form project
Summary: VCS Status not shown for files added to project view in free-form project
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-10-14 13:59 UTC by klosels
Modified: 2006-03-24 09:58 UTC (History)
0 users

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 klosels 2004-10-14 13:59:07 UTC
NB4 daily build 20041012, JDK 1.5.0, Subversion
profile (from 3.6)

Using a free-form project, when I add single files
at the top level of the project view by adding the
following in project.xml:

<view>
  <items>
    <source-file>
      <location>${ant.script}</location>
    </source-file>
   <source-file>
<location>${project.dir}/build.properties</location>
    </source-file>

I don't get the VCS status displayed for those
files. The svn menus are available though.
Comment 1 Richard Gregor 2004-10-26 09:38:44 UTC
SVN is not in standard distribution, as such scheduled for 4.1.
Comment 2 klosels 2004-10-26 18:28:14 UTC
I'm sorry, Richard, but this makes no sense to me...:

I can't prove it because I don't have a working CVS installation but
I'm quite sure that this is not a SVN issue and affects ALL vcs
profiles, since there are no problems displaying SVN status for files
anywhere else. I'd guess the problem is either one of generic vcs or
one of freeform projects.

Please confirm that this bug is non-existent with CVS before
retargeting to future releases. You may also consider reassigning to
correct module if it's not in vcsgeneric.

Maybe I should refrain from giving too much information when opening
an issue (such as what vcs profile I'm using here)?!?
Comment 3 Richard Gregor 2004-10-26 20:37:57 UTC
OK Lars, thanks for feedback. I'll check whether other profiles are
affected.  
Comment 4 Martin Entlicher 2004-10-29 14:41:41 UTC
Richard and I were able to reproduce this. It looks like a problem of
Projects view nodes, that do not consult Filesystem.Status for
annotation. Filesystem actions work fine.

Moving to projects.
Comment 5 Jesse Glick 2004-10-29 15:31:44 UTC
Jo, if <label> is omitted it shows the file name rather than whatever
the actual display label is.
Comment 6 Jesse Glick 2004-10-29 15:38:22 UTC
Simple patch.
Comment 7 Jesse Glick 2004-10-29 20:06:03 UTC
committed     Up-To-Date  1.11       
ant/freeform/src/org/netbeans/modules/ant/freeform/ui/View.java
Comment 8 Marian Mirilovic 2005-12-20 15:50:36 UTC
This issue was solved long time ago. Because nobody has reopened it neither
added comments, we are verifying/closing it now. 
If you are still able to reproduce the problem, please reopen. Thanks in advance.