[xwiki-devs] aspect compilation problem under Eclipse with JAVA6.0 ???
Hello, I compiled the whole packages from trunk under Eclipse running with a JDK1.6_06. When I launch XWiki-Enterprise, it stops while instantiating Hibernate Storage with an error "can't find web property in XWikiDocument"... which is true because web is managed by get/setSpace... I discovered the get/setWeb is provided for compatibility by an aspect... So, I took a look at the compiled aspects and the generated .class were really smaller than the one in a JAR from the repository... After some unsucessful tries, in Eclipse, I decided to switch from java6.0 syntax to java5.0 and recompiled and then I got some .class which seemed bigger... Then I launch XWiki and it now works... Has anyone encountered the same problem? regards Pascal
Hi, I have lots of problem with the last AJDT version (1.5.2) based on aspectJ 1.6 on Eclipse 3.3 (errors about java.lang.IllegalStateException or some aspectJ not built). All works when I use an AJDT version based on aspectJ 1.5 branch like AJDT 1.5.1. On Thu, Jun 5, 2008 at 10:00 AM, Pascal Voitot <[email protected]> wrote:
Hello, I compiled the whole packages from trunk under Eclipse running with a JDK1.6_06. When I launch XWiki-Enterprise, it stops while instantiating Hibernate Storage with an error "can't find web property in XWikiDocument"... which is true because web is managed by get/setSpace... I discovered the get/setWeb is provided for compatibility by an aspect... So, I took a look at the compiled aspects and the generated .class were really smaller than the one in a JAR from the repository...
After some unsucessful tries, in Eclipse, I decided to switch from java6.0 syntax to java5.0 and recompiled and then I got some .class which seemed bigger... Then I launch XWiki and it now works...
Has anyone encountered the same problem?
regards Pascal _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Pascal Voitot -
Thomas Mortagne