dion        2003/07/28 17:01:04

  Modified:    src/java/org/apache/maven/plugin
                        GoalToJellyScriptHousingMapper.java
  Log:
  Needs better error handling
  
  Revision  Changes    Path
  1.2       +2 -0      
maven/src/java/org/apache/maven/plugin/GoalToJellyScriptHousingMapper.java
  
  Index: GoalToJellyScriptHousingMapper.java
  ===================================================================
  RCS file: 
/home/cvs/maven/src/java/org/apache/maven/plugin/GoalToJellyScriptHousingMapper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GoalToJellyScriptHousingMapper.java       27 Jul 2003 23:33:58 -0000      1.1
  +++ GoalToJellyScriptHousingMapper.java       29 Jul 2003 00:01:03 -0000      1.2
  @@ -185,6 +185,7 @@
           }
           catch ( Exception e )
           {
  +            // FIXME: Better error handling is needed here
               e.printStackTrace();
           }
       }
  @@ -546,6 +547,7 @@
        */
       private final void printParseError( String type, SAXParseException spe )
       {
  +        // FIXME: Gotta be a better way than this...
           System.err.println( type + " [line " + spe.getLineNumber() +
                               ", row " + spe.getColumnNumber() + "]: " +
                               spe.getMessage() );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to