ur5us has quit [Ping timeout: 258 seconds]
havenwood has quit [Quit: ZNC - https://znc.in]
havenwood has joined #jruby
havenwood has joined #jruby
havenwood has quit [Quit: ZNC - https://znc.in]
havenwood has joined #jruby
havenwood has quit [Changing host]
havenwood has joined #jruby
edipofederle[m] has joined #jruby
<edipofederle[m]> Hi, some recent guide on how to setup IntelliJ for JRuby development (debug, etc)? Thx
<headius[m]> Hmm not sure
<headius[m]> There must be docs with RubyMine right?
<headius[m]> Or are you saying developing on JRuby itself?
TimGitter[m] has quit [*.net *.split]
Caerus has quit [*.net *.split]
Liothen has quit [*.net *.split]
fidothe has quit [*.net *.split]
Iambchop has quit [*.net *.split]
TimGitter[m] has joined #jruby
Caerus has joined #jruby
Iambchop has joined #jruby
Liothen has joined #jruby
fidothe has joined #jruby
headius[m] has quit [Ping timeout: 246 seconds]
kares[m] has quit [Ping timeout: 245 seconds]
CharlesOliverNut has quit [Ping timeout: 245 seconds]
fzakaria has quit [Ping timeout: 245 seconds]
XavierNoriaGitte has quit [Ping timeout: 245 seconds]
KarolBucekGitter has quit [Ping timeout: 245 seconds]
MarcinMielyskiGi has quit [Ping timeout: 246 seconds]
rdubya[m] has quit [Ping timeout: 258 seconds]
RomainManni-Buca has quit [Ping timeout: 245 seconds]
liamwhiteGitter[ has quit [Ping timeout: 245 seconds]
MattPattersonGit has quit [Ping timeout: 245 seconds]
ahorek[m] has quit [Ping timeout: 245 seconds]
FlorianDoubletGi has quit [Ping timeout: 245 seconds]
UweKuboschGitter has quit [Ping timeout: 245 seconds]
OlleJonssonGitte has quit [Ping timeout: 245 seconds]
TimGitter[m]1 has quit [Ping timeout: 245 seconds]
ChrisSeatonGitte has quit [Ping timeout: 246 seconds]
JulesIvanicGitte has quit [Ping timeout: 276 seconds]
BlaneDabneyGitte has quit [Ping timeout: 276 seconds]
JesseChavezGitte has quit [Ping timeout: 276 seconds]
rtyler1 has quit [Ping timeout: 276 seconds]
slonopotamus[m] has quit [Ping timeout: 276 seconds]
edipofederle[m] has quit [Ping timeout: 245 seconds]
chrisseaton[m] has quit [Ping timeout: 245 seconds]
kai[m] has quit [Ping timeout: 245 seconds]
enebo[m] has quit [Ping timeout: 246 seconds]
byteit101[m] has quit [Ping timeout: 246 seconds]
kalenp[m] has quit [Ping timeout: 246 seconds]
HarrisKauffman[m has quit [Ping timeout: 258 seconds]
lopex[m] has quit [Ping timeout: 258 seconds]
mrtommy[m] has quit [Ping timeout: 245 seconds]
TimGitter[m] has quit [Ping timeout: 260 seconds]
rdubya[m] has joined #jruby
fzakaria has joined #jruby
headius[m] has joined #jruby
ChrisSeatonGitte has joined #jruby
MarcinMielyskiGi has joined #jruby
OlleJonssonGitte has joined #jruby
FlorianDoubletGi has joined #jruby
KarolBucekGitter has joined #jruby
UweKuboschGitter has joined #jruby
ahorek[m] has joined #jruby
TimGitter[m]1 has joined #jruby
CharlesOliverNut has joined #jruby
kares[m] has joined #jruby
XavierNoriaGitte has joined #jruby
BlaneDabneyGitte has joined #jruby
rtyler1 has joined #jruby
JulesIvanicGitte has joined #jruby
JesseChavezGitte has joined #jruby
slonopotamus[m] has joined #jruby
RomainManni-Buca has joined #jruby
liamwhiteGitter[ has joined #jruby
MattPattersonGit has joined #jruby
edipofederle[m] has joined #jruby
HarrisKauffman[m has joined #jruby
lopex[m] has joined #jruby
byteit101[m] has joined #jruby
enebo[m] has joined #jruby
kalenp[m] has joined #jruby
mrtommy[m] has joined #jruby
chrisseaton[m] has joined #jruby
kai[m] has joined #jruby
TimGitter[m] has joined #jruby
<edipofederle[m]> Sorry, talking about JRuby itself
<edipofederle[m]> I try to with https://github.com/jruby/jruby/wiki/DevelopingWithIntelliJ but no success, cannot find the Main class (step step III in “debugging JRuby”
<mrtommy[m]> <headius[m] "Or are you saying developing on "> Maybe he reffers about Java autocompletion
sagax has quit [Quit: Konversation terminated!]
sagax has joined #jruby
<edipofederle[m]> <mrtommy[m] "Maybe he reffers about Java auto"> No. Talking about it: I try to with https://github.com/jruby/jruby/wiki/DevelopingWithIntelliJ but no success, cannot find the Main class (step step III in “debugging JRuby”
<edipofederle[m]> It works now. Maybe some dependency issue. mvnw -Pclean
<headius[m]> Oh ok sorry, glad you got it working!
<headius[m]> For what it's worth, I usually connect the debugger remotely so I can start jruby like a typical Ruby process
<headius[m]> jruby -J-agentwhatever ...
<edipofederle[m]> Interesting, I will check it too.
<headius[m]> If those instructions seem wrong, feel free to update them or file an issue and we will make it right
<edipofederle[m]> <headius[m] "If those instructions seem wrong"> Sure, I will double check and provide a update if need.
<headius[m]> Thanks!