knobot-devel Mailing List for WYMIWYG - KnoBot (Page 2)
Status: Beta
Brought to you by:
rebach
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
(9) |
Apr
(1) |
May
(6) |
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: muriel <mu...@me...> - 2006-11-16 13:00:28
|
dear knobot-developers, I wanted to try out the knobot scripting tool (which I believe is a great addition to knobot, so thanks for developing it!), but I have some difficulties to find my way through the code. is there any documentation available? or could some one help with a few quick-start tricks? how, for example, do I start the scripting tool? in my case the unit tests in org.wymiwyg.wrhapi.jetty.test fail. and, once started, where can I place the jython/groovy scripts or probably rather: where can I define where the scripts can be found? any help is really appreciated! muriel -- mediagonal ag | rte de la fonderie 7 | 1700 fribourg 026 422 25 11 | key id 0xA2D5AB34 | www.mediagonal.ch |
From: <re...@gm...> - 2006-10-11 16:23:07
|
the problem was the arq.jar, I just removed this classpath entry. I found that KnoBot wasn't running after building it with ant, I added <fileset dir=3D"scripting/lib" includes=3D"**/*.jar"/> to rwcf-tools/build.xml. testing now, committing after. We were having to different bsf.jar, one in wymiwyg-commons/lib-endorsed and the other in the rwcf-tools/scripting. The one in lib-endorsed came with xalan-j and is needed to write xslt extensions in a language other than java, my guess is that nobody is doing this so I'll remove it (if somebody cries we'll have to move bsf.jar from scripting to the lib-endorsed). Reto Bachmann-Gm=C3=BCr wrote: > It seems that it is now referencing files in the build-directory. The > eclipse targets should be independent of the build directories, the > build-dirs are for ant only and one should be able to checkout out > knobot in eclipse and run it right away without ever having to run the > ant-script. > > I'll try to fix this. > > reto > > Danny Ayers wrote: > =20 >> On 10/10/06, Reto Bachmann-Gm=C3=BCr <re...@gm...> wrote: >> >> =20 >> =20 >>> I assume you either forgot to commit >>> http://knobot.cvs.sourceforge.net/knobot/knobot/KnoBot.launch >>> =20 >>> =20 >> No doubt. I'll check & commit in a minute. >> >> >> =20 >> =20 > > > =20 > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Knobot-devel mailing list > Kno...@li... > https://lists.sourceforge.net/lists/listinfo/knobot-devel > =20 |
From: <re...@gm...> - 2006-10-11 15:40:54
|
It seems that it is now referencing files in the build-directory. The eclipse targets should be independent of the build directories, the build-dirs are for ant only and one should be able to checkout out knobot in eclipse and run it right away without ever having to run the ant-script. I'll try to fix this. reto Danny Ayers wrote: > On 10/10/06, Reto Bachmann-Gm=C3=BCr <re...@gm...> wrote: > > =20 >> I assume you either forgot to commit >> http://knobot.cvs.sourceforge.net/knobot/knobot/KnoBot.launch >> =20 > > No doubt. I'll check & commit in a minute. > > > =20 |
From: Danny A. <dan...@gm...> - 2006-10-10 10:01:35
|
T24gMTAvMTAvMDYsIFJldG8gQmFjaG1hbm4tR23DvHIgPHJldG9AZ211ZXIuY2g+IHdyb3RlOgoK PiBJIGFzc3VtZSB5b3UgZWl0aGVyIGZvcmdvdCB0byBjb21taXQKPiBodHRwOi8va25vYm90LmN2 cy5zb3VyY2Vmb3JnZS5uZXQva25vYm90L2tub2JvdC9Lbm9Cb3QubGF1bmNoCgpObyBkb3VidC4g SSdsbCBjaGVjayAmIGNvbW1pdCBpbiBhIG1pbnV0ZS4KCgotLSAKCmh0dHA6Ly9kYW5ueWF5ZXJz LmNvbQo= |
From: <re...@gm...> - 2006-10-10 08:29:15
|
hi danny, trying to start KnoBot with the default eclipse target I get the following exception: Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/apache/bsf/BSFException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.wymiwyg.rwcf.impl.HandlerDescriptor.prepareHandler(HandlerDescriptor.= java:269) at org.wymiwyg.rwcf.impl.HandlerDescriptor.<init>(HandlerDescriptor.java:123= ) at org.wymiwyg.rwcf.impl.TypeChainFilter.getHandlerDescriptors(TypeChainFilt= er.java:125) at org.wymiwyg.rwcf.impl.TypeChainFilter.init(TypeChainFilter.java:34= 7) at org.wymiwyg.rwcf.impl.HandlerDescriptor.prepareHandler(HandlerDescriptor.= java:277) at org.wymiwyg.rwcf.impl.HandlerDescriptor.<init>(HandlerDescriptor.java:123= ) at org.wymiwyg.rwcf.impl.HandlerContextImpl.getHandlerDescriptors(HandlerCon= textImpl.java:176) at org.wymiwyg.rwcf.impl.HandlerContextImpl.<init>(HandlerContextImpl.java:1= 62) at org.wymiwyg.rwcf.j2ee.impl.ModelerFilter.init(ModelerFilter.java:1= 26) at org.wymiwyg.rwcf.j2ee.impl.FilterHolder.<init>(FilterHolder.java:1= 02) at org.wymiwyg.rwcf.j2ee.impl.RDFFilterInvoker.getFilterSeq(RDFFilterInvoker= =2Ejava:339) at org.wymiwyg.rwcf.j2ee.impl.RDFFilterInvoker.access$1(RDFFilterInvoker.jav= a:329) at org.wymiwyg.rwcf.j2ee.impl.RDFFilterInvoker$InitThread.run(RDFFilterInvok= er.java:158) I assume you either forgot to commit http://knobot.cvs.sourceforge.net/knobot/knobot/KnoBot.launch or you are using another eclipse-start target and didn't put the changes to the main-launch file. reto |
From: <re...@gm...> - 2006-10-10 08:23:48
|
muriel bowie wrote: > dear list, > > I am not sure if this is the right place to discuss these matters, but = > I've seen that the knobot developer's list (knobot-devel) hasn't been=20 > very active lately. > =20 just seeing now that this thread was on knobot-cvs. I don't think that's the right place. I think it is best to have KnoBot-cvs just for cvs-commit-infos, usually this lists requieres and expects less attention than the other one. If you didn't already, please subscribe to knobot-devel. Of cource it would be nicer to have a KnoBot-Forum for the discussions, a missing peace is email-notification when an article gets added to a top= ic. reto |
From: Reto Bachmann-G. <re...@gm...> - 2005-06-14 16:38:18
|
actually they do! Am Dienstag, den 14.06.2005, 18:30 +0200 schrieb Reto Bachmann-Gmuer: > mails send from KnoBot do not show up on the list. Is ist because they > are html only? without plain-text version? |
From: Reto Bachmann-G. <re...@gm...> - 2005-06-14 16:30:42
|
mails send from KnoBot do not show up on the list. Is ist because they are html only? without plain-text version? |
From: <ben...@id...> - 2004-05-22 12:55:57
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Reto Bachmann-G. <re...@gm...> - 2003-06-19 16:45:13
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> 1) i think the link should also be a Resource (Link) rather than just >> a predicate, at least the property l:type is not a properties of the >> linked resource but of the link itself . > > l:type is going to go away in favor of real RDF... > > <l:permalink> > >> 2) i think it would be great to have something like l:links which >> contains channel related links in an ordered fashion. >> here an example: > > you can have an rdf:ID and an rdf:resource on the same element.. or > maybe it is rdf:about... I forget. > > Anyway... You can put channel level links. > Using rdf:type for the link type is certainly a good idea and solves the problem for the type. however i think that title is also a property of the link rather than of the linked page. content-type and language are in fact properties of the page but why should they be defined in mod_link? I think using rdf:ID on the property and thus reifing the corresponding statement is indeed a good design alternative to having a resource "Link" as i proposed. l:title should then have "Statement" as domain. I know you can put channel level-links, however I think it is useful when the links can (optionally) be put in a certain order. you cannot do this at the moment so I'd like to have a property "links" with domain rss:channel and range rdf:sequence (of reified linking statements). Reto -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (Darwin) iD8DBQE+8eiTD1pReGFYfq4RAqQHAJ9d8kW55NUqoFCCGAJJVKB4jfXL8wCggEbb xaqu/B2xFBw5keF95+doVtI= =fgiw -----END PGP SIGNATURE----- |
From: Kevin A. B. <bu...@ne...> - 2003-06-16 22:44:46
|
Reto Bachmann-Gmuer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hi kevin, > > I'd like to propose two enhancements for mod_link > > 1) i think the link should also be a Resource (Link) rather than just > a predicate, at least the property l:type is not a properties of the > linked resource but of the link itself . l:type is going to go away in favor of real RDF... <l:permalink> > 2) i think it would be great to have something like l:links which > contains channel related links in an ordered fashion. > here an example: you can have an rdf:ID and an rdf:resource on the same element.. or maybe it is rdf:about... I forget. Anyway... You can put channel level links. Kevin -- Help Support NewsMonster Development! Purchase NewsMonster PRO! http://www.newsmonster.org/download-pro.html Kevin A. Burton, Location - San Francisco, CA, Cell - 415.595.9965 AIM - sfburtonator, Web - http://www.peerfear.org/ GPG fingerprint: 4D20 40A0 C734 307E C7B4 DCAA 0303 3AC5 BD9D 7C4D IRC - openprojects.net #infoanarchy | #p2p-hackers | #reptile |
From: Reto Bachmann-G. <re...@gm...> - 2003-06-16 11:28:29
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi kevin, I'd like to propose two enhancements for mod_link 1) i think the link should also be a Resource (Link) rather than just a predicate, at least the property l:type is not a properties of the linked resource but of the link itself . 2) i think it would be great to have something like l:links which contains channel related links in an ordered fashion. here an example: <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:l="http://purl.org/rss/1.0/modules/link/" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://example.org/rss.rdf"> <title>Example Feed</title> <link>http://www.example.org</link> <description>Simply for the purpose of demonstration.</description> <items> <rdf:Seq> <rdf:li rdf:resource="http://example.org/item/"/> </rdf:Seq> </items> <l:links> <rdf:Seq> <rdf:li rdf:resource="#linux"/> <rdf:li rdf:resource="#freebsd"/> </rdf:Seq> </l:links> </channel> <l:Link rdf:ID="linux" l:rel="http://purl.org/rss/1.0/modules/link/#topic" l:type="application/rss+xml" l:title="Linux" l:lang="en"> <l:target rdf:resource="http://www.peerfear.org/rss/index-linux.rss"/> </l:Link> <l:Link rdf:ID="freebsd" l:rel="http://purl.org/rss/1.0/modules/link/#topic" l:type="application/rss+xml" l:title="Linux" l:lang="en"> <l:target rdf:resource="http://www.peerfear.org/rss/index-freebsd.rss"/> </l:Link> </rdf:RDF> curios on what you think. reto - ---- improving semantic anarchy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (Darwin) iD8DBQE+7anTD1pReGFYfq4RAi/lAKCTmj6HDHt5pUtGZ47TVLScYAmLLwCgi6or 21bGhNojjxrIBnCvYOC5fjQ= =b1eS -----END PGP SIGNATURE----- |