[SrcML] CVS restructuring
Status: Beta
Brought to you by:
crashchaos
From: Frank R. <fra...@in...> - 2005-05-12 16:03:52
|
Hello everybody, as mentioned during the meeting Dennis and me have been restructuring the CVS into a new (smaller) set of modules. Please update your installations to the new CVS modules described below and especially take care you don't get a mixture of old and new modules (if you haven't made any changes to the source code yet it's safest to just delete the old modules). These are the new modules now: srcml - This module contains a de/srcml/* file hierarchy in which all the common base source for the SrcML Framework is located. This includes the API and the various platforms. parser-java - The plugin for the java parser views - The collection of the various view plugins unittests - All unit tests have been merged into this module. The build.xml file will have to be rewritten to directly call certain tests to avoid testing the whole framework each time. (Currently this module isn't in CVS yet, as the Linux pool is still missing junit support for ant and we couldn't test if it works yet. This will be done when the junit support is back of course). Note that the parser-java and views CVS modules are still the same modules and if you're not doing a fresh checkout you should take care to use 'cvs up -d' instead. Also delete the srcml-*.jar files in your jars/ directory which represented the old modules and might lead to inconsistencies if they co-exist with the new srcml.jar file. -- Raiser, Frank Student @ University of Ulm (www.uni-ulm.de) The science of today is the technology of tomorrow. (Edward Teller) |