On Mon, Apr 22, 2013 at 5:16 AM, Kalle Korhonen <[email protected]>wrote:
On Sun, Apr 21, 2013 at 8:52 AM, Massimo Lusetti <[email protected]> wrote: > > > On Thu, Apr 18, 2013 at 7:15 PM, Kalle Korhonen > > <[email protected]>wrote: > > Hi Kalle, here PlastiUtilsTests.groovy is failing at line 33 which comes > > from your commit 742fac0e > > Please give it a look. > > > > Hmm, odd works for me (I did clean before): > :plastic:test > > BUILD SUCCESSFUL > > Total time: 19.463 secs > --- > > What's the error, you sure you've recompiled PlasticInternalUtils since > I've made getStreamForPath package private instead of private? Suppose it > could be some kind of OS-specific thing since it's dealing with file paths. > Need to know your stack trace to say more. > I'm building on a Linux box as a normal user with Oracle Java : java version "1.7.0_10" Java(TM) SE Runtime Environment (build 1.7.0_10-b18) Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) Hadn't had time to investigate more deeper but it fails cause at lien 411 of PlasticInternalUtils.java the classloader method getResource return a null URL, btw the file you're creating in the tests is there. I'll looking at it this evening -- Massimo
