I definitely have the modelling version. I was building and running just fine. I did a git pull and then refreshed all build scripts and bang not working. I would guess it has something to do with the ant maven bridge and is not properly getting all the correct dependency info or something. I have it working with my change. I guess I will just keep that locally since no one else has the issue.
Jesse On Thu, May 19, 2011 at 9:21 AM, Jody Garnett <[email protected]>wrote: > Just a reminder that batik is required (for svg to work) and is only > available if you download the correct "modelling" distribution of Eclipse. > jxpath is required for xpath expression to work; I am not sure why it was > not showing up. > > -- > Jody Garnett > > On Thursday, 19 May 2011 at 5:04 PM, Frank Gasdorf wrote: > > No, I'm not. Yesterday evening I had kind of similar problem but not with > the commons-jxpath . In the manifest of the libs bundle are still the > batic bundles within the Require-Bundle: section and I guess these are not > required anymore. I removed it and could start the application. > > org.apache.batik.bridge;visibility:=reexport, > org.apache.batik.css;visibility:=reexport, > org.apache.batik.dom;visibility:=reexport, > org.apache.batik.dom.svg;visibility:=reexport, > > org.apache.batik.ext.awt;visibility:=reexport, > > org.apache.batik.svggen;visibility:=reexport, > org.apache.batik.parser, > org.apache.batik.transcoder;visibility:=reexport, > > org.apache.batik.util;visibility:=reexport, > org.apache.batik.xml;visibility:=reexport, > org.w3c.css.sac;visibility:=reexport, > org.w3c.dom.svg;visibility:=reexport > > > > Cheers, Frank > > > 2011/5/19 Jesse Eichar <[email protected]> > > This jar file is not auto downloading for me. It seems to be required by > geotools so I would expect it to be downloaded as part of the geotools > dependencies but it is not for me. Anyone else having this issue? > > I am trying explicitly putting it in the refresh.xml dependencies to see > if that helps. > > > It seems that I had to add > > <dependency groupId="commons-jxpath" artifactId="commons-jxpath" version= > "1.3" /> > > to the refresh script and update the classpath and manifest to use version > 1.3. Should I commit this or do I have to do a local build of geotools or > something? > > Jesse > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > > _______________________________________________ > User-friendly Desktop Internet GIS (uDig) > http://udig.refractions.net > http://lists.refractions.net/mailman/listinfo/udig-devel > > >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
