|
|
|
Re: Getting started with Oomph [message #1768425 is a reply to message #1768416] |
Tue, 18 July 2017 14:05 |
Ed Merks Messages: 33258 Registered: July 2009 |
Senior Member |
|
|
Sorry, I misdirected with mention of a Redirection task... You could have such a task as this:<?xml version="1.0" encoding="UTF-8"?>
<setup:EclipseIniTask
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
option="-Doomph.redirection.emf.setup"
value="=http://git.eclipse.org/c/emf/org.eclipse.emf.git/plain/releng/org.eclipse.emf.releng/EMF.setup->${emf.git.clone.location|uri}/releng/org.eclipse.emf.releng/EMF.setup"
vm="true"/>
and yes, when this is processed, the code checks that are resource at target URI actually exists. So in this case, when the clone doesn't exist yet, the remote version is used. Once the clone task creates the clone, subsequent performs will use the version in the clone itself.
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Powered by
FUDForum. Page generated in 0.03227 seconds