I know the question was more of a java/eclipse question, but I'll describe a 
solution in case anyone else has a similar problem, or wants to suggest a 
better way. I did this on OS X El Capitan with Java 1.8 and eclipse MARS.

1. created File --> New --> Java Project with Project name: timelanes
2. checked out timelanes source from SVN into a separate folder from the 
command line
3. added org and edu packages to project
4. copied contents of org and edu folders from SVN to org and edu folders in 
project
5. made lib dir
6. found jars for each distinct jar listed in META-INF/MANIFEST.MF on 
filesystem or internet and placed in lib
7. selected all jars in lib folder and right-click added them to build path
8. created sun.awt package
9. found OrientableFlowLayout.java source online and added it to sun.awt package
10. removed then re-added JRE System Library under Java Build Path

Roy


________________________________________
From: Harnish, Roy [[email protected]]
Sent: Tuesday, March 22, 2016 11:22 PM
To: [email protected]
Subject: building and running TimeLanes

Hi,

I found the source for TimeLanes at: 
https://svn.apache.org/repos/asf/ctakes/sandbox/timelanes/ and was motivated by 
the video at: https://www.youtube.com/watch?v=Kp9YE0o3urU&feature=youtu.be but 
am having difficulty getting TimeLanes running in eclipse. Any tips on how to 
go from what's available in the SVN repo to having a working project in eclipse 
would be much appreciated.

Roy

Reply via email to