From: Alistair Y. <ali...@sm...> - 2005-07-20 13:33:22
|
Guanxi needs these jars - anyone see any problems adding them? I noticed there's no xml parser in bod lib - where does it get it from? axis.jar bouncycastle.jar commons-discovery.jar ldap.jar --> already in bod log4j.jar -> already in bod xmlsec.jar saaj.jar jaxrpc.jar xercesImpl.jar xml-apis.jar xalan.jar Alistair |
From: Matthew B. <mat...@co...> - 2005-07-20 13:44:28
|
Alistair Young wrote: > Guanxi needs these jars - anyone see any problems adding them? I > noticed there's no xml parser in bod lib - where does it get it from? The JDK. > axis.jar > bouncycastle.jar > commons-discovery.jar > ldap.jar --> already in bod > log4j.jar -> already in bod > xmlsec.jar > saaj.jar > jaxrpc.jar > xercesImpl.jar > xml-apis.jar > xalan.jar Can all this stuff stay out of /lib please as it isn't needed for compilation of the Bodington codebase. This way it makes it easier if we ever want todo a lightweight build or move guanxi into a sibling project. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-07-20 13:56:50
|
where do you want them Mathew? Alexis - you'll have to modify the ant build to pull them from wherever and bung them in WEB-INF/lib while I'm at it, what about these guanxi dirs: BODHOME/WEB-INF/config BODHOME/WEB-INF/keystore BODHOME/WEB-INF/jsp BODHOME/guanxi BODHOME/web.xml needs modified - ship Guanxi disabled though (i.e servlets commented out) there's a whole lot of Guanxi stuff needs added so can I have a home for it please? How do you want to handle the additions? Alistair On 20 Jul 2005, at 14:44, Matthew Buckett wrote: > Alistair Young wrote: > >> Guanxi needs these jars - anyone see any problems adding them? I >> noticed there's no xml parser in bod lib - where does it get it from? >> > > The JDK. > > >> axis.jar >> bouncycastle.jar >> commons-discovery.jar >> ldap.jar --> already in bod >> log4j.jar -> already in bod >> xmlsec.jar >> saaj.jar >> jaxrpc.jar >> xercesImpl.jar >> xml-apis.jar >> xalan.jar >> > > Can all this stuff stay out of /lib please as it isn't needed for > compilation of the Bodington codebase. This way it makes it easier > if we ever want todo a lightweight build or move guanxi into a > sibling project. > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Matthew B. <mat...@co...> - 2005-07-20 14:10:47
|
Alistair Young wrote: > where do you want them Mathew? dunno. I didn't have any particular plan :-) /lib/guanxi? or as they aren't needed for compilation have a folder /guanxi /guanxi/WEB-INF/config /guanxi/WEB-INF/keystore /guanxi/WEB-INF/jsp /guanxi/WEB-INF/lib /guanxi/guanxi Then get anto to copy this tree ontop of the Bodington build one? Does it need to be unpacked? Could we just have a guanxi WAR file that gets unpacked onto of the bodington build directory and the alternate web.xml. > Alexis - you'll have to modify the ant build to pull them from wherever > and bung them in WEB-INF/lib [..snipped..] > How do you want to handle the additions? What happens if both bod and guanxi need the same JAR but different versions? Hopefully this will never happen. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alistair Y. <ali...@sm...> - 2005-07-20 14:14:53
|
Guanxi can't be a war as it has files that need to be created on the fly and others that need to be modified by the user. I'll have a think about a structure. > hat happens if both bod and guanxi need the same JAR but different > versions? Hopefully this will never happen in the future, xerces dom3 - anyone know if bod still can't handle it? Alistair On 20 Jul 2005, at 15:10, Matthew Buckett wrote: > Alistair Young wrote: > >> where do you want them Mathew? >> > > dunno. I didn't have any particular plan :-) > > /lib/guanxi? > > or as they aren't needed for compilation have a folder > > /guanxi > /guanxi/WEB-INF/config > /guanxi/WEB-INF/keystore > /guanxi/WEB-INF/jsp > /guanxi/WEB-INF/lib > /guanxi/guanxi > > Then get anto to copy this tree ontop of the Bodington build one? > Does it need to be unpacked? > > Could we just have a guanxi WAR file that gets unpacked onto of the > bodington build directory and the alternate web.xml. > > >> Alexis - you'll have to modify the ant build to pull them from >> wherever and bung them in WEB-INF/lib >> > > [..snipped..] > > >> How do you want to handle the additions? >> > > What happens if both bod and guanxi need the same JAR but different > versions? Hopefully this will never happen. > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |
From: Matthew B. <mat...@co...> - 2005-07-20 14:25:43
|
Alistair Young wrote: > Guanxi can't be a war as it has files that need to be created on the > fly and others that need to be modified by the user. I'll have a think > about a structure. What I mean is in the bodington repository we have a file called /extras/guanxi.war that contains all the stuff that goes under the webapp for guanxi. Then at build time this war is unpacked ontop of /build/bodington to give a bodington+guanxi then the bodington war is created from this directory structure. The reason for keeping guanxi in the source tree as a WAR is that it is an external project (like log4j) and we don't need to know it's internal workings. Then when a new version of guanxi is released the WAR file that is in bodington is upgraded. >> hat happens if both bod and guanxi need the same JAR but different >> versions? Hopefully this will never happen > > in the future, xerces dom3 - anyone know if bod still can't handle it? No idea. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |