|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
testing passenger supportHi there,
I have already posted an patch for passenger support but have problems with starting testing it :) could someone point me a place where to start when changed code of netbeans plugin. the patch is attached to issue: http://www.netbeans.org/issues/show_bug.cgi?id=135447 Regards Michal |
|
|
Re: testing passenger supportHi Michal,
I think the easiest way will be to just build the IDE (building just the Ruby cluster is enough). You can do that for example as follows: <nb source checkout root dir>ant -Dcluster.config=ruby build-nozip And then you can run the IDE using: <nb source checkout root dir>ant -f nbbuild/build.xml tryme -Ddebug.port=8765 This way you can attach a debugger to the running instance, if needed. Alternatively just open the ruby.railsproject module in the IDE and use the Debug/Run actions in the project context menu. Let me know if you have any problems. PS. I haven't forgot about the patch, just been pretty busy lately (that and we had the bugfixing period for M2). I'll make sure to include it for the next milestone -- if you find any bugs, please attach an updated patch to the issue then. Thanks, Erno mpapis@... wrote: > Hi there, > I have already posted an patch for passenger support but have problems > with starting testing it :) could someone point me a place where to > start when changed code of netbeans plugin. > the patch is attached to issue: > http://www.netbeans.org/issues/show_bug.cgi?id=135447 > Regards > Michal --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: testing passenger supportHello Michal,
I've finally integrated your patch to trunk. It still needs to be enabled by using the passenger.support switch -- please see my comment in http://www.netbeans.org/issues/show_bug.cgi?id=135447 for more details. Thanks once again for the patch, Erno Erno Mononen wrote: > Hi Michal, > > I think the easiest way will be to just build the IDE (building just > the Ruby cluster is enough). You can do that for example as follows: > > <nb source checkout root dir>ant -Dcluster.config=ruby build-nozip > > And then you can run the IDE using: > > <nb source checkout root dir>ant -f nbbuild/build.xml tryme > -Ddebug.port=8765 > > This way you can attach a debugger to the running instance, if needed. > Alternatively just open the ruby.railsproject module in the IDE and > use the Debug/Run actions in the project context menu. > > Let me know if you have any problems. > > PS. I haven't forgot about the patch, just been pretty busy lately > (that and we had the bugfixing period for M2). I'll make sure to > include it for the next milestone -- if you find any bugs, please > attach an updated patch to the issue then. > > Thanks, > Erno > > > mpapis@... wrote: >> Hi there, >> I have already posted an patch for passenger support but have >> problems with starting testing it :) could someone point me a place >> where to start when changed code of netbeans plugin. >> the patch is attached to issue: >> http://www.netbeans.org/issues/show_bug.cgi?id=135447 >> Regards >> Michal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |