Patrick,
Thanks for the info and the link.  I'm using the IBM JDK 1.4.2.  I'll
definitely try your suggestion and let you know the results.

Thanks again.

Enrique




                                                                       
             "Patrick                                                  
             Schneider"                                                
             <[EMAIL PROTECTED]                                          To
             .com>                     "Maven Users List"              
                                       <users@maven.apache.org>        
             08/13/2007 08:00                                           cc
             PM                                                        
                                                                   Subject
                                       Re: error: IO exception         
             Please respond to         sun.io.MalformedInputException  
               "Maven Users                                            
                   List"                                               
             <[EMAIL PROTECTED]                                         
                  he.org>                                              
                                                                       
                                                                       




Enrique,

Are you using the IBM JDK?  If so, do you know if your files are explicitly
encoded in UTF-8?  I've experienced the same problem with the IBM JDK --
the
filtering in Maven was munging the bits, causing failures.

You might experiment with altering the default filtering, by stating
explicitly what your files are encoded in, or turning it off entirely...

http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20filter%20resource%20files

?


Patrick

On 8/13/07, Enrique Gaona <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
> I was wondering if anyone has encountered the "error: IO exception
> sun.io.MalformedInputException" in continuum.   This error shows up when
> the build is executed within continuum, but not from the command
> line.  Any
> ideas?  Thanks.
>
> Compiling 20 source files to
>
>
/opt/continuum/app1/working-directory/3/com.ibm.csdp.cs.dds/CSDPContentGenClient/target/classes

>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> error: IO exception sun.io.MalformedInputException
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3 minutes 42 seconds
> [INFO] Finished at: Mon Aug 13 16:44:33 CDT 2007
> [INFO] Final Memory: 38M/116M
> [INFO]
> ------------------------------------------------------------------------
>
> Enrique
>

Reply via email to