On 16 July 2012 16:44, Stevo Slavić <ssla...@gmail.com> wrote:
> Maybe just remove release profile activation from build arguments.

Thanks, that seems to solve the problem.

However, it probably means that either the VFS build needs updating,
or Commons Parent, or both.

> Regards,
> Stevo.
>
> On Mon, Jul 16, 2012 at 5:38 PM, sebb <seb...@gmail.com> wrote:
>
>> On 16 July 2012 16:36, sebb <seb...@gmail.com> wrote:
>> > On 16 July 2012 16:09, Gary Gregory <garydgreg...@gmail.com> wrote:
>> >> Can someone please adjust Continuum for VFS to say Java 6?
>> >
>> > Added a project build definition to override the group one
>>
>> Still fails.
>>
>> What is the Maven command-line needed to build test and deploy VFS?
>>
>> >> How about doc'ing this on the wiki?
>> >
>> > Where?
>> >
>> >> Thank you!
>> >> Gary
>> >>
>> >> On Mon, Jul 16, 2012 at 10:27 AM, Continuum@vmbuild <
>> contin...@apache.org>wrote:
>> >>
>> >>> Online report :
>> >>>
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=23876&projectId=129
>> >>>
>> >>> Build statistics:
>> >>>   State: Failed
>> >>>   Previous State: Failed
>> >>>   Started at: Mon 16 Jul 2012 14:27:17 +0000
>> >>>   Finished at: Mon 16 Jul 2012 14:27:52 +0000
>> >>>   Total time: 34s
>> >>>   Build Trigger: Schedule
>> >>>   Build Number: 202
>> >>>   Exit code: 1
>> >>>   Building machine hostname: vmbuild
>> >>>   Operating system : Linux(unknown)
>> >>>   Java Home version :
>> >>>           java version "1.6.0_30"
>> >>>           Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
>> >>>           Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed
>> mode)
>> >>>
>> >>>   Builder version :
>> >>>           Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
>> >>>           Java version: 1.6.0_30
>> >>>           Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>> >>>           Default locale: en_US, platform encoding: ANSI_X3.4-1968
>> >>>           OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
>> >>> Family: "unix"
>> >>>
>> >>>
>> >>>
>> ****************************************************************************
>> >>> SCM Changes:
>> >>>
>> >>>
>> ****************************************************************************
>> >>> Changed: ggregory @ Mon 16 Jul 2012 14:10:39 +0000
>> >>> Comment: [VFS-405] Get/set the file permissions.
>> >>> [VFS-415] Update VFS requirement to Java 1.6.
>> >>> Files changed:
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/Resources.properties
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/OnCallRefreshFileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DecoratedFileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/SynchronizedFileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/AbstractFileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/local/LocalFile.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileObject.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpFileSystem.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/util/PosixPermissions.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/LocalProviderTestCase.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/local/test/PermissionsTests.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/sftp/test/SftpProviderTestCase.java
>> >>> ( 1362045 )
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/PermissionsTests.java
>> >>> ( 1362045 )
>> >>>   /commons/proper/vfs/trunk/pom.xml ( 1362045 )
>> >>>   /commons/proper/vfs/trunk/src/changes/changes.xml ( 1362045 )
>> >>>
>> >>> Changed: ggregory @ Mon 16 Jul 2012 14:18:19 +0000
>> >>> Comment: Fix spelling error.
>> >>> Files changed:
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java
>> >>> ( 1362049 )
>> >>>
>> >>> Changed: ggregory @ Mon 16 Jul 2012 14:19:11 +0000
>> >>> Comment: Fix spelling error.
>> >>> Files changed:
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java
>> >>> ( 1362050 )
>> >>>
>> >>> Changed: ggregory @ Mon 16 Jul 2012 14:19:45 +0000
>> >>> Comment: Fix spelling errors.
>> >>> Files changed:
>> >>>
>> >>>
>> /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/AbstractFileOperationProvider.java
>> >>> ( 1362053 )
>> >>>
>> >>>
>> >>>
>> ****************************************************************************
>> >>> Dependencies Changes:
>> >>>
>> >>>
>> ****************************************************************************
>> >>> No dependencies changed
>> >>>
>> >>>
>> >>>
>> >>>
>> ****************************************************************************
>> >>> Build Definition:
>> >>>
>> >>>
>> ****************************************************************************
>> >>> POM filename: pom.xml
>> >>> Goals: clean deploy
>> >>> Arguments: --batch-mode -Pjava-1.5 -Dgpg.skip -Prelease
>> >>> Build Fresh: false
>> >>> Always Build: false
>> >>> Default Build Definition: true
>> >>> Schedule: COMMONS_SCHEDULE
>> >>> Profile Name: Maven 2.2.1
>> >>> Description: Default Maven 2 Build Definition (Java 1.5)
>> >>>
>> >>>
>> >>>
>> ****************************************************************************
>> >>> Test Summary:
>> >>>
>> >>>
>> ****************************************************************************
>> >>> Tests: 1618
>> >>> Failures: 0
>> >>> Errors: 0
>> >>> Success Rate: 100
>> >>> Total time: 55.590996
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> >>> For additional commands, e-mail: dev-h...@commons.apache.org
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> >> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> >> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> >> Blog: http://garygregory.wordpress.com
>> >> Home: http://garygregory.com/
>> >> Tweet! http://twitter.com/GaryGregory
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>

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

Reply via email to