|
From: <ls...@us...> - 2008-06-06 20:07:43
|
Revision: 4204
http://jnode.svn.sourceforge.net/jnode/?rev=4204&view=rev
Author: lsantha
Date: 2008-06-06 13:07:37 -0700 (Fri, 06 Jun 2008)
Log Message:
-----------
Temporally excluded the files from checkstyle which result in a crash.
Modified Paths:
--------------
trunk/all/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2008-06-06 14:17:53 UTC (rev 4203)
+++ trunk/all/build.xml 2008-06-06 20:07:37 UTC (rev 4204)
@@ -890,7 +890,10 @@
<fileset dir="../gui/src/desktop" includes="**/*.java"/>
<fileset dir="../gui/src/awt" includes="**/*.java"/>
<fileset dir="../shell/src/test" includes="**/*.java"/>
- <fileset dir="../shell/src/shell" includes="**/*.java"/>
+ <!-- todo: the two excluded files make checkstyle fail, investigate it! -->
+ <fileset dir="../shell/src/shell"
+ includes="**/*.java"
+ excludes="**/BjorneContext.java,**/BjorneTokenizer.java"/>
</checkstyle>
</target>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|