[SrcML] new dependency for getopt
Status: Beta
Brought to you by:
crashchaos
From: Frank R. <fra...@in...> - 2005-06-20 15:52:28
|
As I'm in the process of eliminating the jython scripts [1] I needed a proper getopt implementation. I have now found an implementation which guarantees 100% compatibility with the C version and is released under the LGPL. It was added to the list of dependencies on the wiki and for CVS development you need to download [2] the jar file and throw it to the other files in your jars/ directory. [1] I want to reduce the amount of release files, as one srcml.jar and the plugins.zip should be all a user needs to get started. However the jython scripts require an additional 3rd-party program and another downloadable module from us, so it's preferred to remove that dependency. This will also make it way easier to run SrcML on other platforms, as we only need to get that single srcml.jar into the $CLASSPATH and can then run: java de.srcml.parser.Parser MyClass.java And all we need for that is a JVM. [2] http://fink.sourceforge.net/pdb/package.php/java-getopt -- Raiser, Frank Student @ University of Ulm (www.uni-ulm.de) "Of course, just because we've heard a spine-chilling, blood-curdling scream of the sort to make your very marrow freeze in your bones doesn't automatically mean there's anything wrong." -- (Terry Pratchett, Soul Music) |