You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Dennis Byrne <de...@dbyrne.net> on 2006/02/07 22:02:22 UTC

Re: [continuum] BUILD SUCCESSFUL: Tobago Tool

Looks like progress :)

Any way we can force it to use a 1.3 JDK ?

Dennis Byrne

>-----Original Message-----
>From: Continuum@myfaces.zones.apache.org [mailto:mrmaven@myfaces.zones.apache.org]
>Sent: Tuesday, February 7, 2006 03:48 PM
>To: commits@myfaces.apache.org
>Subject: [continuum] BUILD SUCCESSFUL: Tobago Tool
>
>Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/69/buildId/372
>Build statistics:
>  State: Ok
>  Previous State: Error
>  Started at: Tue, 7 Feb 2006 20:48:08 +0000
>  Finished at: Tue, 7 Feb 2006 20:48:13 +0000
>  Total time: 4s
>  Build Trigger: Forced
>  Exit code: 0
>  Building machine hostname: myfaces.zones.apache.org
>  Operating system : SunOS(unknown)
>  Java version : 1.5.0_06(Sun Microsystems Inc.)
>
>Changes
>                            pom.xml
>        
>****************************************************************************
>Output:
>****************************************************************************
>[INFO] Scanning for projects...
>[INFO] ----------------------------------------------------------------------------
>[INFO] Building Tobago Tool
>[INFO]    task-segment: [install]
>[INFO] ----------------------------------------------------------------------------
>[INFO] [install:install]
>[INFO] Installing /local/continuum-1.0.2/apps/continuum/working-directory/69/pom.xml to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-tool/1.0.7-SNAPSHOT/tobago-tool-1.0.7-SNAPSHOT.pom
>[INFO] ----------------------------------------------------------------------------
>[INFO] BUILD SUCCESSFUL
>[INFO] ----------------------------------------------------------------------------
>[INFO] Total time: 2 seconds
>[INFO] Finished at: Tue Feb 07 20:48:13 GMT+00:00 2006
>[INFO] Final Memory: 3M/267M
>[INFO] ----------------------------------------------------------------------------
>
>****************************************************************************
>
>
>



Re: [continuum] BUILD SUCCESSFUL: Tobago Tool

Posted by Bernd Bohmann <be...@atanion.com>.
tobago doesn't build on 1.4 or 1.3
Why you need a jdk 1.3?

Nobody is using jdk 1.3 in a production environment.

you can set the source and target version in the configuration for the 
maven-compiler-plugin.
--------------
<configuration>
   <source>1.3</source>
   <target>1.3</target>
</configuration>
--------------

build profiles with different JDK may be supported in a 1.1 continuum 
release
or we should setup different continuum instances

Bernd

Dennis Byrne schrieb:
> Looks like progress :)
> 
> Any way we can force it to use a 1.3 JDK ?
> 
> Dennis Byrne
> 
> 
>>-----Original Message-----
>>From: Continuum@myfaces.zones.apache.org [mailto:mrmaven@myfaces.zones.apache.org]
>>Sent: Tuesday, February 7, 2006 03:48 PM
>>To: commits@myfaces.apache.org
>>Subject: [continuum] BUILD SUCCESSFUL: Tobago Tool
>>
>>Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/69/buildId/372
>>Build statistics:
>> State: Ok
>> Previous State: Error
>> Started at: Tue, 7 Feb 2006 20:48:08 +0000
>> Finished at: Tue, 7 Feb 2006 20:48:13 +0000
>> Total time: 4s
>> Build Trigger: Forced
>> Exit code: 0
>> Building machine hostname: myfaces.zones.apache.org
>> Operating system : SunOS(unknown)
>> Java version : 1.5.0_06(Sun Microsystems Inc.)
>>
>>Changes
>>                           pom.xml
>>       
>>****************************************************************************
>>Output:
>>****************************************************************************
>>[INFO] Scanning for projects...
>>[INFO] ----------------------------------------------------------------------------
>>[INFO] Building Tobago Tool
>>[INFO]    task-segment: [install]
>>[INFO] ----------------------------------------------------------------------------
>>[INFO] [install:install]
>>[INFO] Installing /local/continuum-1.0.2/apps/continuum/working-directory/69/pom.xml to /export/home/mrmaven/.m2/repository/org/apache/myfaces/tobago/tobago-tool/1.0.7-SNAPSHOT/tobago-tool-1.0.7-SNAPSHOT.pom
>>[INFO] ----------------------------------------------------------------------------
>>[INFO] BUILD SUCCESSFUL
>>[INFO] ----------------------------------------------------------------------------
>>[INFO] Total time: 2 seconds
>>[INFO] Finished at: Tue Feb 07 20:48:13 GMT+00:00 2006
>>[INFO] Final Memory: 3M/267M
>>[INFO] ----------------------------------------------------------------------------
>>
>>****************************************************************************
>>
>>
>>
> 
> 
> 
> 

-- 
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333