Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Extra lines for EclipseCon scripting tutorial

http://www.youtube.com/watch?v=4xdqgzNNHn0&sns=em

> On Mar 6, 2016, at 9:56 AM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
> 
> Guys,
> 
> Here are the extra lines that will make the EclipseCon scripting tutorial work. 
> 
> component = reflectModel.getComponents().get(0)
>     [null]
> entry = component.retrieveAllEntries().get(0)
>     [null]
> entry.setValue("waveVector_space.csv")
> 
> This can all be condensed to one line if you want, but I thought it was clearer like this.
> 
> All is not well though. I just fixed a bug in the reflectivity model that prevented it from returning the proper return code. Everything processes fine, but the status is wrong. We'll have to wing it in the tutorial.
> 
> Jay
> 
> -- 
> Jay Jay Billings
> Oak Ridge National Laboratory
> Twitter Handle: @jayjaybillings
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev


Back to the top