|
From: Peter S. <co...@pe...> - 2007-06-16 16:33:05
|
Hi Roberto, On Saturday 16 June 2007 18:18:56 Roberto MIlev wrote: > I moved the jboss jar into the src as per your comment to "- Remove > jboss dependencies from classpath and build.xml". I agree that having > them in the src folder is not a good idea also because they would end up > redundantly bundled into the final ear. sorry about confusion here. I see that I was a bit unclear on my comment, > Because these jars are needed to be referenced for compiling our > classes, what would be the best way to handle this? Include them in a > separate /lib folder and reference them for compilation, but do not pack > them into the final ear? Yes, that would be the correct way to do it. Then about the modules, I see that search_addons and report_addons are very connected to addons. Addons even contains search and report specific classes. I have some seconds thoughts around this, should we merge this into one single addons_package? You would still have the ability to turn features on/off as far as I can see... When we're done with this, I'd like to move everything to subversion.... So that we get a clean repository... As for priority I regard getting these modules up and running more important than the google kml task.. regards, Peter |