Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] PluginRegistry Problem with Tycho-Surefire

Hi Jeff

 

While debuggin we found out that the cause of the problem lies in the org.eclipse.pde.internal.core.PluginModelManager class in the initializeTable() method.

private synchronized void initializeTable() {

             if (fEntries != null)

                    return;

 

             // Cannot assign to fEntries here - will create a race condition with isInitialized()

             Map entries = Collections.synchronizedMap(new TreeMap());

 

             // Create a state that contains all bundles from the target and workspace

             // If a workspace bundle has the same symbolic name as a target bundle,

             // the target counterpart is subsequently removed from the state.

fState = new PDEState(fWorkspaceManager.getPluginPaths(), fExternalManager.getPluginPaths(), true, true, new NullProgressMonitor());

 

             // initialize the enabled/disabled state of target models

             // based on whether the bundle is checked/unchecked on the Target Platform

             // preference page.

             fExternalManager.initializeModels(fState.getTargetModels());

 

             // add target models to the master table

             boolean statechanged = addToTable(entries, fExternalManager.getAllModels());

The entries table is initialized only with two bundles (org.eclipse.jdt.debug and org.eclipse.pde.build). We expect it to contain all in the pom.xml dependencies.

 

We also noticed that the PluginModelManager delegates the plugin path search to the org.eclipse.pde.internal.core.ExternalModelManager.getPluginPaths() method.

 

public URL[] getPluginPaths() {

PDEPreferencesManager pref = PDECore.getDefault().getPreferencesManager();

             boolean addPool = false;

             String baseLocation = pref.getString(ICoreConstants.PLATFORM_PATH);

             URL[] base = null;

             if (P2TargetUtils.BUNDLE_POOL.isPrefixOf(new Path(baseLocation))) {

                    // if the base platform path is part of the bundle pool, use the bundle pool

                    // preference info to restore bundles selectively

                    addPool = true;

                    base = new URL[0];

             } else {

                    base = PluginPathFinder.getPluginPaths(baseLocation);

             }

The value of the baseLocation variable is tychos’ work directory ‘target/work/’. Only the two plugins mentioned before (org.eclipse.jdt.debug and org.eclipse.pde.build) are found in the ‘plugins’ subdirectory. None of the other dependencies are located there. In fact they lie in the local maven repository (outside the work directory)

 

Is there is a possibility in the pom.xml to define explicitly the value of the baseLocation ?

 

I hope this helps to understand the problem better

 

Thanks

 

Malu

 

 

Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Jeff MAURY
Gesendet: Donnerstag,
23. Mai 2013 09:43
An: Tycho user list
Betreff: Re: [tycho-user] PluginRegistry Problem with Tycho-Surefire

 

Malu,

I don't see something special except the "some text output follows...": where does it come from ?

If you can send us the extract of the code that fails ?

Jeff

 

On Thu, May 23, 2013 at 7:35 AM, Martha-Lucia Cadavid <martha-lucia.cadavid@xxxxxxxxxxxxx> wrote:

Thanks in advance

Malu

 

Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Jeff MAURY
Gesendet: Donnerstag, 23. Mai 2013 00:52


An: Tycho user list
Betreff: Re: [tycho-user] PluginRegistry Problem with Tycho-Surefire

 

Can you send us the eclipse log file to see if something strange has happened ?

Regards

Jeff

 

On Wed, May 22, 2013 at 7:41 PM, Martha-Lucia Cadavid <martha-lucia.cadavid@xxxxxxxxxxxxx> wrote:

Hi Jeff,

 

Thank you for the fast reply! J

This was a good hint and I tried to configure the start levels as follows:

 

<build>

        <plugins>

            <plugin>

                <groupId>org.eclipse.tycho</groupId>

                <artifactId>tycho-surefire-plugin</artifactId>

                <configuration>

                    <useUIHarness>false</useUIHarness>

                    <useUIThread>true</useUIThread>

                    <bundleStartLevel>

                        <bundle>

                            <id>org.eclipse.core.runtime</id>

                            <level>4</level>

                            <autoStart>true</autoStart>

                        </bundle>

 

Unfortunately this did not change anything.

Any more ideas are very appreciated.

 

Thanks

Malu

 

 

Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Jeff MAURY
Gesendet: Mittwoch, 22. Mai 2013 18:51
An: Tycho user list
Betreff: Re: [tycho-user] PluginRegistry Problem with Tycho-Surefire

 

Maybe a problem of a start level ?

Jeff

 

On Wed, May 22, 2013 at 6:45 PM, Martha-Lucia Cadavid <martha-lucia.cadavid@xxxxxxxxxxxxx> wrote:

Hi

 

We are trying to access the pde plugin registry in a tycho-surefire test as follows:

 

IPluginModelBase model = PluginRegistry.findModel(mybundle);

 

However, the plugin registry seems not to contain our bundles. In the osgi registry all our bundles are available:

 

Bundle[] bundles = MyPlugin.getDefault().getBundle().getBundleContext().getBundles();

 

The pom.xml looks as follows:

 

    <build>

        <plugins>

            <plugin>

                <groupId>org.eclipse.tycho</groupId>

                <artifactId>tycho-surefire-plugin</artifactId>

                <configuration>

                    <useUIHarness>false</useUIHarness>

                    <useUIThread>true</useUIThread>

 

                    <dependencies>

                        <dependency>

                            <type>eclipse-feature</type>

                            <artifactId>my.feature</artifactId>

                            <version>0.0.0</version>

 

 

The my.feature contains all necessary dependencies. The plugin tests run without problems in the eclipse ide as eclipse plugin tests, using the same target platform as defined in my.feature

 

In the target/work/configuration/config.ini file all plugins of my.feature are listed in osgi.bundles.

 

#Wed May 22 18:16:03 CEST 2013

osgi.bundles=reference\:file\:D\:/WS/mv3repo/p2/osgi/

osgi.bundlefile.limit=100

osgi.bundles.defaultStartLevel=4

osgi.configuration.cascaded=false

 

 

Any ideas?

 

Malu

*****************************************************
This e-mail may contain confidential material. It is intended only for the person or entity which it is addressed to. In case you should not be supposed to get this e-mail we ask you to delete it without taking notice of its content. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of The Swiss Raiffeisen Group. Therefore this e-mail does not represent a binding agreement nor an offer to deal. E-Mail transmission can be insecure and can contain errors. Information could be intercepted, corrupted, lost, destroyed, incomplete or may contain viruses. Neither The Swiss Raiffeisen Group nor the sender can accept any liability for any kind of damage as the result of viruses or transmission errors.
****************************************************


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY

Fehler! Es wurde kein Dateiname angegeben.


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

*****************************************************

This e-mail may contain confidential material. It is intended only for the person or entity which it is addressed to. In case you should not be supposed to get this e-mail we ask you to delete it without taking notice of its content. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of The Swiss Raiffeisen Group. Therefore this e-mail does not represent a binding agreement nor an offer to deal. E-Mail transmission can be insecure and can contain errors. Information could be intercepted, corrupted, lost, destroyed, incomplete or may contain viruses. Neither The Swiss Raiffeisen Group nor the sender can accept any liability for any kind of damage as the result of viruses or transmission errors.
****************************************************


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

*****************************************************
This e-mail may contain confidential material. It is intended only for the person or entity which it is addressed to. In case you should not be supposed to get this e-mail we ask you to delete it without taking notice of its content. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of The Swiss Raiffeisen Group. Therefore this e-mail does not represent a binding agreement nor an offer to deal. E-Mail transmission can be insecure and can contain errors. Information could be intercepted, corrupted, lost, destroyed, incomplete or may contain viruses. Neither The Swiss Raiffeisen Group nor the sender can accept any liability for any kind of damage as the result of viruses or transmission errors.
****************************************************


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

*****************************************************
This e-mail may contain confidential material. It is intended only for the person or entity which it is addressed to. In case you should not be supposed to get this e-mail we ask you to delete it without taking notice of its content. Any views or opinions expressed in this e-mail are those of the sender and do not necessarily coincide with those of The Swiss Raiffeisen Group. Therefore this e-mail does not represent a binding agreement nor an offer to deal. E-Mail transmission can be insecure and can contain errors. Information could be intercepted, corrupted, lost, destroyed, incomplete or may contain viruses. Neither The Swiss Raiffeisen Group nor the sender can accept any liability for any kind of damage as the result of viruses or transmission errors.
****************************************************

!SESSION 2013-05-22 19:37:17.912 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_13
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties D:\WS\DIALBA_2020\mycompanysystem.nls.scout.extension.ui.integrationtests\target\surefire.properties
Command-line arguments:  -data D:\WS\DIALBA_2020\mycompanysystem.nls.scout.extension.ui.integrationtests\target\work\data -dev file:/D:/WS/DIALBA_2020/mycompany.system.nls.scout.extension.ui.integrationtests/target/dev.properties -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties D:\WS\DIALBA_2020\mycompany.system.nls.scout.extension.ui.integrationtests\target\surefire.properties

!ENTRY org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle initial@reference:file:../../../../mv3repo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86/3.100.0.v4233d/org.eclipse.swt.gtk.linux.x86-3.100.0.v4233d.jar was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle initial@reference:file:../../../../mv3repo/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.100.0.v4233d/org.eclipse.swt.win32.win32.x86_64-3.100.0.v4233d.jar was not resolved.
!SUBENTRY 2 org.eclipse.swt.win32.win32.x86_64 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle initial@reference:file:../../../../mv3repo/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.100.0.v4233d/org.eclipse.swt.gtk.linux.x86_64-3.100.0.v4233d.jar was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86_64 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".

!ENTRY org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle org.eclipse.swt.win32.win32.x86_64_3.100.0.v4233d [167] was not resolved.
!SUBENTRY 2 org.eclipse.swt.win32.win32.x86_64 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle org.eclipse.swt.gtk.linux.x86_3.100.0.v4233d [168] was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2013-05-22 19:37:19.160
!MESSAGE Bundle org.eclipse.swt.gtk.linux.x86_64_3.100.0.v4233d [169] was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86_64 2 0 2013-05-22 19:37:19.160
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".

!ENTRY org.eclipse.scout.sdk 1 0 2013-05-22 19:37:19.754
!MESSAGE org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
	Starting SCOUT SDK Plugin.

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.698
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.777
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.840
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.887
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.933
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:25.980
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:26.027
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:26.074
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:26.121
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:26.152
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:29.913
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:30.803
!MESSAGE Export was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.750
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.750
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.750
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.750
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.750
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.750
!MESSAGE The project <<mycompany.anlegen.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.750
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.751
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.751
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.751
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.798
!MESSAGE Property <<anlegen.pk.label.info.h03.006>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.798
!MESSAGE Property <<common.pk.label.info.h03.006>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.798
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The project <<mycompany.anlegen.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.798
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.798
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE Not all translations are defined for the given entry: {common.pk.label.info.h03.009;;Info;Info;}

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.814
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.814
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.814
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.829
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.829
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.829
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.829
!MESSAGE Property <<anlegen.pk.label.info.h03.004>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.829
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.829
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.829
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.829
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.845
!MESSAGE Property <<anlegen.pk.label.info.h03.010>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.845
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.845
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.845
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.861
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The project <<mycompany.anlegen.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.861
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.861
!MESSAGE Property <<anlegen.pk.label.info.h03.002>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.861
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.861
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.861
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.876
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The project <<mycompany.anlegen.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.876
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.876
!MESSAGE Not all translations are defined for the given entry: {common.pk.label.info.h03.009;;Info;Info;}

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.892
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.892
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.892
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:34.892
!MESSAGE The line <<anlegen.gui.label.info.h03.005;Dies ist dummy information;Info;;>> does not contain all the translations

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:34.892
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.450
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.450
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.450
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.450
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.450
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.450
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.482
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.482
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.529
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.529
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.message.someErrorsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.label.info.h03.009>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.message.confirmationIntro>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.message.security.UserPasswordLength>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.message.authorizationFailed>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.529
!MESSAGE Property <<common.pk.message.illegalStateException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.anInformationOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.fileNotFoundException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.someWarningsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.anErrorOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.commonTechnicalException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.undefinedException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.iOException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.someInformationsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.security.UserNotUnique>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.security.UnexpectedServiceException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.security.UserDoesNotExist>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.aWarningOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.label.info.h02.007>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.security.UserHasNoPermission>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.label.info.h03.006>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.label.info.h03.008>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Property <<common.pk.message.security.UserPasswordExist>> updated

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.544
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.544
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.560
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.560
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.622
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.622
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.622
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.622
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.someErrorsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.label.info.h03.009>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.confirmationIntro>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.security.UserPasswordLength>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.authorizationFailed>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.illegalStateException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.anInformationOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.fileNotFoundException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.someWarningsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.anErrorOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.commonTechnicalException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.undefinedException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.iOException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.someInformationsOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.security.UserNotUnique>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.security.UnexpectedServiceException>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.security.UserDoesNotExist>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.622
!MESSAGE Property <<common.pk.message.aWarningOccurred>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Property <<common.pk.label.info.h02.007>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Property <<common.pk.message.security.UserHasNoPermission>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Property <<common.pk.label.info.h03.006>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Property <<common.pk.label.info.h03.008>> updated

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Property <<common.pk.message.security.UserPasswordExist>> updated

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The line <<;;;;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.638
!MESSAGE The project <<mycompany.common.shared>> does not exist

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.638
!MESSAGE Import was successful

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.669
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.669
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.669
!MESSAGE Update properties

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.669
!MESSAGE The line <<# ;de;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 4 0 2013-05-22 19:37:38.669
!MESSAGE The line <<#;default;fr;it;>> is not well formed

!ENTRY mycompany.system.nls.scout.extension 1 0 2013-05-22 19:37:38.669
!MESSAGE Import was successful

Back to the top