worldofbalance / wob-server

4 stars 6 forks source link

After update to Development, NetBeans won't open development #21

Closed jkrubin closed 8 years ago

jkrubin commented 8 years ago

SOLUTION: if your branch is behind dev, merge development into your branch: checkout your branch. pull the most recent development and merge into your branch. There will probably be a merge conflict with nbprojects, delete that folder, run "git add ." and commit. your branch should now have development merged into it. delete your old netbeans project and create a new project with existing sources. You will need to go to project properties and include all the JARs from lib and chartlib. Also change the working directory to wob-server

ORIGIONAL PROBLEM If I am in our RR branch that is behind development, everything works as usual, but after I checked out and pulled the new development branch, netbeans won't recognize wob-server as a project and I cant open it. I think something got pushed that should be in the git ignore. I'm not sure though here are screenshots... i hope it actually uploads them

file directory shows they are all there... screen shot 2016-04-12 at 11 44 08 am

but if I open a file it wont recognize its in a package... or something screen shot 2016-04-12 at 11 44 51 am

finds the project, but doesn't recognize the files/packages screen shot 2016-04-12 at 11 43 34 am

jkrubin commented 8 years ago

If anyone else is having this issue, I've been informed of the solution. netbeans project stuff has been added to the ignore, so just re-pull and create the project from existing sources. Also, you're gonna need to go into properties, include the proper jar files, and set working directory.