It looks like the trunk has unit tests errors currently.

https://builds.apache.org/job/sis-trunk/181/

I am working off of this revision now.

svn co https://svn.apache.org/repos/asf/sis/trunk -r 1490723


Even though eclipse is able to load the project correctly the unit tests
are failing.

One place that is causing a lot of problems in the unit tests is in

/sis-utility/src/main/java/org/apache/sis/util/resources/IndexedResourceBundle.java

and it is throwing a null pointer exception in the function ensureLoaded in
when resources == null

 // If we get a NullPointerException or ClassCastException here

// it would be a bug in the way we create the chain of parents.

    values = ((IndexedResourceBundle) parent).ensureLoaded(key);



Attached is the patch I am working off of. I am going to do some more
investigations.


Thanks,
Travis





On Sat, Jun 8, 2013 at 12:23 AM, Mattmann, Chris A (398J) <
[email protected]> wrote:

> Hey Guys,
>
> I did release management in JIRA for 0.3, pushing all non fixed
> issues off to 0.4 (after creating an 0.4 version in JIRA).
> So far, we have: 30 / 30 issues solved for 0.3.
>
> I say, we release and make an RC. Releasing is light-weight. If
> we need to roll an 0.4 quickly or a 0.3.1 (patch release to 0.3)
> we can do that too. No biggie.
>
> What do you think Martin et al.?
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: [email protected]
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>

Reply via email to