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

The project director updates and they can open a plot.

Jay

On Mar 7, 2016 7:18 AM, "Greg Watson" <greg@watson.earth> wrote:
Is there any value we can display that might indicate it worked?

> 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

_______________________________________________
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