Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Job creation and submission code

Hello Romain!

Well, your snippet concerning to job submission looks good. I didn't notice problems in there.


If you created IGridProject, you would call:
IFolder jobsFolder = project.getProjectFolder( IGridJob.class );

instead of:
IFolder jobsFolder = project.getFolder("jobs");


--
Pozdrawiam,
Mariusz Wojtysiak


Back to the top