From jetspeed-dev-return-4926-qmlist-jakarta-archive-jetspeed-dev=jakarta.apache.org@jakarta.apache.org Sun Aug 04 02:12:23 2002 Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@apache.org Received: (qmail 86031 invoked from network); 4 Aug 2002 02:12:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Aug 2002 02:12:22 -0000 Received: (qmail 3564 invoked by uid 97); 4 Aug 2002 02:12:49 -0000 Delivered-To: qmlist-jakarta-archive-jetspeed-dev@jakarta.apache.org Received: (qmail 3508 invoked by uid 97); 4 Aug 2002 02:12:48 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 3497 invoked by uid 97); 4 Aug 2002 02:12:47 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 4 Aug 2002 02:12:14 -0000 Message-ID: <20020804021214.92025.qmail@icarus.apache.org> From: paulsp@apache.org To: jakarta-jetspeed-cvs@apache.org Subject: cvs commit: jakarta-jetspeed/docs/site code-standards.html todo.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N paulsp 2002/08/03 19:12:14 Modified: xdocs code-standards.xml todo.xml docs/site code-standards.html todo.html Log: Spelling fixes. Revision Changes Path 1.6 +4 -3 jakarta-jetspeed/xdocs/code-standards.xml Index: code-standards.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed/xdocs/code-standards.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- code-standards.xml 16 Jul 2002 03:48:17 -0000 1.5 +++ code-standards.xml 4 Aug 2002 02:12:14 -0000 1.6 @@ -13,6 +13,7 @@ Coding Standards + @@ -238,7 +239,7 @@

JUnit testing is simpler the Cactus testing, in part because the do - not require a webserver. These test generally test small functional + not require a web server. These test generally test small functional units, like reading a file into a data structure. Turbine services also be tested with JUnit test, see org.apache.jetspeed.services.registry.TestMarshallRegistry.

@@ -263,7 +264,7 @@ Debug logging is intended for development and problem determination. It is not intended for use in a "normal" production environment. In part because of the resource, including CPU and disk space, required. So use - Log.getLogger().isDebugEnabled() to determing if debug + Log.getLogger().isDebugEnabled() to determine if debug logging is enable before generating the debug message.

- Update jars to their latest production release. In additon to updating - the jars, document their homepage, i.e. http://jakarta.apache.org/cactus for Cactus, + Update jars to their latest production release. In addition to updating + the jars, document their home page, i.e. http://jakarta.apache.org/cactus for Cactus, and how their are used in Jetspeed
This includes: @@ -73,7 +73,7 @@ - Implement Icons for Portleta and Entries + Implement Icons for Portlets and Entries Paul Spencer @@ -111,8 +111,8 @@ - Cleanup the logging. This is mainly housekeeping, but it include surounding - resouce intensive debug logging with if (Log.getLogger().isDebugEnabled()) {} + Cleanup the logging. This is mainly housekeeping, but it include ssurrounding + resource intensive debug logging with if (Log.getLogger().isDebugEnabled()) {} @@ -134,7 +134,7 @@ 5441 - Remove redundent JSP files in the template directory. The files are no longer need + Remove redundant JSP files in the template directory. The files are no longer need since the Navigation Template and Internationalization have been implemented @@ -156,7 +156,7 @@ 5440 Move localization property files, /src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization.properties, to - the WEB-INF/conf directory. This is simpify the configuration process, i.e. the number of directories.. + the WEB-INF/conf directory. This is simplify the configuration process, i.e. the number of directories.. 1.21 +2 -2 jakarta-jetspeed/docs/site/code-standards.html Index: code-standards.html =================================================================== RCS file: /home/cvs/jakarta-jetspeed/docs/site/code-standards.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- code-standards.html 2 Aug 2002 10:57:28 -0000 1.20 +++ code-standards.html 4 Aug 2002 02:12:14 -0000 1.21 @@ -492,7 +492,7 @@

JUnit testing is simpler the Cactus testing, in part because the do - not require a webserver. These test generally test small functional + not require a web server. These test generally test small functional units, like reading a file into a data structure. Turbine services also be tested with JUnit test, see org.apache.jetspeed.services.registry.TestMarshallRegistry.

@@ -530,7 +530,7 @@ Debug logging is intended for development and problem determination. It is not intended for use in a "normal" production environment. In part because of the resource, including CPU and disk space, required. So use - Log.getLogger().isDebugEnabled() to determing if debug + Log.getLogger().isDebugEnabled() to determine if debug logging is enable before generating the debug message.

1.28 +7 -7 jakarta-jetspeed/docs/site/todo.html Index: todo.html =================================================================== RCS file: /home/cvs/jakarta-jetspeed/docs/site/todo.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- todo.html 3 Aug 2002 17:26:22 -0000 1.27 +++ todo.html 4 Aug 2002 02:12:14 -0000 1.28 @@ -195,8 +195,8 @@ - Update jars to their latest production release. In additon to updating - the jars, document their homepage, i.e. http://jakarta.apache.org/cactus for Cactus, + Update jars to their latest production release. In addition to updating + the jars, document their home page, i.e. http://jakarta.apache.org/cactus for Cactus, and how their are used in Jetspeed
This includes: @@ -224,7 +224,7 @@ - Implement Icons for Portleta and Entries + Implement Icons for Portlets and Entries @@ -345,8 +345,8 @@ - Cleanup the logging. This is mainly housekeeping, but it include surounding - resouce intensive debug logging with if (Log.getLogger().isDebugEnabled()) {} + Cleanup the logging. This is mainly housekeeping, but it include ssurrounding + resource intensive debug logging with if (Log.getLogger().isDebugEnabled()) {} @@ -416,7 +416,7 @@ - Remove redundent JSP files in the template directory. The files are no longer need + Remove redundant JSP files in the template directory. The files are no longer need since the Navigation Template and Internationalization have been implemented @@ -484,7 +484,7 @@ Move localization property files, /src/java/org/apache/jetspeed/modules/localization/JetspeedLocalization.properties, to - the WEB-INF/conf directory. This is simpify the configuration process, i.e. the number of directories.. + the WEB-INF/conf directory. This is simplify the configuration process, i.e. the number of directories.. -- To unsubscribe, e-mail: For additional commands, e-mail: