Hi Lincoln,
I downloaded the Netbeans 6.7 Beta (Full install), clone'd your git
repository, and opened the project in Netbeans. I created a NBM from
the project menu, and installed it through the Plugins menu. The last
step on the plugin install through an "Unexpected Exception" like
this:
"A java.util.MissingResourceException exception has occurred.
Please report this at
http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your C:\..."
The log contained:
"java.util.MissingResourceException: Can't find resource for bundle
org.openide.util.NbBundle$PBundle, key MSG_VERSION_NONE_MSG
at java.util.ResourceBundle.getObject(ResourceBundle.java:384)
at java.util.ResourceBundle.getString(ResourceBundle.java:344)
at org.openide.util.NbBundle.getMessage(NbBundle.java:631)
at org.nbgit.util.CGitCommand.execEnv(CGitCommand.java:579)
at org.nbgit.util.CGitCommand.execForVersionCheck(CGitCommand.java:
623)
at org.nbgit.util.CGitCommand.getGitVersion(CGitCommand.java:107)
at org.nbgit.CGit.checkVersion(CGit.java:120)
at org.nbgit.CGit.init(CGit.java:87)
at org.nbgit.CGit.getInstance(CGit.java:71)
at org.nbgit.util.GitCommand.getInterestingStatus(GitCommand.java:
566)
at org.nbgit.StatusCache.scanFolder(StatusCache.java:695)
at org.nbgit.StatusCache.getScannedFiles(StatusCache.java:434)
at org.nbgit.GitAnnotator$ScanTask.run(GitAnnotator.java:426)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:
573)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:1005)
CONFIG [null]: Missing resource from class: org.openide.util.NbBundle
$PBundle
CONFIG [null]: Key which was not found: MSG_VERSION_NONE_MSG"
The plugin did seem to install. However, it still showed items that
are in my .gitignore. However, I am on Windows with msysgit, so maybe
that is not compitable with the CGit that you are targeting. FYI, I
did not get this exception when I installed the NBM from the nbgit
project page.
On May 2, 2:42 pm, Lincoln Stoll <
lst...@lstoll.net> wrote:
> I've pushed up some code to GitHub that uses CGit for status listings
> if available - this means the IDE status display honors the content
> of .gitignore / other ignore methods.
>
> It's passed my few hour smoke test for my work, however I'd love for
> other people to grab the code fromhttp://
github.com/lstoll/nbgit,