You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/06/23 20:31:02 UTC

cvs commit: jakarta-jetspeed-2/components/cm/src/java/org/apache/jetspeed/components/pico/groovy GroovyComponentAdapter.java

weaver      2004/06/23 11:31:02

  Modified:    components/cm/src/java/org/apache/jetspeed/components/pico/groovy
                        GroovyComponentAdapter.java
  Log:
  JS2-46
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-jetspeed-2/components/cm/src/java/org/apache/jetspeed/components/pico/groovy/GroovyComponentAdapter.java
  
  Index: GroovyComponentAdapter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/cm/src/java/org/apache/jetspeed/components/pico/groovy/GroovyComponentAdapter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GroovyComponentAdapter.java	15 Apr 2004 15:33:13 -0000	1.1
  +++ GroovyComponentAdapter.java	23 Jun 2004 18:31:02 -0000	1.2
  @@ -15,8 +15,8 @@
   import java.util.Arrays;
   import java.util.Collections;
   
  +import org.codehaus.groovy.control.CompilationFailedException;
   import org.codehaus.groovy.runtime.InvokerHelper;
  -import org.codehaus.groovy.syntax.SyntaxException;
   import org.picocontainer.Parameter;
   import org.picocontainer.PicoInitializationException;
   import org.picocontainer.PicoIntrospectionException;
  @@ -98,7 +98,7 @@
               return instance;
               
           }
  -        catch (SyntaxException e)
  +        catch (CompilationFailedException e)
           {
               throw new PicoInitializationException(e);
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org