setup configuration problems [message #1861035] |
Fri, 15 September 2023 02:39  |
Eclipse User |
|
|
|
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="<?xml version="1.0" encoding="UTF-8"?>

<checkstyle-configurations file-format-version="5.0.0" default-check-configuration="ADP Travel">
 <check-configuration name="ADP Travel" location="C:\[blabla]\bin\eclipseWorkingSets\codingConventions.xml" type="external" description="">
 <additional-data name="protect-config-file" value="true"/>
 </check-configuration>
</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!
|
|
|
|
Powered by
FUDForum. Page generated in 0.03235 seconds