Hello again,

had a few hours to spare for this project. I didn't go far however. I
learned a bit of gradle to allow me to build sub projects and run
specific tasks, single tests.

I started ignoring failing tests and got up to failing cpp module.
This one fails for compiler issues (gcc returns with non zero result).
I presume I don't have all packages installed (I'm on Debian)

I've pushed all changes upstream. Could someone else try a build or
give me some hints on waht I should install/ where should I look for
more details?


````
Caused by: org.gradle.process.internal.ExecException: Process 'command
'/usr/bin/g++'' finished with non-zero exit value 1
...

java.lang.RuntimeException: Cannot determine architecture for null
at 
org.gradle.nativebinaries.language.cpp.fixtures.binaryinfo.ReadelfBinaryInfo.getArch(ReadelfBinaryInfo.groovy:49)
at 
org.gradle.nativebinaries.language.cpp.NativeSamplesIntegrationTest.variants(NativeSamplesIntegrationTest.groovy:257)

````


[1] https://github.com/ieugen/gradle/tree/use-groovy-2.2

On Mon, Mar 3, 2014 at 2:28 AM, Luke Daley <luke.da...@gradleware.com> wrote:
> You should prefer --tests to -Dtest.single.
>
> http://www.gradle.org/docs/1.10/release-notes#executing-specific-tests-from-the-command-line
>
>> Michael Putters <mailto:michael.putt...@binarygenetics.com>
>> 2 March 2014 8:28 pm
>>
>> Woops, forgot the D in front of it (like a definition)
>> ------------------------------------------------------------------------
>> From: Michael Putters <mailto:michael.putt...@binarygenetics.com>
>>
>> Sent: ‎02/‎03/‎2014 11:10
>> To: dev@gradle.codehaus.org <mailto:dev@gradle.codehaus.org>
>>
>> Subject: RE: [gradle-dev] upgrade gradle to groovy 2
>>
>> Hi,
>>
>> You can use --<test-task>.single=xxx  (so, --integTest.single for
>> integration tests, for example).
>>
>> BR,
>>
>>
>> Michael
>>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>



-- 
Ioan Eugen Stan
0720 898 747

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to