joelg236
17-12-2012, 21:00
We are setting up some new workstations for build season right now, and I've been installing debian, windows and the netbeans+wpilibj on all of them.
So far it has worked out great except for one thing. When I clone the repository from gitihub of our robot code project, this happens on every class.
http://i.imgur.com/5OmcX.png
As far as I can tell, it can't locate the squawk libraries (which have java.lang). I have made sure that /home/user/sunspotsdk has everything it needs (fresh install, so I'd assume no problems). I have also made sure the plugins are set to the correct location to find them.
I have tried version 3077 (2012 official release) and the update from http://first.wpi.edu/FRC/java/netbeans/update/updates.xml (whatever version that is)
It's worth mentioning that creating a new project works fine. So is it something in the build file? (I have never touched it) My theory is that is has something to do with switching from a linux environment to windows. I have my git client on windows automatically reformat code to linux standards, but I was negligent a few times and did some commits on the gui git plugin on netbeans. I've tried to revert that, but it did not fix the error.
Is this a known bug? What could cause this type of issue? (I've been trying to deal with this for a while now. Sent Brad Miller an email a while back but haven't seen it dealt with)
So far it has worked out great except for one thing. When I clone the repository from gitihub of our robot code project, this happens on every class.
http://i.imgur.com/5OmcX.png
As far as I can tell, it can't locate the squawk libraries (which have java.lang). I have made sure that /home/user/sunspotsdk has everything it needs (fresh install, so I'd assume no problems). I have also made sure the plugins are set to the correct location to find them.
I have tried version 3077 (2012 official release) and the update from http://first.wpi.edu/FRC/java/netbeans/update/updates.xml (whatever version that is)
It's worth mentioning that creating a new project works fine. So is it something in the build file? (I have never touched it) My theory is that is has something to do with switching from a linux environment to windows. I have my git client on windows automatically reformat code to linux standards, but I was negligent a few times and did some commits on the gui git plugin on netbeans. I've tried to revert that, but it did not fix the error.
Is this a known bug? What could cause this type of issue? (I've been trying to deal with this for a while now. Sent Brad Miller an email a while back but haven't seen it dealt with)