seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Make Eclipse classpath refer to lib_managed dir #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment the classpath refers to each of the JARs in lib_managed, but this 
is fragile since the 
exact jars in there will vary depending on the transitive dependencies of the 
libraries that we use 
directly.  If possible, make the .classpath file just refer to the directory so 
we don't have to update it 
all the time.

Original issue reported on code.google.com by inkytonik on 24 Nov 2009 at 2:30

GoogleCodeExporter commented 9 years ago
Done (r3a71b8b3be) but remains to be tested.

Original comment by inkytonik on 26 Nov 2009 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 14 Jan 2010 at 2:18

GoogleCodeExporter commented 9 years ago
Actually, the final change was to use the sbt-eclipse-plugin which takes care 
of everything in a nice way.  The 
change was in r79778e96aafa.

Original comment by inkytonik on 14 Jan 2010 at 2:22