|
From: Sebastian K. <seb...@gm...> - 2008-01-14 11:40:27
|
> 2.2) the domain filtering on a specific term results in the display of
> an equal number of matches on all the taxonomies; however only the
> taxonomies really including the given term highlight the
> occurring submatches.
I have similar problems - the numbers in JOnto filtering do not
reflect actual information, but rather look like providing a number of
results on the level one above where they are provided.
Can someone (Mariusz?, Adameq?) run recent uploaded and check it?
It was working ok before Christmas, at least when I was in Korea.
Thanks,
S.
On Jan 14, 2008 9:22 AM, Giuseppe Bux <giu...@al...> wrote:
>
>
> Maeusz,
> I have stil a bit progress, but not a complete one. After a lot of test, I
> have the following test results:
>
> 1) JontoTest:
> 1.1 the label of the new dCont taxonomy is displayed together with the
> other native jonto taxonomies;
> 1.2 an AJAX call error is displayed on each taxonomy label: Servlet
> TaxonomyBrowser is not available.
>
> 2) JeromeDL resource uploading:
> 2.1) all the taxonomies ( the new dCont included) are listed and
> completely loaded in the Domains section;
> 2.2) the domain filtering on a specific term results in the display of
> an equal number of matches on all the taxonomies; however only the
> taxonomies really including the given term highlight the
> occurring submatches.
>
> 3) Sesame-jonto repository:
> 3.1) the triples of the new dCont taxonomies are completely generated.
>
> So an AIAX call error seems to still prevent the successfull completion of
> my test.
>
> Can you suggest some workaround?
>
> Giuseppe
>
>
>
>
> ----- Original Message -----
>
> From: Mateusz Kaczmarek
> To: Giuseppe Bux
>
> Cc: Devel JeromeDL ; jon...@li...
> Sent: Friday, January 11, 2008 4:07 PM
> Subject: Re: R: [JeromeDL-devel] R: R: Jeromedl customization: localization
> of taxonomies, wordnet vocabulary, and indexing properties
>
>
> Giuseppe,
> the only mistake you have in your build.xml is that in
> <target name="cleanModules" description="Clean required jerome modules">
> you have
> <ant antfile="${jontoAcmPath}/build.xml" target="build">
> <property name="basedir" value="${jontoAcmPath}/"/>
> <property name="lib.dir" value="${jontoBasePath}/lib"/>
> </ant>
> <ant antfile="${jontoDcontPath}/build.xml" target="build">
> <property name="basedir" value="${jontoDcontPath}/"/>
> <property name="lib.dir" value="${jontoBasePath}/lib"/>
> </ant>
> though you should have:
> <ant antfile="${jontoAcmPath}/build.xml" target="clean">
> <property name="basedir" value="${jontoAcmPath}/"/>
> <property name="lib.dir" value="${jontoBasePath}/lib"/>
> </ant>
> <ant antfile="${jontoDcontPath}/build.xml" target="clean">
> <property name="basedir" value="${jontoDcontPath}/"/>
> <property name="lib.dir" value="${jontoBasePath}/lib"/>
> </ant>
>
> As far as your Tomcat log is concerned, I don't recall to have such an
> exception, but I suppose it is not connected to JOnto.
>
> I would recommend you to check if after building the JOnto modules they are
> really copied to Tomcat/lib.
> Once more clean all projects, refresh them (F5 in Eclipse) and build all
> modules using build.xml from JOnto_base.
> You can also try to clean the cache of your web browser.
>
> Regards,
> Mateusz
>
>
>
> Mateusz,
> a bit progress we acheeved!
> By applying your below suggestions finally the jontotest.jsp is running.
> However, as in my initial trial of jeromedl customization, the jontotest
> loads only the native jonto taxonomies (i.e: acm, udc, ddc, dmoz, loc). My
> dcont taxonomy is not loaded. I ran the ant on the dcont/build.xml, in order
> to build the related jonto project, and I verified again the dcont
> references included in jonto_base/build.xml, as well in
> jonto_base/src/context.properties files: it seems to me to be all ok!
> Please verify my build.xml file here attached .
> Another doubt, coming to me, concerns the jonto_base/src/sesame.conf: should
> be it updated?
>
> Last output of my trial is the tomcat log of my jontotest process: it
> highlights an exception. Please verify it in the attached file.
>
> Sorry to disturb you with my configuration problems, but their solution is
> basic for my jeromedl customization process.
> Giuseppe
>
>
>
> __________ NOD32 2782 (20080110) Information __________
>
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Jonto-users mailing list
> Jon...@li...
> https://lists.sourceforge.net/lists/listinfo/jonto-users
>
>
--
--
--------------------------------------------
-- Sebastian Ryszard Kruk
-- Lead Researcher, Project Manager
-- Digital Enterprise Research Institute
-- National University of Ireland, Galway
-- mailto: seb...@gm...
-- GG: 335067, Jabber: seb...@gm...
-- Skype: sebastiankruk
-- WWW: http://www.sebastiankruk.com/
-- mobile (IRL): +353 85 7126591
-- VoIP (PL): +48 52 5110114
--------------------------------------------
|