Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » setup configuration problems
setup configuration problems [message #1861035] Fri, 15 September 2023 06:39 Go to next message
Helge Wiemann is currently offline Helge WiemannFriend
Messages: 5
Registered: July 2019
Junior Member
Hi to all!

We are using an oomph setup file for the installer with different workspace setups like codestyle, ant home etc.

With updating to a new eclipse version in the setup, all setups are not functioining any more.

Any help is needed.

Here are my code snippets from my "old" setup file:

<setupTask
xsi:type="setup:CompoundTask"
name="org.eclipse.ant.core">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.ant.core/ant_home"
value="C:\[blabla]\bin\ant"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.ant.core/ant_home_entries"
value="C:/[blabla]/bin/ant/lib/AntelopeTasks_3.5.0.jar,..., ....">
</setupTask>

<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.m2e.core/eclipse.m2.globalSettingsFile"
value="C:\[blabla]\bin\maven-3.3\conf\settings.xml"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.m2e.core/eclipse.m2.runtimes"
value="maven-3.3"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.m2e.core/eclipse.m2.runtimesNodes/maven-3.3/location"
value="C:\[blabla]\bin\maven-3.3"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.m2e.core/eclipse.m2.runtimesNodes/maven-3.3/type"
value="EXTERNAL"/>

<setupTask
xsi:type="setup:CompoundTask"
id="checkstyle.pref"
name="Checkstyle Configuration">
<setupTask
xsi:type="setup:ResourceCreationTask"
content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>&#xA;&#xA;&lt;checkstyle-configurations file-format-version=&quot;5.0.0&quot; default-check-configuration=&quot;ADP Travel&quot;>&#xA; &lt;check-configuration name=&quot;ADP Travel&quot; location=&quot;C:\[blabla]\bin\eclipseWorkingSets\codingConventions.xml&quot; type=&quot;external&quot; description=&quot;&quot;>&#xA; &lt;additional-data name=&quot;protect-config-file&quot; value=&quot;true&quot;/>&#xA; &lt;/check-configuration>&#xA;&lt;/checkstyle-configurations>"
targetURL="file://${osgi.instance.area|file}.metadata/.plugins/net.sf.eclipsecs.core/checkstyle-config.xml"
encoding="UTF-8"/>
</setupTask>

In the last case, this plugin net.sf.eclipsecs.core is not existing in my plugin directory. What is the corret one now?

Thanks for some help!
Re: setup configuration problems [message #1861040 is a reply to message #1861035] Fri, 15 September 2023 08:13 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33145
Registered: July 2009
Senior Member
I think you will need to manually try to figure out where these things are being stored in the latest Eclipse version.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Calling a script within a oomph setup
Next Topic:Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved a
Goto Forum:
  


Current Time: Tue May 07 12:11:00 GMT 2024

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

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

Back to the top