You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Leo Simons <ma...@leosimons.com> on 2005/07/13 12:05:37 UTC

Re: svn commit: r210010 - /gump/trunk/python/gump/core/build/maven.py

ajack@apache.org wrote:
> Author: ajack
> Date: Sun Jul 10 06:27:01 2005
> New Revision: 210010
> 
> URL: http://svn.apache.org/viewcvs?rev=210010&view=rev
> Log:
> Attempt to cope with the Maven properties file going into a directory that
> does not yet exist.
> 
> Modified:
>     gump/trunk/python/gump/core/build/maven.py
> 
> Modified: gump/trunk/python/gump/core/build/maven.py
> URL: http://svn.apache.org/viewcvs/gump/trunk/python/gump/core/build/maven.py?rev=210010&r1=210009&r2=210010&view=diff
> ==============================================================================
> --- gump/trunk/python/gump/core/build/maven.py (original)
> +++ gump/trunk/python/gump/core/build/maven.py Sun Jul 10 06:27:01 2005
> @@ -187,9 +187,11 @@
>                          os.path.basename(propertiesFile))
>                  except:
>                      log.error('Display Properties [ ' + propertiesFile + '] Failed', exc_info=1)   
> -                
> -            except:
> -                log.error('Generate Maven Properties Failed', exc_info=1)    
> +               
> +           except Exception, details:

              ^^^ there's an indentation error here.

I'll fix it in a moment.

- Leo

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org