Resin integration plugin 0.1
Resin integration plugin 0.1 is available at
http://www.intellij.org/twiki/bin/view/Main/ResinIntegration
It supports run and debug of web applications for Resin.
It is a initial version and has probably some bugs.
/magnus
请先登录再写评论。
Killer!! I was looking into writing this myself... saved me some time I
don't have these days!!
Just curious... you put in a copy of your resin.conf... but I don't see any
non-standard settings...
Am I missing something? Do I need to have a certain setting in my
resin.conf in order to work with your plugin?
thanks,
adam
"Magnus Johansson" <mj_quark@hotmail.com> wrote in message
news:aqti75$e8r$1@is.intellij.net...
>
>
>
>
Well, the only thing really needed is that you put a id attribute in both
the host and web-app tag. The resin.conf file is only there for reference,
use your own if it works. However, I have only done testing using that
particular file.
/magnus
"Adam Goldband" <adamg@cnet.com> wrote in message
news:aqufrr$lfg$1@is.intellij.net...
>
any
>
>
>
>
Cool, thanks...
btw: I finally tried to fire this up tonight, and am getting this error on
startup of IDEA:
ERROR - ij.components.ComponentManager -
ERROR - ij.components.ComponentManager - JDK: 1.4.1_01
ERROR - ij.components.ComponentManager - VM: Java HotSpot(TM)
Client
VM
ERROR - ij.components.ComponentManager - Vendor: Sun Microsystems
Inc
.
ERROR - ij.components.ComponentManager - OS: Windows 2000
ERROR - ij.components.ComponentManager -
java.lang.ClassNotFoundException: resinPlugin.ResinIntegration
at com.intellij.ide.o.a.a.findClass(a.java:17)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.intellij.ide.o.a.a.loadClass(a.java:3)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.intellij.openapi.components.a.a.a(a.java:38)
at com.intellij.idea.g.a(g.java:6)
at com.intellij.openapi.application.b.e.(e.java:168) at com.intellij.openapi.application.b.f.(f.java:1) at com.intellij.idea.v.]]>(v.java:29)
at com.intellij.idea.j.a(j.java:1)
at com.intellij.idea.k.run(k.java:6)
at com.intellij.ide.h.k.a(k.java:33)
at com.intellij.ide.h.k.a(k.java:4)
at com.intellij.idea.Main.a(Main.java:11)
at com.intellij.idea.Main.start(Main.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.intellij.ide.o.d.run(d.java:7)
at java.lang.Thread.run(Unknown Source)
Am I supposed to put anything special in my classpath?
thanks,
adam
"Magnus Johansson" <mj_quark@hotmail.com> wrote in message
news:aqujll$rov$1@is.intellij.net...
>
>
>
>
>
>
>
No you are not supposed to put anything special in the
classpath. The only way I could reproduce your error
was by putting all content from the ZIP-file into the
plugins folder. If I only put resinIntegration.jar (found
in the ZIP-file) into the plugins folder it works, at least for me.
/magnus
"Adam Goldband" <adamg@cnet.com> wrote in message
news:aqvr0q$of3$1@is.intellij.net...
>
on
>
Microsystems
>
>
>
both
reference,
I
see
>
>
Cool, that's a fair assessment of what I screwed up...
I made the assumption I could drop the whole resinIntegration folder in
there, since that's what the tomcatIntegration one has....
thanks!
adam
"Magnus Johansson" <mj_quark@hotmail.com> wrote in message
news:aqvrpq$plj$1@is.intellij.net...
>
>
>
>
>
Source)
time
>
>
Cool, that's a fair assessment of what I screwed up...
I made the assumption I could drop the whole resinIntegration folder in
there, since that's what the tomcatIntegration one has....
thanks!
adam
"Magnus Johansson" <mj_quark@hotmail.com> wrote in message
news:aqvrpq$plj$1@is.intellij.net...
>
>
>
>
>
Source)
time
>
>
hi,
I am trying to use your resin plugin (0.3), on resin 2.1.1. I tried to activate "Validate JSP on make", but I get (for valid jsp's):
E:\cvs_out\teamwork\html\administration\settingEditor.jsp
Error: line (0) Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
C:\Documents and Settings\Pietro Polsinelli\.IntellijIdea30\system\jasper_temp5637d385\settingEditor$jsp.java:218: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception.
if (pageContext != null) pageContext.handlePageException(t);
^
1 error, 1 warning
It would also be very nice if we could pub break points on includes. Thanks