Page 1 of 1

How to build OKM_3.0 from Source???

PostPosted:Fri Jun 19, 2009 5:56 am
by dignan
I have followed the developer guide step by step, however I cannot complete the XDoclet step.

I\'ve looked around the forums, and it seems a guy named madmax27 tried to solve this by patching it to use Maven, but I\'m not very familiar with Maven, and even after playing around with patching it and everything for HOURS I have no idea what I am supposed to do to get this project to build! I just want to implemenet the PrincipalAdapter so I can get LDAP fully integrated!

Any help or advice is most welcome!!

Re:How to build OKM_3.0 from Source???

PostPosted:Sat Jun 20, 2009 4:35 pm
by jllort
Which eclipse version you use ?
Have you intalled jboss tools ?
You must ensure xdoclet is enabled ( take a look at properties ), on some jboss tools versions, seems there\'s error on eclipse plugin and needs some extra jar to be enabled ( ensure you\'ve got active xdoclet ).

Take a look xdoclet configuration at Window/Preferendes ( select from list ). I\'ve attached may eclispe scrootshot Image

Re:How to build OKM_3.0 from Source???

PostPosted:Sat Jun 20, 2009 7:59 pm
by dignan
I am using eclipse 3.4, and have installed JBoss Tools. XDoclet is enabled.

I\'ve downloaded the xdoclet libraries, but I still have no luck. In the \"Builders\" part of Properties, it says there are 3 builders missing...it says the following are missing:

org.jboss.ide.eclipse.jdt.j2ee.jsp.core.jsp-builder
org.jboss.ide.eclipse.packaging.core.PackagingBuilder
org.jboss.ide.eclipse.xdoclet.run.XDocletRunBuilder

Note that I\'m using a different XDoclet from you, I\'m using the one from the XDoclet site, maybe you could link me to that plugin?

Any help would be appreciated.

Re:How to build OKM_3.0 from Source???

PostPosted:Thu Jun 25, 2009 5:14 pm
by dignan
Bump...still working on this with no luck...any suggestions?

Re:How to build OKM_3.0 from Source???

PostPosted:Thu Aug 06, 2009 1:28 pm
by dhmitchell
I\'m having the same problem but my developer isn\'t. I\'m using eclipse 3.4.2.

Re:How to build OKM_3.0 from Source???

PostPosted:Mon Aug 17, 2009 10:09 am
by jllort
Problem I think is that on this eclipse plugin version is not generated automatically xdoclet-build.xml [file name=xdoclet_build.zip size=2622]http://www.openkm.com/images/fbfiles/fi ... _build.zip[/file] ( generated automatically from .xdoclet file ).

Try copying it on your openkm project and run with ant.