md-5 / Deadbolt

The sign-based container and door lock for Bukkit
19 stars 19 forks source link

Cannot compile #116

Open wesley27 opened 9 years ago

wesley27 commented 9 years ago

Hello, you haven't released deadbolt on bukkit or spigot, and we know you have lots to do. So we thought we'd try to compile deadbolt with 1.8 support ourselves, but we can't. The dependency for your "AnnotatedConfig" is preventing compilation. I tried looking at your repo for AnnotatedConfig to compile it myself and use that, but it's essentially an empty repo. Any chance you can help? Maybe fix the repo or pom in deadbolt so we can compile it ourselves?

Here's a picture of the error. http://i.gyazo.com/a5c26901477300ec794c88a1654d05d9.png

Thanks!

md-5 commented 9 years ago

How is it empty? https://github.com/md-5/AnnotatedConfig

wesley27 commented 9 years ago

...

Maybe I was viewing a cached copy of the page or something? Not sure, I was only able to see the main class file and not the others. My apologies for wasting your time, although I really appreciate you taking the time to respond :P

Now I still can't compile due to this error.. I've tried several things and can't figure it out for the life of me. http://i.gyazo.com/066b9e718a97d29bee2d7e2f3ff7d437.png

md-5 commented 9 years ago

Cast null to the specific type you need, in this case (HashSet) is probably sufficient

wesley27 commented 9 years ago

The HashSet in the method is already null though? I haven't changed any of your code yet