On Fri, Nov 8, 2019 at 5:37 PM Johan Compagner <[email protected]> wrote:

> I guess it should work for that target dir.  But what about the vm
> setting? That's just one argument that needs to then be concat to each
> other.
>
> But I will have ab test if I can seer how the code works for this
> argument.. I expected it to be more like a variable.  (Like installDir)
>

Looking in the code of the Eclipse touchpoints (including setJVM and
chmod), there seems to be a ${artifact.location} property you can use for
this purpose.
So you could maybe use

org.eclipse.equinox.p2.touchpoint.eclipse.setJvm(jvm:${artifact.location}/jre/Contents/Home/bin);\
org.eclipse.equinox.p2.touchpoint.eclipse.chmod(targetDir:${artifact.location}/jre/Contents/Home/,targetFile:bin,permissions:755,options:-R);
_______________________________________________
p2-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/p2-dev

Reply via email to