Troubleshoots
- My Eclipse 3.3 can't stop crashing
- AJDT return me lots of errors or forget some aspectJ
- "Could not find a getter for web in class com.xpn.xwiki.doc.XWikiDocument" exception
- When I look in a published jar It seems resources has not been built
- xwiki-core is not automatically republished when it is modified in Eclipse 3.4
My Eclipse 3.3 can't stop crashing
Environment : Linux + Eclipse 3.3 The Eclipse configuration in eclipse.ini seems too fragile in term of memory at least in the linux version. You should give a try to the following configuration :-showsplash org.eclipse.platform --launcher.XXMaxPermSize 512M -vmargs -Xms1024m -Xmx1024m -Dosgi.bundlefile.limit=100 -XX:MaxPermSize=512m
AJDT return me lots of errors or forget some aspectJ
There seems to be a problem with AJDT version based on aspectJ 1.6 : it always show a error windows when it builds with something about "java.lang.IllegalStateException ". Try to return to an older version like 1.5.1 (based on aspectJ 1.5.4)."Could not find a getter for web in class com.xpn.xwiki.doc.XWikiDocument" exception
Description : When Trying to browse the xwiki instance I get an exception about "Could not find a getter for web in class com.xpn.xwiki.doc.XWikiDocument". This means that xwiki-core aspectJ files are not built. Makes sure you installed and enabled AJDT.When I look in a published jar It seems resources has not been built
M2Eclipse build resources only when it's modified and sometimes it comes that it forgot it for a reason I don't know. Just modify any resource of the jar project and save it and it should rebuild it correctly.xwiki-core is not automatically republished when it is modified in Eclipse 3.4
I moved to Eclipse 3.3 and all works great now. I think the problem comes from AJDT 1.5.1 which is not designed for 3.4. previous | home
Version 19.1 last modified by ThomasMortagne on 05/08/2008 at 13:49
Document data
Attachments:
No attachments for this document
Comments: 0