Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gemini-dev] Blueprint builds

Hi Dmitry

 

I have taken the liberty to refactor the test case using Mockito. I am currently not authorized to start the integration build, but I believe this may resolve most of the issues.

 

Regards,

Olaf

 

From: gemini-dev-bounces@xxxxxxxxxxx [mailto:gemini-dev-bounces@xxxxxxxxxxx] On Behalf Of Dmitry Sklyut
Sent: Freitag, 25. Oktober 2013 03:10
To: Gemini and sub-projects developer discussions
Subject: [gemini-dev] Blueprint builds

 

Hi All,

 

I pushed a set of changes to new branch "build".  Basic cleanup of the pom and upgrade to bundlor.  It runs perfectly fine on my local machine.  Fails miserably on hudson[1].  It fails in places that make no sense to me.  One example is reflection code, i.e. setting a property on a bean.  Second is reading an xml file of classpath (class.getResource).

 

Has anyone experienced issues with shared hudson instance?  I tried almost all of the jdks and maven configs possible.

 

Just for sanity check, anyone who is interested - please pull down the code and try to do a local build.  I would like to make sure that these issues are isolated to eclipse hudson vs. something on my box.  

 

I looked at other gemini jobs that use maven and I see nothing in configuration that would make those jobs run and blueprint fail.

 

Regards,


Dmitry

 


Back to the top