raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Major Issues Trying to implement source code #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've downloaded the source and I create a new project and import the source 
code from pircbotx\src\main\java into my src folder. I have all the new 
dependencies loaded in, but I'm getting errors within the source that I can't 
reconcile.

For example:
PircBotX.java line 130-137:
getBotFactory() brings up the following error:
The method getBotFactory() is undefined for the type Configuration<capture#2-of 
? extends PircBotX>

So I go to Configuration.java and I'm not seeing any getBotFactory function...

Not sure what's going on.

Original issue reported on code.google.com by huperph...@gmail.com on 16 Jan 2014 at 10:37

GoogleCodeExporter commented 9 years ago
PircBotX uses Project Lombok to generate things like getters and setters. If 
your using Netbeans just adding lombok as a dependency should work. For other 
IDEs look at the instructions on their website: http://projectlombok.org/

Original comment by Lord.Qua...@gmail.com on 18 Jan 2014 at 10:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have the lf4j, Apache Commons Lang 3, Google Guava, and lombok dependencies. 
Still nothing.

Original comment by huperph...@gmail.com on 20 Jan 2014 at 8:43

GoogleCodeExporter commented 9 years ago
What is your IDE? Are you using maven? 

Original comment by Lord.Qua...@gmail.com on 20 Jan 2014 at 8:45

GoogleCodeExporter commented 9 years ago
I'm using eclipse.

Original comment by huperph...@gmail.com on 20 Jan 2014 at 8:50

GoogleCodeExporter commented 9 years ago
Looking at the site, your supposed to run the lombok jar and "install" it into 
eclipse. 

Original comment by Lord.Qua...@gmail.com on 20 Jan 2014 at 9:29