I've made these public and checked it against your Sesame122 classes. It 
seems to work fine.
You can get the new IsaViz-FSL version from the W3C cvs or the JAR file 
from 
http://www.lri.fr/~pietriga/IsaViz/
Let me know if there is anything wrong.
Emmanuel
Ryan Lee wrote:
> Emmanuel Pietriga wrote:
> 
>> As far as I am concerned, hosting the Sesame122 evaluator in Simile's 
>> SVN repository is fine. I would just like to avoid duplicating the 
>> code for everything else (all the FSLPath stuff that is repository 
>> type independent, and FSLEvaluator which centralizes all that can be 
>> shared across implementations). If making the Sesame122 evaluator part 
>> of a package other than org.w3c.IsaViz.fresnel causes access 
>> restriction issues, let me know and I'll make the required changes.
> 
> 
> I made the switch to an edu.mit.simile package, and yes, there are some 
> access restriction issues.  They're listed below; you could also check 
> out the project and build it to get the same list.
> 
>   http://simile.mit.edu/repository/fsl/trunk/
> 
> nsr is not public in org.w3c.IsaViz.fresnel.FSLEvaluator; cannot be 
> accessed from outside package
> 
> steps is not public in org.w3c.IsaViz.fresnel.FSLPath; cannot be 
> accessed from outside package
> 
> type is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot be 
> accessed from outside package
> 
> P_STEP is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot 
> be accessed from outside package
> 
> L_STEP is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot 
> be accessed from outside package
> 
> axis is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot be 
> accessed from outside package
> 
> R_STEP is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot 
> be accessed from outside package
> 
> nsURI is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; cannot be 
> accessed from outside package
> 
> localName is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; 
> cannot be accessed from outside package
> 
> predicates is not public in org.w3c.IsaViz.fresnel.FSLLocationStep; 
> cannot be accessed from outside package
> 
-- 
Emmanuel Pietriga
INRIA Futurs - Projet In Situ    tel : +33 1 69 15 34 66
Bat 490, Université Paris-Sud    fax : +33 1 69 15 65 86
91405 ORSAY Cedex FRANCE     http://www.lri.fr/~pietriga
Received on Thu Dec 01 2005 - 14:25:06 EST