|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
How to download and build IsaViz 3.0 alpha from CVS?Dear IsaViz developers, I wanted to use the most recent IsaViz version and tried to proceed from this place on the homepage: Development version (IsaViz 3.0-alpha, February 2007): the latest source code is available through W3C’s public CVS repository. OK, what is the next step? Can I check out something with the command line CVS client? Which files do I need to check out? The recent ones, or also those that are three years old and are available in the same directory? I only skimmed the build.xml file, but it refers to a "lib" directory that is not present. -- Could you give me a how-to? Thanks in advance :-) Christoph -- Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange, ICQ# 51191833 |
|
|
Re: How to download and build IsaViz 3.0 alpha from CVS?Hello Christoph, You first have to checkout the entire source code from directory java/ classes/org/w3c/IsaViz in the CVS repository. Instructions on how to do that are available from http://dev.w3.org/ cvsweb/ You should checkout the code in IsaViz/src/org/w3c/IsaViz/ (get rid of the java/classes/ parent dirs). You will also need to update all the dependencies (JAR files) in the lib/. You will find more information about the latest dependencies, as well as built version of IsaViz 3.0-alpha at [1]. Don't forget to get the latest launch scripts, which contain updated classpaths as some libraries have changed. [1] http://www.lri.fr/~pietriga/IsaViz/ Before compiling with ant, you should copy src/org/w3c/IsaViz/ build.xml to your root IsaViz/ directory. Emmanuel On 13 avr. 07, at 16:44, Christoph Lange wrote: > > Dear IsaViz developers, > > I wanted to use the most recent IsaViz version and tried to > proceed from > this place on the homepage: > > Development version (IsaViz 3.0-alpha, February 2007): the latest > source code > is available through W3C’s public CVS repository. > > OK, what is the next step? Can I check out something with the > command line CVS > client? Which files do I need to check out? The recent ones, or > also those > that are three years old and are available in the same directory? I > only > skimmed the build.xml file, but it refers to a "lib" directory that > is not > present. -- Could you give me a how-to? > > Thanks in advance :-) > > Christoph > > -- > Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange, > ICQ# 51191833 > -- 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 |
|
|
Re: How to download and build IsaViz 3.0 alpha from CVS?Hi Emmanuel, On Saturday 14 April 2007 09:44, Emmanuel Pietriga wrote: > You first have to checkout the entire source code from directory java/ > classes/org/w3c/IsaViz in the CVS repository. > > ... > > You will also need to update all the dependencies (JAR files) in the > lib/. You will find more information about the latest dependencies, > as well as built version of IsaViz 3.0-alpha at [1]. Checking the project out from CVS turned out to be easy following your how-to (I'm more used to Subversion), but even with all of the dependencies copied from my running installation of the IsaViz 3.0-alpha binary build it would not build -- because of a class com.xerox.VTM.glyphs.ClosedShape (probably supposed to be in the zvtm package) and many others missing. For now, I'll stick to the binary package. Are updates announced somewhere? E.g. on this list? Best, Christoph -- Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange, ICQ# 51191833 |
|
|
Re: How to download and build IsaViz 3.0 alpha from CVS?You can get the latest zvtm.jar from [1], which should remove any error related to ZVTM. If you have Jena-related errors, it might be that you did not upgrade to Jena 2.4. [1] http://www.lri.fr/~pietriga/zvtm/ regards, Emmanuel On 18 avr. 07, at 00:11, Christoph Lange wrote: > > Hi Emmanuel, > > On Saturday 14 April 2007 09:44, Emmanuel Pietriga wrote: >> You first have to checkout the entire source code from directory >> java/ >> classes/org/w3c/IsaViz in the CVS repository. >> >> ... >> >> You will also need to update all the dependencies (JAR files) in the >> lib/. You will find more information about the latest dependencies, >> as well as built version of IsaViz 3.0-alpha at [1]. > > Checking the project out from CVS turned out to be easy following > your how-to > (I'm more used to Subversion), but even with all of the > dependencies copied > from my running installation of the IsaViz 3.0-alpha binary build > it would > not build -- because of a class com.xerox.VTM.glyphs.ClosedShape > (probably > supposed to be in the zvtm package) and many others missing. > > For now, I'll stick to the binary package. Are updates announced > somewhere? > E.g. on this list? > > Best, > > Christoph > > -- > Christoph Lange, Jacobs Univ. Bremen, http://kwarc.info/clange, > ICQ# 51191833 -- 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 |
| Free embeddable forum powered by Nabble | Forum Help |