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

Mariusz Wojtysiak a écrit :
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:
How do you create a grid project. I am using:
           IWorkspaceRoot swRoot = ws.getRoot();
           project = swRoot.getProject( "myproject" );

but getProject returns an IProject.
IFolder jobsFolder = project.getProjectFolder( IGridJob.class );
Cool, but what does that method exactly. One should have one folder by job, so does it creates a new folder each time?

Thank you for your help,
Romain.



Back to the top