Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JoPol

Pages: [1]
1
ENGLISH / svg export
« on: August 06, 2014, 15:44:14 »
An SVG export of the dynamic tree view would be on my wish list, or something with similar content. I tried to import a .ged file with yEd, it does a fine job except that it only shows names and optionally dates. I like the freedom of the blueprints but also like the freedom of SVG to make specific changes with a common purpose editor, all depending on the story I want to tell with a diagram.

2
ENGLISH / problems reading gedcom
« on: November 14, 2012, 12:12:36 »
Hello
 
I suppose I had it working in the former GenJ development environment. But I don't manage to read a gedcom file in a stand-alone main class in Ancestris. In the Jena-upgrade thread I explain which development environment I'm using. Below how I'm trying with Ancestris installed on Windows.
 
thanks in advance for helping out again
 
Code: [Select]
>echo %CLASSPATH%
;C:\Users\XXX\Appdata\Roaming\.ancestris\trunk\modules\genjreports-rdf.jar;C:\Users\XXX\Appdata\Roaming\.ancestris\trunk\modules\docs\genjreports-rdf.jar;C:\Users\XXX\Appdata\Roaming\.ancestris\trunk\modules\ext\*;C:\Users\XXX\Documents\ancestris-20121002\ancestris\ancestris\modules\ancestris-core.jar;C:\Users\XXX\Documents\ancestris-20121002\ancestris\ancestris\modules\ancestris-libs-genj.jar;C:\Users\XXX\Documents\ancestris-20121002\ancestris\platform\lib\*
>java  -Xmx1024M -Dlog4j.configuration=file:log4j.properties -Dnetbeans.user.dir=C:\Users\XXX\Documents\ancestris-20121002\ancestris\bin -Dnetbeans.home=C:\Users\XXX\Documents\ancestris-20121002\ancestris\platform -Dnetbeans.user=C:\Users\XXX\Appdata\Roaming\.ancestris\trunk -Dnetbeans.dirs=C:\Users\XXX\Documents\ancestris-20121002\ancestris\ancestris genjreports.rdf.gedsem.Convert -gedcom C:\Users\XXX\Documents\ancestris-20121002\ancestris\ancestris\exemples\gen-kennedy\kennedy.ged -uri http://my.domain.com/gedcom/ -format ttl   1>gedcom.ttl
Exception in thread "main" genj.io.GedcomIOException: java.lang.NullPointerException
        at genj.io.GedcomReaderFactory$Impl.read(GedcomReaderFactory.java:195)
        at genjreports.rdf.gedsem.Convert.readGedcom(Convert.java:155)
        at genjreports.rdf.gedsem.Convert.main(Convert.java:58)
The log4j.properties can be found here:
http://arvernes.dyndns.org/fgenj/trunk/AncestrisExtensions/report.rdf/javahelp/genjreports/rdf/docs/mashup/

3
ENGLISH / jena upgrade
« on: November 02, 2012, 20:45:43 »
Hello

I would like to upgrade to the latest jena version for the SPARQL plugin. It should be more efficient and I could fix the spooky workaround in mashup.bat
The upgrade would mean replacing ancestris.libs.jena/2.6.4 and ancestris.libs.apache.log4j/1.2.13 in project.xml
But I don’t want to break the nightly build again, there might be conflicts with components using another version of log4j. I have no Idea where to place the jars themselves but I do know where to find them.

We need at least:

http://mvnrepository.com/artifact/org.apache.jena/jena-arq/2.9.3
http://mvnrepository.com/artifact/org.apache.jena/jena-core/2.7.3
http://mvnrepository.com/artifact/org.apache.jena/jena-iri/0.9.3
http://mvnrepository.com/artifact/log4j/log4j/1.2.16
http://mvnrepository.com/artifact/org.slf4j/slf4j-api/1.6.4
http://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/1.6.4
http://mvnrepository.com/artifact/xerces/xercesImpl/2.10.0
http://mvnrepository.com/artifact/xml-apis/xml-apis/1.4.01

eclipse shows also the following jars in the maven dependency hierarchy, currently it seems to work without (like it used to do without the log4j ;-)

http://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.1.2
http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.1.3
http://mvnrepository.com/artifact/commons-codec/commons-codec/1.5

Jo

4
ENGLISH / missing menu entry
« on: October 27, 2012, 18:21:15 »
I wanted to make some screenshots but the gedcom menu entry only appears in the 0.7 version with the SPARQL plugin deactivated. See attached screenshot. I have both the 0.7 and trunk version installed.

5
ENGLISH / about - versions : incomplete
« on: October 14, 2012, 14:22:05 »
The versions overview of the about dialog does not list the SPARQL report plugin.
Ancestris version 0.8beta - 3539

6
ENGLISH / geo plugin collecting data for sparql plugin
« on: October 08, 2012, 17:49:36 »
@frederic

In the mashup help page for the SPARQL plugin, I describe a manual procedure to collect external data. It is a tedious task and probably too technical for many users. So it could better be automated. As the geo plugin already uses geonames, it could do the first step. I made a start with the next steps. Could you / do you want to build that into the geo plugin? Is the geo plugin aware whether the SPARL plugin is installed or not? Other  thoughts, objections?

Help page:
http://arvernes.dyndns.org/fgenj/trunk/AncestrisExtensions/report.rdf/javahelp/genjreports/rdf/docs/rdf-mashup.html

Attached is my interface so far. I have not decided yet about a proper package name. It will need more options to decide what is wanted and what is not wanted from dbpedia.

7
ENGLISH / too long labels
« on: October 04, 2012, 19:02:23 »
See attachment. I guess the width of labels should not be fixed but adapt to their content.

8
ENGLISH / mash-up help page
« on: October 03, 2012, 19:18:35 »
Hello

I guess the new mash-up help page for the SPARQL plugin is about ready for a thorough review. Where do I need to clear some mud with rephrasing?

Updates did not work for me since the 0.7 release. So I tested the page only with browsers. I suppose I need some new beta build that does update so I view the real help pages myself. Thanks Daniel for the typo's you fixed already.

The FAQ about collecting external resources might be intimidating to many users. If the mash-up potential sounds interesting enough, perhaps the geo-plugin could automate some of these steps.

Pages: [1]