|
From: Mateusz K. <mat...@de...> - 2008-01-11 15:08:57
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Giuseppe,<br>
the only mistake you have in your build.xml is that in<br>
<target name="cleanModules" description="Clean required jerome
modules"><br>
you have<br>
<ant antfile="${jontoAcmPath}/build.xml" target="build"><br>
<property name="basedir" value="${jontoAcmPath}/"/><br>
<property name="lib.dir"
value="${jontoBasePath}/lib"/><br>
</ant><br>
<ant antfile="${jontoDcontPath}/build.xml"
target="build"><br>
<property name="basedir" value="${jontoDcontPath}/"/><br>
<property name="lib.dir"
value="${jontoBasePath}/lib"/><br>
</ant><br>
though you should have:<br>
<ant antfile="${jontoAcmPath}/build.xml" target="<b>clean</b>"><br>
<property name="basedir" value="${jontoAcmPath}/"/><br>
<property name="lib.dir"
value="${jontoBasePath}/lib"/><br>
</ant><br>
<ant antfile="${jontoDcontPath}/build.xml" target="<b>clean</b>"><br>
<property name="basedir" value="${jontoDcontPath}/"/><br>
<property name="lib.dir"
value="${jontoBasePath}/lib"/><br>
</ant><br>
<br>
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.<br>
<br>
I would recommend you to check if after building the JOnto modules they
are really copied to Tomcat/lib.<br>
Once more clean all projects, refresh them (F5 in Eclipse) and build
all modules using build.xml from JOnto_base.<br>
You can also try to clean the cache of your web browser.<br>
<br>
Regards,<br>
Mateusz<br>
<br>
<blockquote cite="mid:002401c8542f$ea2f1790$e101a8c0@cdc15fef008488"
type="cite">
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta content="MSHTML 6.00.6000.16587" name="GENERATOR">
<div><font face="Arial" size="2">Mateusz,</font></div>
<div><font face="Arial" size="2">a bit progress we acheeved! </font></div>
<div><font face="Arial" size="2">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! </font></div>
<div><font face="Arial" size="2">Please verify my build.xml file here
attached .</font></div>
<div><font face="Arial" size="2">Another doubt, coming to me,
concerns the jonto_base/src/sesame.conf: should be it updated?</font></div>
<div> </div>
<div><font face="Arial" size="2">Last output of my trial is the
tomcat log of my jontotest process: it highlights an exception. Please
verify it in the attached file.</font></div>
<div> </div>
<div><font face="Arial" size="2">Sorry to disturb you with my
configuration problems, but their solution is basic for my jeromedl
customization process.</font></div>
<div><font face="Arial" size="2">Giuseppe</font> <br>
</div>
</blockquote>
<br>
</body>
</html>
|