Skip to main content



      Home
Home » Eclipse Projects » Oomph » String Substitution Task
String Substitution Task [message #1856850] Thu, 05 January 2023 09:15 Go to next message
Eclipse UserFriend
Hello everybody,

has anybody a short explanation what the StringSubstituationTask does and how it is used? I failed to find any information about it .

Thank you very much :)

[Updated on: Thu, 05 January 2023 09:16] by Moderator

Re: String Substitution Task [message #1856852 is a reply to message #1856850] Thu, 05 January 2023 09:54 Go to previous messageGo to next message
Eclipse UserFriend
It lets you define a value as appears in Window -> Preferences -> Run/Debug -> String Substitution. Those in turn can be used in various places, such as in launch configurations so that a "named" value can be declared in one place and reused in many places.
Re: String Substitution Task [message #1856862 is a reply to message #1856852] Thu, 05 January 2023 13:30 Go to previous messageGo to next message
Eclipse UserFriend
For example, I have this in my user.setup:

<?xml version="1.0" encoding="UTF-8"?>
<setup:CompoundTask
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    filter="(osgi.os=win32)"
    name="Windows">
  <setupTask
      xsi:type="setup:StringSubstitutionTask"
      name="maven.root"
      value="C:\develop\bin\apache-maven-3.6.3"/>
</setup:CompoundTask>
Re: String Substitution Task [message #1856869 is a reply to message #1856862] Fri, 06 January 2023 03:03 Go to previous message
Eclipse UserFriend
Thats's quite interesting. Thank you very much Eike.
Previous Topic:Installing 2022-12 products warns about unsigned content
Next Topic:Oomph headless
Goto Forum:
  


Current Time: Mon May 12 15:11:37 EDT 2025

Powered by FUDForum. Page generated in 0.03554 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top