|
From: Juergen H. <ju...@in...> - 2005-03-15 17:35:21
|
As I've replied in the other thread: Good point regaring aopalliance in spring.jar, Thomas. I wouldn't mind including those interfaces in spring-aop.jar and spring.jar: it's just about 10 KB, and hardly anyone accesses them standalone anyway. Of course, the spring-framework-1.2-full-with-dependencies distribution would still include a standalone aopalliance.jar, but the others wouldn't - they would just include spring.jar, commons-logging.jar and cglib.jar (as suggested earlier, with cglib clearly marked as optional). I've just changed our build script, and it seems to work nicely. Both spring-aop.jar and spring.jar include all AOP Alliance interfaces now. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...]On Behalf Of tho...@tr... Sent: Tuesday, March 15, 2005 5:58 PM To: spr...@li... Subject: Re: [Springframework-developer] Hibernate 3 annotations in 1.2 rc1 This should probably go on the developer-list: While we are dicussing the contets of the spring.jar -- could we include the interfaces from aopalliance.jar in spring.jar and spring-aop.jar? They are after all public domain. This would eliminate the need to include an additional jar file when any of the AOP features are used behind the scenes. I would also agree that separating the tiger source from the rest of the build is OK for now - we do have additional build step for the commons-attributes right now. Thomas Quoting Rod Johnson <ro...@in...>: > Juergen Hoeller wrote: > > I'm mainly concerned to get the source directory structure right. > > "tiger/src" and "tiger/test" directories sound appropriate to me, getting > > built by a "tiger.build" in the build script, with "-target 1.5" in > contrast > > to the main sources. > I think that's a reasonable option, at least for now. > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |