org.suigeneris.jrcs.rcs and IntelliJ IDEA
Hi all, As I'm working on xwiki code using IntelliJ IDEA, I saw that the directive: import org.suigeneris.jrcs.rcs.Version; that is in XWikiDocument.java (and maybe others) raised an error from the IDE (can't resolve symbol). It compiles correctly though, even with the IDEA compiler (i.e. not using the ant tasks). I tried detaching and reattaching the .jar file that defines this class but it still is not readable by IntelliJ for a mysterious reason... Any idea ? I created a page for documenting the setup of xwiki build on IDEA, I'll complete it if I finally got a workaround for this... Regards, GIlles, -- Gilles Sérasset GETA-CLIPS-IMAG (UJF, INPG & CNRS) BP 53 - F-38041 Grenoble Cedex 9 Phone: +33 4 76 51 43 80 Fax: +33 4 76 44 66 75
Ok, I had an intuition just after posting the question... everything named "rcs" is filtered out by IntelliJ, so you have to tell it not to filter folders or files named "rcs". I completed the doc page with the necessary steps. Regards, Gilles, On 14 févr. 07, at 15:56, Gilles Serasset wrote:
Hi all,
As I'm working on xwiki code using IntelliJ IDEA, I saw that the directive:
import org.suigeneris.jrcs.rcs.Version;
that is in XWikiDocument.java (and maybe others) raised an error from the IDE (can't resolve symbol).
It compiles correctly though, even with the IDEA compiler (i.e. not using the ant tasks). I tried detaching and reattaching the .jar file that defines this class but it still is not readable by IntelliJ for a mysterious reason...
Any idea ?
I created a page for documenting the setup of xwiki build on IDEA, I'll complete it if I finally got a workaround for this...
Regards,
GIlles,
-- Gilles Sérasset GETA-CLIPS-IMAG (UJF, INPG & CNRS) BP 53 - F-38041 Grenoble Cedex 9 Phone: +33 4 76 51 43 80 Fax: +33 4 76 44 66 75
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
-- Gilles Sérasset GETA-CLIPS-IMAG (UJF, INPG & CNRS) BP 53 - F-38041 Grenoble Cedex 9 Phone: +33 4 76 51 43 80 Fax: +33 4 76 44 66 75
participants (1)
-
Gilles Serasset