Discussion:
[castor-dev] Castor CPA CTF and Maven profile
Werner Guttmann
2009-08-27 20:51:24 UTC
Permalink
Hi,

would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.

Any objections ?

Regards
Werner

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ralf Joachim
2009-08-27 21:50:46 UTC
Permalink
Hi Werner,

am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?

If that's your intention I would appreciate that.

Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: www.syscon.eu
E-Mail: ***@syscon.eu

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ralf Joachim
2009-08-27 22:03:48 UTC
Permalink
Werner,

if you are already working at maven build: as far as I recall there is
an open issue to add Maven profils for different database engines.
Wouldn't it make sense to also add them now. In this context you asked
to rename the command line parameters for cpactf (e.g. database ->
org.castor.cpa.test.database) which does make sense to me.

Regards
Ralf
Post by Ralf Joachim
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: www.syscon.eu
E-Mail: ***@syscon.eu

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-08-27 22:10:55 UTC
Permalink
Hi Ralf,

Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.

I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.

If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?

Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ralf Joachim
2009-08-27 22:35:19 UTC
Permalink
Hi Werner,

fine by me.

Wouldn't it make sense to add a description of targets and possible
parameters somewhere?

Regards
Ralf
Post by Werner Guttmann
Hi Ralf,
Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.
I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.
If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?
Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: www.syscon.eu
E-Mail: ***@syscon.eu

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-08-27 23:13:46 UTC
Permalink
Sure. I think I will start adding things to the (new) Wiki.

Werner
Post by Ralf Joachim
Hi Werner,
fine by me.
Wouldn't it make sense to add a description of targets and possible
parameters somewhere?
Regards
Ralf
Post by Werner Guttmann
Hi Ralf,
Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.
I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.
If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?
Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-08-28 08:00:21 UTC
Permalink
Hi,

just out of curiosity, what modules would you conisder IT tests ? CPACTF
? XMLCTF ? jdo-extensions-it ? jpa-extensions-it ?

Anything else ?

Werner
Post by Ralf Joachim
Hi Werner,
fine by me.
Wouldn't it make sense to add a description of targets and possible
parameters somewhere?
Regards
Ralf
Post by Werner Guttmann
Hi Ralf,
Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.
I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.
If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?
Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ralf Joachim
2009-08-28 08:13:15 UTC
Permalink
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Werner,<br>
<br>
the modules you mentioned are those which I would consider as
integration tests.<br>
<br>
Ralf<br>
<br>
Werner Guttmann schrieb:
<blockquote cite="mid:***@gmx.net" type="cite">
<pre wrap="">Hi,

just out of curiosity, what modules would you conisder IT tests ? CPACTF
? XMLCTF ? jdo-extensions-it ? jpa-extensions-it ?

Anything else ?

Werner

Ralf Joachim wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Werner,

fine by me.

Wouldn't it make sense to add a description of targets and possible
parameters somewhere?

Regards
Ralf


Werner Guttmann schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Ralf,

Actually, quite the opposite. Currenty, when you execute


</pre>
<blockquote type="cite">
<pre wrap="">mvn clean test

</pre>
</blockquote>
<pre wrap="">Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.

I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.

If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.


</pre>
<blockquote type="cite">
<pre wrap="">mvn -Pintegration clean test

</pre>
</blockquote>
<pre wrap="">What do you think ?

Werner

Ralf Joachim wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi Werner,

am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?

If that's your intention I would appreciate that.

Regards
Ralf

Werner Guttmann schrieb:

</pre>
<blockquote type="cite">
<pre wrap="">Hi,

would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.

Any objections ?

Regards
Werner

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>


</pre>
</blockquote>
</blockquote>
<pre wrap="">---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>

</pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>


</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--

Syscon Ingenieurb&uuml;ro f&uuml;r Me&szlig;- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstra&szlig;e 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: <a class="moz-txt-link-abbreviated" href="http://www.syscon.eu">www.syscon.eu</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:***@syscon.eu">***@syscon.eu</a>

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Gesch&auml;ftsleitung: Jens Joachim, Ralf Joachim
</pre>
</body>
</html>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-08-28 08:23:17 UTC
Permalink
How about CPAPTF ?

Werner
Post by Ralf Joachim
Hi Werner,
the modules you mentioned are those which I would consider as
integration tests.
Ralf
Post by Werner Guttmann
Hi,
just out of curiosity, what modules would you conisder IT tests ? CPACTF
? XMLCTF ? jdo-extensions-it ? jpa-extensions-it ?
Anything else ?
Werner
Post by Ralf Joachim
Hi Werner,
fine by me.
Wouldn't it make sense to add a description of targets and possible
parameters somewhere?
Regards
Ralf
Post by Werner Guttmann
Hi Ralf,
Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.
I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.
If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?
Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: www.syscon.eu
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
--------------------------------------------------------------------- To
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Ralf Joachim
2009-08-28 09:13:08 UTC
Permalink
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
CPAPTF has not been executed with mvn test before. This one should
always be executed separately.<br>
<br>
I leave it up to you if you like DDLGEN to included with mvn test or
only with integration tests.<br>
<br>
Ralf<br>
<br>
Werner Guttmann schrieb:
<blockquote cite="mid:***@gmx.net" type="cite">
<pre wrap="">How about CPAPTF ?

Werner

Ralf Joachim wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi Werner,

the modules you mentioned are those which I would consider as
integration tests.

Ralf

Werner Guttmann schrieb:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,

just out of curiosity, what modules would you conisder IT tests ? CPACTF
? XMLCTF ? jdo-extensions-it ? jpa-extensions-it ?

Anything else ?

Werner

Ralf Joachim wrote:

</pre>
<blockquote type="cite">
<pre wrap="">Hi Werner,

fine by me.

Wouldn't it make sense to add a description of targets and possible
parameters somewhere?

Regards
Ralf


Werner Guttmann schrieb:

</pre>
<blockquote type="cite">
<pre wrap="">Hi Ralf,

Actually, quite the opposite. Currenty, when you execute



</pre>
<blockquote type="cite">
<pre wrap="">mvn clean test


</pre>
</blockquote>
<pre wrap="">Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.

I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.

If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.



</pre>
<blockquote type="cite">
<pre wrap="">mvn -Pintegration clean test


</pre>
</blockquote>
<pre wrap="">What do you think ?

Werner

Ralf Joachim wrote:


</pre>
<blockquote type="cite">
<pre wrap="">Hi Werner,

am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?

If that's your intention I would appreciate that.

Regards
Ralf

Werner Guttmann schrieb:


</pre>
<blockquote type="cite">
<pre wrap="">Hi,

would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.

Any objections ?

Regards
Werner

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>



</pre>
</blockquote>
</blockquote>
<pre wrap="">---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>


</pre>
</blockquote>
</blockquote>
<pre wrap="">---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>



</pre>
</blockquote>
<pre wrap="">--

Syscon Ingenieurb&uuml;ro f&uuml;r Me&szlig;- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstra&szlig;e 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: <a class="moz-txt-link-abbreviated" href="http://www.syscon.eu">www.syscon.eu</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:***@syscon.eu">***@syscon.eu</a>

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Gesch&auml;ftsleitung: Jens Joachim, Ralf Joachim

--------------------------------------------------------------------- To
unsubscribe from this list, please visit:
<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>
</pre>
</blockquote>
<pre wrap=""><!---->
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

<a class="moz-txt-link-freetext" href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>


</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--

Syscon Ingenieurb&uuml;ro f&uuml;r Me&szlig;- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstra&szlig;e 11
72127 Kusterdingen
Germany

Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98

Internet: <a class="moz-txt-link-abbreviated" href="http://www.syscon.eu">www.syscon.eu</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:***@syscon.eu">***@syscon.eu</a>

Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Gesch&auml;ftsleitung: Jens Joachim, Ralf Joachim
</pre>
</body>
</html>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Werner Guttmann
2009-08-28 09:22:01 UTC
Permalink
Yeah, forgot about that. Anyhow, DDLgen in my view is sufficiently fast.
I'll leace it in for starts ....

Werner
Post by Ralf Joachim
CPAPTF has not been executed with mvn test before. This one should
always be executed separately.
I leave it up to you if you like DDLGEN to included with mvn test or
only with integration tests.
Ralf
Post by Werner Guttmann
How about CPAPTF ?
Werner
Post by Ralf Joachim
Hi Werner,
the modules you mentioned are those which I would consider as
integration tests.
Ralf
Post by Werner Guttmann
Hi,
just out of curiosity, what modules would you conisder IT tests ? CPACTF
? XMLCTF ? jdo-extensions-it ? jpa-extensions-it ?
Anything else ?
Werner
Post by Ralf Joachim
Hi Werner,
fine by me.
Wouldn't it make sense to add a description of targets and possible
parameters somewhere?
Regards
Ralf
Post by Werner Guttmann
Hi Ralf,
Actually, quite the opposite. Currenty, when you execute
mvn clean test
Maven will execute unit and integration tests for all modules, incl. the
integration test suites for CPA, XML, etc.
I would like to reduce the amount of time it takes a build (such as
above) to execute by not including integration tests (i.e. modules such
as xmlctf, cpactf, etc.) in the main build.
If you want to run integration tests as well when executing 'mvn test',
you woul dhave to specify a profile on the command line, e.g.
mvn -Pintegration clean test
What do you think ?
Werner
Hi Werner,
am I correct that you intend to add a test target to root pom that
executes all tests of the various modules?
If that's your intention I would appreciate that.
Regards
Ralf
Post by Werner Guttmann
Hi,
would you mind if we started to wrap the execution of the various test
suites (XML, CPA, ..) within Maven profiles. This way we can cut down
time during development and still preserve the ability to run everything
using a 'mvn test'.
Any objections ?
Regards
Werner
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: www.syscon.eu
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
--------------------------------------------------------------------- To
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
Syscon Ingenieurbüro für Meß- und Datentechnik GmbH
Ralf Joachim
Raiffeisenstraße 11
72127 Kusterdingen
Germany
Tel. +49 7071 3690 52
Mobil: +49 173 9630135
Fax +49 7071 3690 98
Internet: www.syscon.eu
Sitz der Gesellschaft: D-72127 Kusterdingen
Registereintrag: Amtsgericht Stuttgart, HRB 382295
Geschäftsleitung: Jens Joachim, Ralf Joachim
--------------------------------------------------------------------- To
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...