On 11/9/06, Marius Erni <[EMAIL PROTECTED]> wrote: > > I'm tying to build openWFE from the source code, but I cant build it since > there are some mismatched dependencies to 3party libraries like : > > - org.jdom.* > - com.google.gwt.user.client.ui.* > - org.testng.internal.annotations.* > - and probably others > > Does anybody have the corresponding jar files to include them into the > project ? Or do I need to find them my self from the original provider?
Hi Marius, did you read that : http://www.openwfe.org/get.html and its companion : http://jmettraux.wordpress.com/2006/09/04/building-openwfe-from-scratch/ ? You shouldn't care about building everything in OpenWFE, just the pieces you need. The gwebclient, for example, is out of the scope of your work. I suppose you're building with Eclipse, maybe a trick would be to use Maven2 for an initial build and then, as this "builder" will have collected the necessary jars, link your Eclipse project settings to them. A way more elegant approach would be to use a Maven2 Eclipse plugin, and let Eclipse trust Maven2 to build the libraries for you. About the "not building" everything approach, you perhaps only need to build some of the modules of OpenWFE, not all of them. You could use the binaries into your Eclipse project and only bother about building OpenWFE things you need to change. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
