You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:17 UTC

[maven-ant-plugin] 08/48: add more info to find out why it is failing on Solaris

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.1
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit 486e215dd545c0d6ab92d6106d7b87c677743af1
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Mon Oct 29 06:34:58 2007 +0000

    add more info to find out why it is failing on Solaris
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@589516 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java b/src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java
index 4cfb083..83083ff 100644
--- a/src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java
+++ b/src/main/java/org/apache/maven/plugin/ant/AntBuildWriterUtil.java
@@ -1182,7 +1182,7 @@ public class AntBuildWriterUtil
             }
             catch ( Exception e )
             {
-                throw new IOException( "Exception occured: " + e.getMessage() );
+                throw new IOException( "Exception occured: " + e.getMessage(), e );
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.