Let's be consistent here. We are using "camel case" property names for 
everything else to deal with Jenkins limitations ("cayenneTestConnection" etc). 
Let's keep using that instead of dashes... So the new property should probably 
be "collationCi".

Andrus

On Sep 15, 2011, at 11:55 AM, Aristedes Maniatis wrote:

> On 15/09/11 6:27 PM, [email protected] wrote:
>> -                                            
>> -DcayenneTestConnection=${cayenneTestConnection} 
>> -Djava.net.preferIPv4Stack=true
>> +                                            
>> -DcayenneTestConnection=${cayenneTestConnection} 
>> -Djava.net.preferIPv4Stack=true 
>> -Dcayenne.runtime.db.collation.assume.ci=${cayenne.runtime.db.collation.assume.ci}
>>                                      </argLine>
> 
> Actually that will not work. We can't pass parameters with dots in them 
> because of an issue in Jenkins with Groovy scripting. Could you please make 
> this
> 
> -Dcollation-ci=true
> 
> I've already hooked that into Jenkins, so when you commit it will start 
> running the tests.
> 
> 
> Ari
> 
> 
> -- 
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
> 

Reply via email to