ITests ports.properties missing

4 views
Skip to first unread message

Kristof

unread,
May 13, 2013, 11:06:01 AM5/13/13
to openen...@googlegroups.com
Hi!

I recently had the problem that the ports.properties was not created (tried several times). Did anyone experience that too?

BR

Felix Mayerhuber

unread,
May 13, 2013, 4:39:05 PM5/13/13
to openen...@googlegroups.com
Hi,

normally they should be created with every mvn clean install. Was there
any error message or suspicious behavior?

Kind regards
Felix

Kristof Meixner

unread,
May 14, 2013, 2:24:45 AM5/14/13
to openen...@googlegroups.com
Hi!

Maven starts searching for ports and thren exits with "File .../itests/target/test-classes/ports.properties could not be
found".

Best regards,
Kristof

Andreas Pieber

unread,
May 14, 2013, 2:46:56 AM5/14/13
to OpenEngSB
can you check the maven log if the <artifactId>build-helper-maven-plugin</artifactId> is executed before?

Kind regards,
Andreas


--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openengsb-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Kristof Meixner

unread,
May 14, 2013, 3:31:24 AM5/14/13
to openen...@googlegroups.com
Hi!

Yes it is executed (see [1]). -X -e doesn't give any further hints. It only happens when I try to use the release plugin.

Best regards,
Kristof

[1]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.openengsb.framework.itests ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:reserve-network-port (reserve-network-port) @ org.openengsb.framework.itests ---
[INFO] Reserved port 45194 for jetty.http.port
[INFO] Reserved port 49274 for jms.openwire.port
[INFO] Reserved port 45556 for jms.stomp.port
[INFO] Reserved port 37413 for rmi.registry.port
[INFO] Reserved port 34147 for rmi.server.port
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OpenEngSB :: Framework :: API ..................... SUCCESS [21.181s]
...
[INFO] OpenEngSB :: Examples :: Remote Samples ........... SUCCESS [1.446s]
[INFO] OpenEngSB :: Framework :: Integration Tests ....... FAILURE [0.418s]
[INFO] OpenEngSB :: Framework :: Parent .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:53.994s
[INFO] Finished at: Tue May 14 09:13:36 CEST 2013
[INFO] Final Memory: 64M/723M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:build-helper-maven-plugin:1.7:reserve-network-port
(reserve-network-port) on project org.openengsb.framework.itests:
/home/meixner/projects/fork-openengsb-framework/itests/target/test-classes/ports.properties (No such file or directory)
-> [Help 1]

On 05/14/2013 08:46 AM, Andreas Pieber wrote:
> can you check the maven log if the <artifactId>build-helper-maven-plugin</artifactId> is executed before?
>
> Kind regards,
> Andreas
>
>
> On Tue, May 14, 2013 at 8:24 AM, Kristof Meixner <kristof...@fatlenny.net <mailto:kristof...@fatlenny.net>> wrote:
>
> Hi!
>
> Maven starts searching for ports and thren exits with "File .../itests/target/test-__classes/ports.properties could
> not be found".
>
> Best regards,
> Kristof
>
>
> On 05/13/2013 10:39 PM, Felix Mayerhuber wrote:
>
> Hi,
>
> normally they should be created with every mvn clean install. Was there any error message or suspicious behavior?
>
> Kind regards
> Felix
>
> Am 2013-05-13 17:06, schrieb Kristof:
>
> Hi!
>
> I recently had the problem that the ports.properties was not created (tried
> several times). Did anyone experience that too?
>
> BR
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
> For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-de...@googlegroups.com.

Andreas Pieber

unread,
May 14, 2013, 11:09:56 PM5/14/13
to OpenEngSB
I just see 

[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ org.openengsb.framework.itests ---
[INFO] Not compiling test sources

. Which goals do you execute while releasing? Does it also fails when you build regularly with the same guals?

Mit freundlichen Grüßen,
Andreas Pieber



For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openengsb-dev+unsubscribe@googlegroups.com.

Kristof Meixner

unread,
May 15, 2013, 2:43:43 AM5/15/13
to openen...@googlegroups.com
Hi!

The OpenEngSB release profile uses <preparationGoals>clean install -Dmaven.test.skip=true</preparationGoals> which skips
the compilation of the test classes and thus the creation of the ports.properties file.

Do you need it that way?

Best regards,
Kristof

On 05/15/2013 05:09 AM, Andreas Pieber wrote:
> I just see
>
> [INFO] --- maven-compiler-plugin:3.0:__testCompile (default-testCompile) @ org.openengsb.framework.itests ---
> [INFO] Not compiling test sources
>
> . Which goals do you execute while releasing? Does it also fails when you build regularly with the same guals?
>
> Mit freundlichen Gr��en,
> Andreas Pieber
>
>
> On Tue, May 14, 2013 at 9:31 AM, Kristof Meixner <kristof...@fatlenny.net <mailto:kristof...@fatlenny.net>> wrote:
>
> Hi!
>
> Yes it is executed (see [1]). -X -e doesn't give any further hints. It only happens when I try to use the release
> plugin.
>
> Best regards,
> Kristof
>
> [1]
> [INFO] --- maven-compiler-plugin:3.0:__testCompile (default-testCompile) @ org.openengsb.framework.itests ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.7:__reserve-network-port (reserve-network-port) @
> org.openengsb.framework.itests ---
> [INFO] Reserved port 45194 for jetty.http.port
> [INFO] Reserved port 49274 for jms.openwire.port
> [INFO] Reserved port 45556 for jms.stomp.port
> [INFO] Reserved port 37413 for rmi.registry.port
> [INFO] Reserved port 34147 for rmi.server.port
> [INFO] ------------------------------__------------------------------__------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] OpenEngSB :: Framework :: API ..................... SUCCESS [21.181s]
> ...
> [INFO] OpenEngSB :: Examples :: Remote Samples ........... SUCCESS [1.446s]
> [INFO] OpenEngSB :: Framework :: Integration Tests ....... FAILURE [0.418s]
> [INFO] OpenEngSB :: Framework :: Parent .................. SKIPPED
> [INFO] ------------------------------__------------------------------__------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------__------------------------------__------------
> [INFO] Total time: 5:53.994s
> [INFO] Finished at: Tue May 14 09:13:36 CEST 2013
> [INFO] Final Memory: 64M/723M
> [INFO] ------------------------------__------------------------------__------------
> [ERROR] Failed to execute goal org.codehaus.mojo:build-__helper-maven-plugin:1.7:__reserve-network-port
> (reserve-network-port) on project org.openengsb.framework.__itests:
> /home/meixner/projects/fork-__openengsb-framework/itests/__target/test-classes/ports.__properties (No such file or
> directory) -> [Help 1]
>
>
> On 05/14/2013 08:46 AM, Andreas Pieber wrote:
>
> can you check the maven log if the <artifactId>build-helper-__maven-plugin</artifactId> is executed before?
>
> Kind regards,
> Andreas
>
>
> On Tue, May 14, 2013 at 8:24 AM, Kristof Meixner <kristof...@fatlenny.net
> <mailto:kristof...@fatlenny.net> <mailto:kristof.meixner@__fatlenny.net
> <mailto:kristof...@fatlenny.net>>> wrote:
>
> Hi!
>
> Maven starts searching for ports and thren exits with "File
> .../itests/target/test-____classes/ports.properties could
>
> not be found".
>
> Best regards,
> Kristof
>
>
> On 05/13/2013 10:39 PM, Felix Mayerhuber wrote:
>
> Hi,
>
> normally they should be created with every mvn clean install. Was there any error message or suspicious
> behavior?
>
> Kind regards
> Felix
>
> Am 2013-05-13 17:06, schrieb Kristof:
>
> Hi!
>
> I recently had the problem that the ports.properties was not created (tried
> several times). Did anyone experience that too?
>
> BR
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>
> <mailto:openengsb-dev%__2Buns...@googlegroups.com <mailto:openengsb-dev%252Buns...@googlegroups.com>__>.
> For more options, visit https://groups.google.com/____groups/opt_out
> <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>>.
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
> For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
> For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-de...@googlegroups.com.

Andreas Pieber

unread,
May 15, 2013, 2:48:33 AM5/15/13
to OpenEngSB

Running all tests again during the release take ages. Can you try if skipTests, which completely skips the test phase works better?

On 15 May 2013 08:43, "Kristof Meixner" <kristof...@fatlenny.net> wrote:
Hi!

The OpenEngSB release profile uses <preparationGoals>clean install -Dmaven.test.skip=true</preparationGoals> which skips the compilation of the test classes and thus the creation of the ports.properties file.

Do you need it that way?

Best regards,
Kristof

On 05/15/2013 05:09 AM, Andreas Pieber wrote:
I just see

[INFO] --- maven-compiler-plugin:3.0:__testCompile (default-testCompile) @ org.openengsb.framework.itests ---
[INFO] Not compiling test sources

. Which goals do you execute while releasing? Does it also fails when you build regularly with the same guals?

Mit freundlichen Grüßen,

        <mailto:kristof.meixner@fatlenny.net>>> wrote:

             Hi!

             Maven starts searching for ports and thren exits with "File
        .../itests/target/test-____classes/ports.properties could

             not be found".

             Best regards,
             Kristof


             On 05/13/2013 10:39 PM, Felix Mayerhuber wrote:

                 Hi,

                 normally they should be created with every mvn clean install. Was there any error message or suspicious
        behavior?

                 Kind regards
                 Felix

                 Am 2013-05-13 17:06, schrieb Kristof:

                     Hi!

                     I recently had the problem that the ports.properties was not created (tried
                     several times). Did anyone experience that too?

                     BR



             --
             You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion"
        group.
             To unsubscribe from this group and stop receiving emails from it, send an email to
             openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>

             For more options, visit https://groups.google.com/____groups/opt_out
        <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
        <https://groups.google.com/groups/opt_out>>.




        --
        You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
        To unsubscribe from this group and stop receiving emails from it, send an email to
        openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
        For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.



    --
    You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to
    openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
    For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.



--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to

For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openengsb-dev+unsubscribe@googlegroups.com.

Kristof Meixner

unread,
May 15, 2013, 2:56:53 AM5/15/13
to openen...@googlegroups.com
-DskipTests works

On 05/15/2013 08:48 AM, Andreas Pieber wrote:
> Running all tests again during the release take ages. Can you try if skipTests, which completely skips the test phase
> works better?
>
> On 15 May 2013 08:43, "Kristof Meixner" <kristof...@fatlenny.net <mailto:kristof...@fatlenny.net>> wrote:
>
> Hi!
>
> The OpenEngSB release profile uses <preparationGoals>clean install -Dmaven.test.skip=true</__preparationGoals> which
> skips the compilation of the test classes and thus the creation of the ports.properties file.
>
> Do you need it that way?
>
> Best regards,
> Kristof
>
> On 05/15/2013 05:09 AM, Andreas Pieber wrote:
>
> I just see
>
> [INFO] --- maven-compiler-plugin:3.0:____testCompile (default-testCompile) @ org.openengsb.framework.itests ---
> [INFO] Not compiling test sources
>
> . Which goals do you execute while releasing? Does it also fails when you build regularly with the same guals?
>
> Mit freundlichen Gr��en,
> Andreas Pieber
>
>
> On Tue, May 14, 2013 at 9:31 AM, Kristof Meixner <kristof...@fatlenny.net
> <mailto:kristof...@fatlenny.net> <mailto:kristof.meixner@__fatlenny.net
> <mailto:kristof...@fatlenny.net>>> wrote:
>
> Hi!
>
> Yes it is executed (see [1]). -X -e doesn't give any further hints. It only happens when I try to use the
> release
> plugin.
>
> Best regards,
> Kristof
>
> [1]
> [INFO] --- maven-compiler-plugin:3.0:____testCompile (default-testCompile) @ org.openengsb.framework.itests ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- build-helper-maven-plugin:1.7:____reserve-network-port (reserve-network-port) @
> org.openengsb.framework.itests ---
> [INFO] Reserved port 45194 for jetty.http.port
> [INFO] Reserved port 49274 for jms.openwire.port
> [INFO] Reserved port 45556 for jms.stomp.port
> [INFO] Reserved port 37413 for rmi.registry.port
> [INFO] Reserved port 34147 for rmi.server.port
> [INFO] ------------------------------____----------------------------__--__------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] OpenEngSB :: Framework :: API ..................... SUCCESS [21.181s]
> ...
> [INFO] OpenEngSB :: Examples :: Remote Samples ........... SUCCESS [1.446s]
> [INFO] OpenEngSB :: Framework :: Integration Tests ....... FAILURE [0.418s]
> [INFO] OpenEngSB :: Framework :: Parent .................. SKIPPED
> [INFO] ------------------------------____----------------------------__--__------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------____----------------------------__--__------------
> [INFO] Total time: 5:53.994s
> [INFO] Finished at: Tue May 14 09:13:36 CEST 2013
> [INFO] Final Memory: 64M/723M
> [INFO] ------------------------------____----------------------------__--__------------
> [ERROR] Failed to execute goal org.codehaus.mojo:build-____helper-maven-plugin:1.7:____reserve-network-port
> (reserve-network-port) on project org.openengsb.framework.____itests:
> /home/meixner/projects/fork-____openengsb-framework/itests/____target/test-classes/ports.____properties (No
> such file or
> directory) -> [Help 1]
>
>
> On 05/14/2013 08:46 AM, Andreas Pieber wrote:
>
> can you check the maven log if the <artifactId>build-helper-____maven-plugin</artifactId> is executed
> before?
>
> Kind regards,
> Andreas
>
>
> On Tue, May 14, 2013 at 8:24 AM, Kristof Meixner <kristof...@fatlenny.net
> <mailto:kristof...@fatlenny.net>
> <mailto:kristof.meixner@__fatlenny.net <mailto:kristof...@fatlenny.net>> <mailto:kristof.meixner@
> <mailto:kristof.meixner@>__fatl__enny.net <http://fatlenny.net>
> <mailto:kristof.meixner@__fatlenny.net <mailto:kristof...@fatlenny.net>>>> wrote:
>
> Hi!
>
> Maven starts searching for ports and thren exits with "File
> .../itests/target/test-______classes/ports.properties could
>
> not be found".
>
> Best regards,
> Kristof
>
>
> On 05/13/2013 10:39 PM, Felix Mayerhuber wrote:
>
> Hi,
>
> normally they should be created with every mvn clean install. Was there any error message or
> suspicious
> behavior?
>
> Kind regards
> Felix
>
> Am 2013-05-13 17:06, schrieb Kristof:
>
> Hi!
>
> I recently had the problem that the ports.properties was not created (tried
> several times). Did anyone experience that too?
>
> BR
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer
> discussion"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__go____oglegroups.com <http://go__oglegroups.com> <http://googlegroups.com>
> <mailto:openengsb-dev%____2Bun...@googlegroups.com
> <mailto:openengsb-dev%25__2Bun...@googlegroups.com>
> <mailto:openengsb-dev%__252Bunsubscribe@googlegroups.__com
> <mailto:openengsb-dev%25252Bun...@googlegroups.com>>__>.
> For more options, visit https://groups.google.com/______groups/opt_out
> <https://groups.google.com/____groups/opt_out>
> <https://groups.google.com/____groups/opt_out <https://groups.google.com/__groups/opt_out>>
> <https://groups.google.com/____groups/opt_out <https://groups.google.com/__groups/opt_out>
> <https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>>>.
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer
> discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>
> <mailto:openengsb-dev%__2Buns...@googlegroups.com <mailto:openengsb-dev%252Buns...@googlegroups.com>__>.
> For more options, visit https://groups.google.com/____groups/opt_out
> <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>
> <mailto:openengsb-dev%__2Buns...@googlegroups.com <mailto:openengsb-dev%252Buns...@googlegroups.com>__>.
> For more options, visit https://groups.google.com/____groups/opt_out
> <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
> For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
> For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.
>
>
> --
> You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> openengsb-de...@googlegroups.com.

Andreas Pieber

unread,
May 15, 2013, 3:21:46 AM5/15/13
to OpenEngSB
do you want to execute the change directly at the OEB or should I do it?

Kind regards,
Andreas


On Wed, May 15, 2013 at 8:56 AM, Kristof Meixner <kristof...@fatlenny.net> wrote:
-DskipTests works


On 05/15/2013 08:48 AM, Andreas Pieber wrote:
Running all tests again during the release take ages. Can you try if skipTests, which completely skips the test phase
works better?

On 15 May 2013 08:43, "Kristof Meixner" <kristof...@fatlenny.net <mailto:kristof.meixner@fatlenny.net>> wrote:

    Hi!

    The OpenEngSB release profile uses <preparationGoals>clean install -Dmaven.test.skip=true</__preparationGoals> which

    skips the compilation of the test classes and thus the creation of the ports.properties file.

    Do you need it that way?

    Best regards,
    Kristof

    On 05/15/2013 05:09 AM, Andreas Pieber wrote:

        I just see

        [INFO] --- maven-compiler-plugin:3.0:____testCompile (default-testCompile) @ org.openengsb.framework.itests ---

        [INFO] Not compiling test sources

        . Which goals do you execute while releasing? Does it also fails when you build regularly with the same guals?

        Mit freundlichen Grüßen,

        Andreas Pieber


        On Tue, May 14, 2013 at 9:31 AM, Kristof Meixner <kristof...@fatlenny.net
        <mailto:kristof.meixner@fatlenny.net> <mailto:kristof.meixner@__fatlenny.net
        <mailto:kristof.meixner@fatlenny.net>>> wrote:

             Hi!

        <mailto:kristof.meixner@fatlenny.net>
                 <mailto:kristof.meixner@__fatlenny.net <mailto:kristof.meixner@fatlenny.net>> <mailto:kristof.meixner@

                      For more options, visit https://groups.google.com/______groups/opt_out
        <https://groups.google.com/____groups/opt_out>

                 <https://groups.google.com/____groups/opt_out <https://groups.google.com/__groups/opt_out>>
        <https://groups.google.com/____groups/opt_out <https://groups.google.com/__groups/opt_out>
                 <https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>>>.




                 --
                 You received this message because you are subscribed to the Google Groups "OpenEngSB developer
        discussion" group.
                 To unsubscribe from this group and stop receiving emails from it, send an email to
                 openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>

                 For more options, visit https://groups.google.com/____groups/opt_out
        <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
        <https://groups.google.com/groups/opt_out>>.



             --
             You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion"
        group.
             To unsubscribe from this group and stop receiving emails from it, send an email to
             openengsb-dev+unsubscribe@__go__oglegroups.com <http://googlegroups.com>

             For more options, visit https://groups.google.com/____groups/opt_out
        <https://groups.google.com/__groups/opt_out> <https://groups.google.com/__groups/opt_out
        <https://groups.google.com/groups/opt_out>>.



        --
        You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
        To unsubscribe from this group and stop receiving emails from it, send an email to
        openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
        For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.



    --
    You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to
    openengsb-dev+unsubscribe@__googlegroups.com <mailto:openengsb-dev%2Bunsu...@googlegroups.com>.
    For more options, visit https://groups.google.com/__groups/opt_out <https://groups.google.com/groups/opt_out>.


--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to

For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups "OpenEngSB developer discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openengsb-dev+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages