[Swift-devel] Re: [Swift-user] New Java exception when moving from rc3

Mihael Hategan hategan at mcs.anl.gov
Sat Mar 3 12:25:26 CST 2007


On Sat, 2007-03-03 at 11:53 +0000, Ben Clifford wrote:
> 
> On Fri, 2 Mar 2007, Mihael Hategan wrote:
> 
> > On Fri, 2007-03-02 at 19:03 -0600, Mihael Hategan wrote:
> > > Add a skip="0" parameter to the csv_mapper:
> > > filelist_t dataset[] <csv_mapper; file=@arg("list"), skip="0">;
> > > 
> > > I'll fix this in SVN in the mean time.
> > 
> > Should be fixed now.
> 
> some of the nightly tests say this now:
> 
> Execution failed:
> 	org.griphyn.vdl.mapping.InvalidMappingParameterException: Missing 
> required mapping parameter: location
> 
> I guess the extra hardcore checking in r531 is too hardcore for our 
> examples ;-)

Yeah. Some mappers did something like value = param.getValue(); if
(value != null)...
Fixed hopefully.

> 




More information about the Swift-devel mailing list