You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Continuum VMBuild Server <co...@apache.org> on 2008/02/06 20:33:01 UTC

[continuum] BUILD FAILURE: Commons IO

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=47171&projectId=155

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 6 Feb 2008 11:32:28 -0800
  Finished at: Wed 6 Feb 2008 11:32:47 -0800
  Total time: 18s
  Build Trigger: Schedule
  Build Number: 66
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.4.2_15"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
          Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.4.2_15
          OS name: "linux" version: "2.6.20-16-server" arch: "i386"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: niallp @ Wed 6 Feb 2008 10:59:49 -0800
Comment: Switch to JDK 1.5, remove JDK 1.3 logic from ant build
Files changed:
  /commons/proper/io/trunk/build.xml ( 619102 )
  /commons/proper/io/trunk/pom.xml ( 619102 )
  /commons/proper/io/trunk/project.properties ( 619102 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/PackageTestSuite.java ( 619102 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/PackageTestSuite.java ( 619102 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/input/PackageTestSuite.java ( 619102 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/output/PackageTestSuite.java ( 619102 )

Changed: niallp @ Wed 6 Feb 2008 11:01:17 -0800
Comment: IO-140 JDK 1.5 changes: Use generics
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaningTracker.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileSystemUtils.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/LineIterator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/DefaultFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/ExtensionFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/LastModifiedFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/NameFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/PathFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/ReverseComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/SizeFileComparator.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java ( 619103 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java ( 619103 )

Changed: niallp @ Wed 6 Feb 2008 11:25:47 -0800
Comment: IO-140 JDK 1.5 changes: Use StringBuilder (not-sync) instead of StringBuffer
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileSystemUtils.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java ( 619112 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFileFilter.java ( 619112 )

Changed: niallp @ Wed 6 Feb 2008 11:26:27 -0800
Comment: clirr report - compare to IO 1.4
Files changed:
  /commons/proper/io/trunk/pom.xml ( 619113 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Java 1.4
Description: 


****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Commons IO
[INFO]    task-segment: [clean, deploy]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/data/working-directory/155/target
[INFO] Deleting directory /home/continuum/data/working-directory/155/target/classes
[INFO] Deleting directory /home/continuum/data/working-directory/155/target/test-classes
[INFO] Deleting directory /home/continuum/data/working-directory/155/target/site
[INFO] [antrun:run {execution: javadoc.resources}]
[INFO] Executing tasks
     [copy] Copying 2 files to /home/continuum/data/working-directory/155/target/apidocs/META-INF
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 72 source files to /home/continuum/data/working-directory/155/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Failure executing javac, but could not parse the error:
javac: invalid target release: 1.5
Usage: javac <options> <source files>
where possible options include:
  -g                        Generate all debugging info
  -g:none                   Generate no debugging info
  -g:{lines,vars,source}    Generate only some debugging info
  -nowarn                   Generate no warnings
  -verbose                  Output messages about what the compiler is doing
  -deprecation              Output source locations where deprecated APIs are used
  -classpath <path>         Specify where to find user class files
  -sourcepath <path>        Specify where to find input source files
  -bootclasspath <path>     Override location of bootstrap class files
  -extdirs <dirs>           Override location of installed extensions
  -d <directory>            Specify where to place generated class files
  -encoding <encoding>      Specify character encoding used by source files
  -source <release>         Provide source compatibility with specified release
  -target <release>         Generate class files for specific VM version
  -help                     Print a synopsis of standard options




Failure executing javac, but could not parse the error:
javac: invalid target release: 1.5
Usage: javac <options> <source files>
where possible options include:
  -g                        Generate all debugging info
  -g:none                   Generate no debugging info
  -g:{lines,vars,source}    Generate only some debugging info
  -nowarn                   Generate no warnings
  -verbose                  Output messages about what the compiler is doing
  -deprecation              Output source locations where deprecated APIs are used
  -classpath <path>         Specify where to find user class files
  -sourcepath <path>        Specify where to find input source files
  -bootclasspath <path>     Override location of bootstrap class files
  -extdirs <dirs>           Override location of installed extensions
  -d <directory>            Specify where to place generated class files
  -encoding <encoding>      Specify character encoding used by source files
  -source <release>         Provide source compatibility with specified release
  -target <release>         Generate class files for specific VM version
  -help                     Print a synopsis of standard options



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Wed Feb 06 11:32:47 PST 2008
[INFO] Final Memory: 6M/12M
[INFO] ------------------------------------------------------------------------

****************************************************************************



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


Re: [continuum] BUILD FAILURE: Commons IO

Posted by sebb <se...@gmail.com>.
You can register at http://vmbuild.apache.org/continuum/.

You can then ask for your rights to be enhanced on
continuum-users@maven.apache.org

S///
On 06/02/2008, Niall Pemberton <ni...@gmail.com> wrote:
> How can I change the JDK version Continuum is using to 1.5?
>
> Can I get a Continuum logon or something?
>
> Niall
>
> On Feb 6, 0008 7:33 PM, Continuum VMBuild Server <co...@apache.org> wrote:
> > Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=47171&projectId=155
> >
> > Build statistics:
> >   State: Failed
> >   Previous State: Ok
> >   Started at: Wed 6 Feb 2008 11:32:28 -0800
> >   Finished at: Wed 6 Feb 2008 11:32:47 -0800
> >   Total time: 18s
> >   Build Trigger: Schedule
> >   Build Number: 66
> >   Exit code: 1
> >   Building machine hostname: vmbuild.apache.org
> >   Operating system : Linux(unknown)
> >   Java Home version :
> >           java version "1.4.2_15"
> >           Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
> >           Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

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


Re: [continuum] BUILD FAILURE: Commons IO

Posted by Niall Pemberton <ni...@gmail.com>.
How can I change the JDK version Continuum is using to 1.5?

Can I get a Continuum logon or something?

Niall

On Feb 6, 0008 7:33 PM, Continuum VMBuild Server <co...@apache.org> wrote:
> Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=47171&projectId=155
>
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Wed 6 Feb 2008 11:32:28 -0800
>   Finished at: Wed 6 Feb 2008 11:32:47 -0800
>   Total time: 18s
>   Build Trigger: Schedule
>   Build Number: 66
>   Exit code: 1
>   Building machine hostname: vmbuild.apache.org
>   Operating system : Linux(unknown)
>   Java Home version :
>           java version "1.4.2_15"
>           Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
>           Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
>

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