|
From: Peter S. <co...@pe...> - 2007-06-16 15:41:39
|
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 |