|
From: Roberto M. <rob...@gm...> - 2007-06-16 16:19:26
|
Hey Peter, 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. 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? Regards, Roberto Peter Salomonsen wrote: > Hi, > > I see that all lmappletserver modules now references jboss jars, which are > embedded in the src folder. I don't think this is a good idea since if you > use a newer version of jboss, then these jars will override jboss jars. > > If you want to include jars in the project, the correct way would be to have a > separate lib folder, and only include jboss jars that contains api describing > classes/interfaces (not the actual jboss implementing classes, which may > change for each version). > > regards, > > Peter > > |