|
From: Hans B. <ben...@ch...> - 2003-06-10 16:17:16
|
On Tue, 10 Jun 2003, Dejan Krsmanovic wrote: > Hans, could you add jalopy task to build.xml file (files)? Libraries for > jalopy should be stored under support folder since they are not needed at > runtime. > Task should be optional - it should not be executed by default. O.k., I put it into CVS. The new task is called "format". At the moment it is actually only used for the soap module, because there will be some problems in the beginning, mainly concerning javadoc comment. For example: jalopy crashes in SqlEnrichPipelineStage due to an "<a href=..." in the @author tag. I suggest that everybody tests the modules he feels responsible for (;-)) by removing the comment in the corresponding build.xml. I left in the "destdir"-attribute, which means that the modified files go to ./tmp/format. If you are happy with the result, please remove the line with the destdir attribute, so that the source files get overridden, and then recommit the files to CVS. I also found, that jalopy takes rather a long time to parse something in core/journal, but I have no idea, what is happening there. Bruce, the header text lives in support/jalopy/babeldocconvention.xml. If you change it there, it can be changed in the source files as well. You can either change it manually or use ./support/jalopy/bin/preferences.sh (It seems, there is no commandline argument for the file, so you will have to use the Import/Export buttons.) Good luck, Hans |