[ http://jira.codehaus.org/browse/JIBX-83?page=comments#action_59623 ]
Dan Allen commented on JIBX-83: ------------------------------- Since jibx is key to our development, I will most likely be contributing to it in the future and therefore could take on some of its development. However, I am very strapped for time, so it will come at my convenience. I have spent a couple of nights looking over the code and could likely make improvements. I will do what I can. > Eclipse builder fails to run (classpath issues) > ----------------------------------------------- > > Key: JIBX-83 > URL: http://jira.codehaus.org/browse/JIBX-83 > Project: JiBX > Type: Bug > Components: Generator Tools > Environment: eclipse 3.1 on linux > Reporter: Dan Allen > Attachments: JIBX-83.txt > > > The JiBX eclipse builder fails to execute because of classpath issues. The > error that is thrown is that org.jibx.runtime.Utility cannot be located. The > JiBX compiler does some adhoc classloading which doesn't jive with the > eclipse plugin context. It is necessary to add jibx-run.jar to the eclipse > project and have it picked up by the JiBX builder to send to the > Compile#compile method. > Additionally, for projects that use alternate output locations, such as WTP > (.deployables/../classes), it is necessary to ensure that all of these > folders are included properly. The buildJibxClasspath method should look at > all "output" folders and referenced jar files (since it needs the runtime > jar). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
