From: Christian S. <st...@Ma...> - 2006-06-22 15:53:20
|
Hi Mat, did you succesfully build the esom-tools now? If not, maybe you did not use maven 1.0.2. I downloaded the source.tar.gz as well as a fresh cvs version. In both cases 'maven jar install' downloaded colt-1.2.0.5.jar automatically from [1]. You can of course get that jar from there manually. The trouble with the cvs might have been caused by a sourceforge-wide change with the cvs servers. The address changed from cvs.sourceforge.net to databionic-esom.cvs.sourceforge.net. So you have to use the line: cvs -z3 -d:pserver:ano...@da...:/cvsroot/databionic-esom co -P modulename to get the sources. Replace modulename with 'src' for the esom-tools and with 'colt' for our colt version. I updated [2] accordingly. I recommend to use the cvs version of the esom-tools. The first build with maven will download all dependencies. After that you can import the project into eclipse. regards Christian [1] http://databionic-esom.sf.net//maven/databionics/jars/colt-1.2.0.5.jar [2] http://databionic-esom.sourceforge.net/cvs-usage.html > I am trying to setup the esom system in eclipse, we are hoping to extend > the platform. I am having trouble locating some of the cern classes, for > example: > > cern.jet.math.VectorFunctions > cern.colt.function.VectorVectorFunction > cern.jet.math.VectorFunctions > > not sure if that is all of them, > > I tried to get the CVS but ran into problems, so I downloaded the src > and imported the project, I think that after I hunt down these last > dependencies things should start working. > > Thanks for your help, > > Mat Merkow > > This electronic message transmission is a PRIVATE communication which > contains > information which may be confidential or privileged. The information is > intended > to be for the use of the individual or entity named above. If you are not > the > intended recipient, please be aware that any disclosure, copying, > distribution > or use of the contents of this information is prohibited. Please notify > the > sender of the delivery error by replying to this message, or notify us by > telephone (877-633-2436, ext. 0), and then delete it from your system. > > |