You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(41) |
May
(353) |
Jun
(133) |
Jul
(534) |
Aug
(401) |
Sep
(219) |
Oct
(86) |
Nov
(144) |
Dec
(61) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(200) |
Feb
(130) |
Mar
(345) |
Apr
(153) |
May
(247) |
Jun
(338) |
Jul
(222) |
Aug
(70) |
Sep
(39) |
Oct
(27) |
Nov
(76) |
Dec
(30) |
2007 |
Jan
(81) |
Feb
(44) |
Mar
(9) |
Apr
|
May
(3) |
Jun
(2) |
Jul
(34) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
(6) |
2008 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Colin T. <col...@co...> - 2005-05-27 10:05:58
|
Did you get this problem sorted Atif? Colin ____________________________________ Colin Tatham VLE Team Oxford University Computing Services www.oucs.ox.ac.uk/ltg/vle/ www.bodington.org > -----Original Message----- > From: bod...@li... > [mailto:bod...@li...]On Behalf Of > Matthew Buckett > Sent: 26 May 2005 17:33 > To: bod...@li... > Subject: Re: [Bodington-developers] Bodington bug > > > gxdev Developer wrote: > > hi > > > > I checkout the bod source code from the CVS head at > > 3pm. > > > > Did a build using ANT everything went fine. > > Then did a setup using bodington.war everything went > > fine. > > > > But when I hit the browser at the following URL : > > > > http://mywebserver/bodington/site/ > > > > I get the following exception throw at me: > > > > java.lang.NoClassDefFoundError > > > > > org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) > > This is the line that attempts to setup the Logger for the > class which > has now been removed in HEAD (a few minutes ago). You could try a CVS > update and a new build, although my builds worked fine before > and after > removing this line. > > > > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate > .java:630) > > This is the line that tries to call the Java compiler to compile the > template. Are you running Tomcat with the JDK rather than the JRE? > > One way round this might be to turn template compilation on in the > build.properties so that it doesn't happen in the servlet > container world. > > If you have somewhere (website?) you can put the WAR you built that I > can grab it from I'll have a look and see if I can figure out > what is wrong. > > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-05-27 09:53:36
|
Just committed two small changes back to HEAD: - Fix for loading the log4j properties at startup. - Include the default log4j.properties into the bodserver.jar -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Adam M. <ada...@co...> - 2005-05-27 09:52:40
|
My understanding of the Bod licence (based on hearsay and chats with his Jonness) is that everybody gives copyright of their code to Leeds Uni and then Leeds commit to making the code available to all to use. Doesn't that mean that as Leeds own copyright, then can do what they like with the licence? Adam -- Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. Shameless plug: Use the Bodington VLE http://bodington.org Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ Cheese of the month: Cheshire (not to be underestimated) | -----Original Message----- | From: bod...@li... [mailto:bodington- | dev...@li...] On Behalf Of Peter Crowther | Sent: 26 May 2005 17:54 | To: bod...@li...; David Gardner | Subject: RE: [Bodington-developers] Bodington licence | | > From: Adam Marshall | > Once a decision has been made, doing the actual change-over | > is a relatively | > trivial exercise. We just need the go ahead. | | It ain't quite that easy. There is no clause in the license to state | that you may change the license. The contributors to Bodington have | contributed under the existing license. If you want to change it - and | for the change to be watertight, i.e. so that an irritated past | contributor cannot sue you or another organisation for using their code | without license - you need to track down everyone who's ever contributed | to the Bodington codebase and get their written consent to the change. | | This is exactly why the GPL has the clause in it about later versions of | the GPL itself. | | For the record: Melandra Limited has not contributed any code directly | to the Bodington codebase, with the possible exception of the content | packaging contributions that came in earlier this afternoon and whose | status is not yet clear [Sean?]. All other contributions have been made | via IP assignment agreements with third parties. As we have not seen | the detail of the proposed revised license, we cannot state for certain | that we would be willing to license any contributions to Bodington under | such a changed license. If the new license is at least as open as the | current one, however, we would not expect to withold consent. | | Sorry to appear a bit retentive about this, but if you're expecting | public bodies to use this codebase for their institutional VLE then you | really do want a squeaky-clean IP story. | | - Peter | | | ------------------------------------------------------- | This SF.Net email is sponsored by Yahoo. | Introducing Yahoo! Search Developer Network - Create apps using Yahoo! | Search APIs Find out how you can build Yahoo! directly into your own | Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005 | _______________________________________________ | Bodington-developers mailing list | Bod...@li... | https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: Matthew B. <mat...@co...> - 2005-05-27 09:49:53
|
Alexis O'Connor wrote: > > I'm sure we all appreciate the benefits of good javadoc(!) I've just > committed back some stuff where I've made corrections in this regard. I [..snipped..] > Maybe other people have some ideas? I'll clean up all the JavaDoc warnings on HEAD unless someone has any further comments. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Matthew B. <mat...@co...> - 2005-05-27 09:40:00
|
Sean Mehan wrote: > > On 24 May 2005, at 10:26, Matthew Buckett wrote: > >> Alistair Young wrote: >> >>> WEB-INF/lib >>> -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar >>> -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar >>> two get copied by the build but only log4j.jar has the required method. >>> I deleted log4j-1.2.5.jar from lib and it now works. >>> Will I remove log4j-1.2.5.jar from head? Sorry I didn't see this comment Alistair. >> This one comes from the old shib files (/shibbadd). They were going >> to be removed before 2.6. Building with shibb off should fix this. >> Alexis just mentioned that the guanxi stuff depends on some of the old shibadd stuff. Is this true? > who/what/when? > > who is chopping out shibbadd? > > Hello, Leeds? I think there is a post in the archives about how I removed /shibbadd from WebLearn HEAD but if there is a dependacy between Guanxi and the old shibbadd this may not work for Bodington HEAD. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Sean M. <se...@sm...> - 2005-05-27 00:19:03
|
On 24 May 2005, at 10:26, Matthew Buckett wrote: > Alistair Young wrote: > >> WEB-INF/lib >> -rw-r--r-- 1 alistair staff 350115 24 May 09:49 log4j-1.2.5.jar >> -rw-r--r-- 1 alistair staff 352291 24 May 09:49 log4j.jar >> two get copied by the build but only log4j.jar has the required >> method. >> I deleted log4j-1.2.5.jar from lib and it now works. >> Will I remove log4j-1.2.5.jar from head? >> > > This one comes from the old shib files (/shibbadd). They were going > to be removed before 2.6. Building with shibb off should fix this. > who/what/when? who is chopping out shibbadd? Hello, Leeds? > -- > +--Matthew Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | > +------------Computing Services, University of Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > |
From: Peter C. <Pet...@me...> - 2005-05-26 16:53:49
|
> From: Adam Marshall=20 > Once a decision has been made, doing the actual change-over=20 > is a relatively > trivial exercise. We just need the go ahead. It ain't quite that easy. There is no clause in the license to state that you may change the license. The contributors to Bodington have contributed under the existing license. If you want to change it - and for the change to be watertight, i.e. so that an irritated past contributor cannot sue you or another organisation for using their code without license - you need to track down everyone who's ever contributed to the Bodington codebase and get their written consent to the change. This is exactly why the GPL has the clause in it about later versions of the GPL itself. For the record: Melandra Limited has not contributed any code directly to the Bodington codebase, with the possible exception of the content packaging contributions that came in earlier this afternoon and whose status is not yet clear [Sean?]. All other contributions have been made via IP assignment agreements with third parties. As we have not seen the detail of the proposed revised license, we cannot state for certain that we would be willing to license any contributions to Bodington under such a changed license. If the new license is at least as open as the current one, however, we would not expect to withold consent. Sorry to appear a bit retentive about this, but if you're expecting public bodies to use this codebase for their institutional VLE then you really do want a squeaky-clean IP story. - Peter |
From: Adam M. <ada...@co...> - 2005-05-26 16:42:27
|
Has any decision been made about the Bodington licence? This is pretty essential if we don't want to see Bodington disappearing off 'open source' lists all over the world. It may take us ages to get it reinstated. A very brief glance at the Apache licence shows it to use general statements about trademarks and the like where as the Bodington one uses specific ones. Once a decision has been made, doing the actual change-over is a relatively trivial exercise. We just need the go ahead. I think we really must do this for the 2.6 release, the sooner the better. Is it just me or do things actually appear to be happening with the OS community? 150 downloads per month - questions to the developers lists! adam -- Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. Shameless plug: Use the Bodington VLE http://bodington.org Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ Cheese of the month: Cheshire (not to be underestimated) |
From: Matthew B. <mat...@co...> - 2005-05-26 16:35:40
|
Adam Marshall wrote: > | > | My strange bug was due to having the System property bodington.home set > | to a path that didn't exist. Bah, I really need to push across my patch > | to get rid of this System property. > | > > > Should we be doing a v2.4.4 which includes this patch? Probably not as it's a large change that is tied into other stuff (SetupServlet, Context Listener, etc) and it's also rather beta. It's not a showstopper, just something that can cause problems if you don't restart tomcat between Bodington deployments/restarts. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Matthew B. <mat...@co...> - 2005-05-26 16:33:07
|
gxdev Developer wrote: > hi > > I checkout the bod source code from the CVS head at > 3pm. > > Did a build using ANT everything went fine. > Then did a setup using bodington.war everything went > fine. > > But when I hit the browser at the following URL : > > http://mywebserver/bodington/site/ > > I get the following exception throw at me: > > java.lang.NoClassDefFoundError > > org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) This is the line that attempts to setup the Logger for the class which has now been removed in HEAD (a few minutes ago). You could try a CVS update and a new build, although my builds worked fine before and after removing this line. > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java:630) This is the line that tries to call the Java compiler to compile the template. Are you running Tomcat with the JDK rather than the JRE? One way round this might be to turn template compilation on in the build.properties so that it doesn't happen in the servlet container world. If you have somewhere (website?) you can put the WAR you built that I can grab it from I'll have a look and see if I can figure out what is wrong. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Adam M. <ada...@co...> - 2005-05-26 16:30:39
|
-- Adam Marshall: OUCS, 13, Banbury Rd. Oxford OX2 6NN. Shameless plug: Use the Bodington VLE http://bodington.org Blog: http://ramble.oucs.ox.ac.uk/blog/adamm/ Cheese of the month: Cheshire (not to be underestimated) | | My strange bug was due to having the System property bodington.home set | to a path that didn't exist. Bah, I really need to push across my patch | to get rid of this System property. | Should we be doing a v2.4.4 which includes this patch? adam |
From: Matthew B. <mat...@co...> - 2005-05-26 16:14:04
|
Matthew Buckett wrote: >> exception >> >> javax.servlet.ServletException: Servlet execution threw an exception >> >> root cause >> >> java.lang.ExceptionInInitializerError >> org.bodington.servlet.template.Template.<init>(Template.java:314) >> org.bodington.servlet.template.Template.privateGet(Template.java:247) >> org.bodington.servlet.template.Template.get(Template.java:108) >> org.bodington.servlet.Request.<init>(Request.java:246) >> org.bodington.servlet.BuildingServlet.doGet(BuildingServlet.java:404) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:689) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:802) My strange bug was due to having the System property bodington.home set to a path that didn't exist. Bah, I really need to push across my patch to get rid of this System property. I don't think this is related to the error that started this thread. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: gxdev D. <gx...@ya...> - 2005-05-26 16:11:03
|
Hi I am using: * java 1.5 * Tomcat 5.5.9 * Red Hat 9 In my $CATALINA_HOME/webapps/bodington/WEB-INF/lib: -rw-r--r-- 1 root root 54829 May 26 15:05 activation.jar -rw-r--r-- 1 root root 1201588 May 26 15:07 bodserver.jar -rw-r--r-- 1 root root 288528 May 26 15:05 ldap.jar -rw-r--r-- 1 root root 352291 May 26 15:05 log4j.jar -rw-r--r-- 1 root root 347137 May 26 15:05 mail.jar -rw-r--r-- 1 root root 2956 May 26 15:07 res.jar As you can see I only have one log4j.jar in it. And I don't have a another log4j.jar on my class path. Thanks. --- Matthew Buckett <mat...@co...> wrote: > gxdev Developer wrote: > > hi > > > > I checkout the bod source code from the CVS head > at > > 3pm. > > > > Did a build using ANT everything went fine. > > Then did a setup using bodington.war everything > went > > fine. > > > > But when I hit the browser at the following URL : > > > > http://mywebserver/bodington/site/ > > > > I get the following exception throw at me: > > > > java.lang.NoClassDefFoundError > > Just a few background questions: > What JVM are you using (eg: Sun 1.5)? > What servlet container are you using (eg: Tomcat > 5.0)? > > -- > +--Matthew > Buckett-----------------------------------------+ > | VLE Developer, Learning Technologies Group > | > | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ > | > +------------Computing Services, University of > Oxford------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create > apps using Yahoo! > Search APIs Find out how you can build Yahoo! > directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com |
From: Matthew B. <mat...@co...> - 2005-05-26 15:57:57
|
gxdev Developer wrote: > hi > > I checkout the bod source code from the CVS head at > 3pm. > > Did a build using ANT everything went fine. > Then did a setup using bodington.war everything went > fine. > > But when I hit the browser at the following URL : > > http://mywebserver/bodington/site/ > > I get the following exception throw at me: > > java.lang.NoClassDefFoundError Just a few background questions: What JVM are you using (eg: Sun 1.5)? What servlet container are you using (eg: Tomcat 5.0)? -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Matthew B. <mat...@co...> - 2005-05-26 15:49:18
|
Alistair Young wrote: > did you build with shibb enabled? I had problems with log4j-1.2.5.jar > being in WEB-INF/lib So that nobody hits the Log4J JAR problem again I've removed the log4j-1.2.5.jar from the shibbadd folder. I'm not sure that this error is related to an extra log4j JAR though. I've also removed the Log4J Logger from XmlTemplate as it wasn't being used. After doing this I still get an error when trying to run a WAR of HEAD which I'll have a look at fixing. > exception > > javax.servlet.ServletException: Servlet execution threw an exception > > root cause > > java.lang.ExceptionInInitializerError > org.bodington.servlet.template.Template.<init>(Template.java:314) > org.bodington.servlet.template.Template.privateGet(Template.java:247) > org.bodington.servlet.template.Template.get(Template.java:108) > org.bodington.servlet.Request.<init>(Request.java:246) > org.bodington.servlet.BuildingServlet.doGet(BuildingServlet.java:404) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |
From: Alexis O'C. <ale...@co...> - 2005-05-26 15:48:08
|
Alistair Young wrote: > did you build with shibb enabled? I had problems with log4j-1.2.5.jar > being in WEB-INF/lib > > Alistair > We're still trying to work out what it is here, but it's certainly worth trying to delete the jar file above. (We've now removed the offending jar from the repository as Alistair mooted a few days ago!). -- + - - - - - - - - - - - - - - - - - - - - - - - - - - - + | Alexis O'Connor, VLE Developer (http://bodington.org) | | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | | Tel. +44 (0)1865 283661 | + - - - - - - - - - - - - - - - - - - - - - - - - - - - + |
From: gxdev D. <gx...@ya...> - 2005-05-26 15:33:52
|
hi I disabled shib before I did the build. Thanks. --- Alistair Young <ali...@sm...> wrote: > did you build with shibb enabled? I had problems > with log4j-1.2.5.jar > being in WEB-INF/lib > > Alistair > > On 26 May 2005, at 16:14, gxdev Developer wrote: > > > hi > > > > I checkout the bod source code from the CVS head > at > > 3pm. > > > > Did a build using ANT everything went fine. > > Then did a setup using bodington.war everything > went > > fine. > > > > But when I hit the browser at the following URL : > > > > http://mywebserver/bodington/site/ > > > > I get the following exception throw at me: > > > > java.lang.NoClassDefFoundError > > > > > org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) > > > > > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java: > > > 630) > > > > > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java: > > > 747) > > > > > org.bodington.servlet.template.XmlTemplate.getProcessor(XmlTemplate.jav > > > a:413) > > > > > org.bodington.servlet.template.Template.getXmlTemplateProcessor(Templat > > > e.java:357) > > > > > org.bodington.servlet.BuildingServlet.doProcessing(BuildingServlet.java > > > :570) > > > > > org.bodington.servlet.BuildingServlet.doGet(BuildingServlet.java:423) > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > > > > Thanks. > > > > > > > > > > > > > > > ___________________________________________________________ > > Yahoo! Messenger - NEW crystal clear PC to PC > calling worldwide with > > voicemail http://uk.messenger.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by Yahoo. > > Introducing Yahoo! Search Developer Network - > Create apps using Yahoo! > > Search APIs Find out how you can build Yahoo! > directly into your own > > Applications - visit > > > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > > _______________________________________________ > > Bodington-developers mailing list > > Bod...@li... > > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create > apps using Yahoo! > Search APIs Find out how you can build Yahoo! > directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com |
From: Alistair Y. <ali...@sm...> - 2005-05-26 15:27:40
|
did you build with shibb enabled? I had problems with log4j-1.2.5.jar being in WEB-INF/lib Alistair On 26 May 2005, at 16:14, gxdev Developer wrote: > hi > > I checkout the bod source code from the CVS head at > 3pm. > > Did a build using ANT everything went fine. > Then did a setup using bodington.war everything went > fine. > > But when I hit the browser at the following URL : > > http://mywebserver/bodington/site/ > > I get the following exception throw at me: > > java.lang.NoClassDefFoundError > > org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) > > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java: > 630) > > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java: > 747) > > org.bodington.servlet.template.XmlTemplate.getProcessor(XmlTemplate.jav > a:413) > > org.bodington.servlet.template.Template.getXmlTemplateProcessor(Templat > e.java:357) > > org.bodington.servlet.BuildingServlet.doProcessing(BuildingServlet.java > :570) > > org.bodington.servlet.BuildingServlet.doGet(BuildingServlet.java:423) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > Thanks. > > > > > > > ___________________________________________________________ > Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with > voicemail http://uk.messenger.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |
From: gxdev D. <gx...@ya...> - 2005-05-26 15:14:59
|
hi I checkout the bod source code from the CVS head at 3pm. Did a build using ANT everything went fine. Then did a setup using bodington.war everything went fine. But when I hit the browser at the following URL : http://mywebserver/bodington/site/ I get the following exception throw at me: java.lang.NoClassDefFoundError org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java:630) org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java:747) org.bodington.servlet.template.XmlTemplate.getProcessor(XmlTemplate.java:413) org.bodington.servlet.template.Template.getXmlTemplateProcessor(Template.java:357) org.bodington.servlet.BuildingServlet.doProcessing(BuildingServlet.java:570) org.bodington.servlet.BuildingServlet.doGet(BuildingServlet.java:423) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Thanks. ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com |
From: Peter C. <Pet...@me...> - 2005-05-26 13:56:37
|
> From: Andrew Booth [mailto:a.g...@le...]=20 > What happened to the PLE previously known as Bodington 3? I=20 > heard quite a > bit about the xml file system, but not about the PLE. I believe it has been renamed the Manchester PLE-VLE Framework. We realised during the project that it could provide a common architecture for a PLE and one form of a VLE. Much of the common architecture was implemented during the project. Owing to partial (and incompatible) implementations of the WebDAV specification, it proved rather more difficult than expected to implement the connection of the PLE to its host server; however, there is a working demonstration of a persistent Tomcat 5.0 + VFS + eXist system that would need no more installation on a target system than downloading, unzipping, starting and ensuring nothing else is running on its chosen port. There was also some investigation into basing the framework around a portal, and hence a portlet container, rather than around a servlet container. - Peter |
From: Alexis O'C. <ale...@co...> - 2005-05-26 13:55:04
|
I'm sure we all appreciate the benefits of good javadoc(!) I've just committed back some stuff where I've made corrections in this regard. I just thought I'd point out a few things I noticed. * I think some IDEs output @todo as a tag within the javadoc section. However, it is not a standard tag and thus javadoc generates a warning. Arguably (IMHO) it shouldn't appear in the javadoc section at all and is better placed as a standard (single / multi-line) comment within the method / class body itself. * the @author tag is only supported for the class body itself. On a similar note, it was agreed at the last developers meeting that we were not going to have institutional adornments in the javadoc. Therefore the only 'authorship' is provided via the @author tag. Whether your addition of a single method merits an addition of yourself to the *class* authorship is, I guess, a judgment call on you part! (There are currently no WeblLearn adornments that generate javadoc warnings, but I appreciate that they may not have yet all been removed from the code!). * Once added it is good to run javadoc over your code to check for errors / warnings and even better check it appears as intended in a web browser. * a javadoc comment is output as HTML. Therefore a character such as < to be escaped with ampersand <. * for an entry, the first line is a simple sentence describing what the feature does. This is terminated with a full-stop followed by a space (this is a requirement of the javadoc breakiterator). This sentence appears in the top (method summary section) of the javadoc HTML output. Maybe other people have some ideas? -- + - - - - - - - - - - - - - - - - - - - - - - - - - - - + | Alexis O'Connor, VLE Developer (http://bodington.org) | | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | | Tel. +44 (0)1865 283661 | + - - - - - - - - - - - - - - - - - - - - - - - - - - - + |
From: Andrew B. <a.g...@le...> - 2005-05-26 13:39:34
|
What happened to the PLE previously known as Bodington 3? I heard quite a bit about the xml file system, but not about the PLE. Aggie |
From: Peter C. <Pet...@me...> - 2005-05-26 13:36:29
|
> From: mic...@bo...=20 > I've added Ozzard... Ooo, it works. Unrestrained chaos, here we come. > Also added Sean and Colin to the root :-) >=20 > tis ok? Fine by me... - Peter |
From: <mic...@bo...> - 2005-05-26 13:31:06
|
I've added Ozzard... Also added Sean and Colin to the root :-) tis ok? mic...@bo... ___________________________ The Free Open Source VLE Accessible, Flexible & Free http://bodington.org/ ___________________________ Matthew Buckett wrote: > Adam Marshall wrote: > >> Colin would be able to do that - but he's got the afternoon off. > > > The only people that can add new users to CVS are: > > regjej,acdmdt > > Everyone else restricted to just the bodington project (or specific > branches of it). > > http://cvs.sourceforge.net/viewcvs.py/bodington/CVSROOT/avail?rev=1.16&view=auto > > |
From: Matthew B. <mat...@co...> - 2005-05-26 13:18:58
|
Adam Marshall wrote: > Colin would be able to do that - but he's got the afternoon off. The only people that can add new users to CVS are: regjej,acdmdt Everyone else restricted to just the bodington project (or specific branches of it). http://cvs.sourceforge.net/viewcvs.py/bodington/CVSROOT/avail?rev=1.16&view=auto -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |