Hi,
Might not be the right place, so feel free to move the post if needed.
I just downloaded jrebel eclipse plugin.
I also use Liferay IDE plugin for Eclipse for a while now.
Everything goes smooth during jrebel plugin installation. Then I add my liferay server to jrebel managed servers through the JRebl perspective. The java agent seems to ben installed , as I can see the following log lines :
1JRebel: Starting logging to file: C:\Documents and Settings\utilisateur\.jrebel\jrebel.log
2[2012-07-02 08:20:28]
3[2012-07-02 08:20:28] #############################################################
4[2012-07-02 08:20:28]
5[2012-07-02 08:20:28] JRebel 5.0.0 (201206080930)
6[2012-07-02 08:20:28] (c) Copyright ZeroTurnaround OU, Estonia, Tartu.
7........
Next step, I add the jrebel nature to one of my portlet projects. The rebel.xml file is created,, with the classpath configuration pointing to the WEB-INF/classes of the project in the plugin SDK :
1 <?xml version="1.0" encoding="UTF-8"?>
2 <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
3 <classpath>
4 <dir name="C:/dev/liferay-plugins-sdk-6.0.5/portlets/PortletMHI-portlet/docroot/WEB-INF/classes">
5 </dir>
6 </classpath>
7 <web>
8 <link target="/">
9 <dir name="C:/dev/liferay-plugins-sdk-6.0.5/portlets/PortletMHI-portlet/docroot">
10 </dir>
11 </link>
12 </web>
13</application>
But when I alter my portlet class, nothing happen in the portal. The class is compiled by the IDE in ${pluginSDK}/portlets/myproject/docroot/WEB-INF/classes, but never deployed to my app server.
Am I missing something here ?
Thank you,
Mathieu.
Por favor, faça login para denunciar.