Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Workflow enhancement to make workflow projects portable

Hi everyone,

I've just changed the way .workflow files save the reference to the
JSDL from using a full path to just a JSDL filename (since workflow
JSDLs are always within the root of the .workflow folder). By
referencing in this way now, it means you can copy a whole .workflow
directory/project easily, and it should still work.

This will however mean that your existing workflow projects will need
to be re-done. It should be easy enough, as it will just be a case of
DnDing your existing workflow JSDLs into a new workflow, and then
linking them up again. There is currently a NPE bug with the new
implementation that I'm working on fixing just now, but asides from
that it seems to work OK.

Workflow to JDL and GRIA-XScufl functionality has also been updated
accordingly to work with the new implementation, and changes in CVS
have been committed.

Cheers,
-David


Back to the top