Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Paul King
Hi Dirk, Is importPackages something in the script you are updating or you
believe comes from Groovy?


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, Mar 4, 2022 at 9:16 PM Dirk Heinrichs  wrote:

> Hi,
>
> while trying to update a set of Groovy scripts from 3.0.9 to 4.0.0, I get
> the following error when I run one of them:
>
> Caught: BUG! exception in phase 'semantic analysis' in source unit
> 'myscript.groovy' No such property: importPackages for class:
> org.codehaus.groovy.ast.ModuleNode
> BUG! exception in phase 'semantic analysis' in source unit
> 'myscript.groovy' No such property: importPackages for class:
> org.codehaus.groovy.ast.ModuleNode
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
> at
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Caused by: groovy.lang.MissingPropertyException: No such property:
> importPackages for class: org.codehaus.groovy.ast.ModuleNode
> Caused by: groovy.lang.MissingPropertyException: No such property:
> importPackages for class: org.codehaus.groovy.ast.ModuleNode
>
> Any idea how to solve this?
>
> Thanks...
>
> Dirk
>
> --
>
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenText ™ Discovery | Recommind
> *Phone*: +49 2226 15966 18
> *Email*: dhein...@opentext.com
> *Website*: www.recommind.de
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
> Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan,
> Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail sind nicht gestattet.
>


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Dirk Heinrichs
Am Freitag, dem 04.03.2022 um 21:43 +1000 schrieb Paul King:

Is importPackages something in the script you are updating or you believe comes 
from Groovy?

No, it's not from my script, so it either comes from Groovy or some external 
module, but I believe it's the former. Anyway, the script has the following 
(transitive) dependencies (just in case...):


  *   commons-io
  *   picocli-groovy
  *   snakeyaml
  *   slf4j-nop
  *   mongodb-driver-sync
  *   log4j-api
  *   log4j-core
  *   groovy-wslite

all in their latest version.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Paul King
Thanks, and how are you referencing Groovy? I.e. a local install or
particular modules through a build? JDK version would also be useful.
Thanks.


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, Mar 4, 2022 at 10:22 PM Dirk Heinrichs 
wrote:

> Am Freitag, dem 04.03.2022 um 21:43 +1000 schrieb Paul King:
>
> Is importPackages something in the script you are updating or you believe
> comes from Groovy?
>
>
> No, it's not from my script, so it either comes from Groovy or some
> external module, but I believe it's the former. Anyway, the script has the
> following (transitive) dependencies (just in case...):
>
>
>- commons-io
>- picocli-groovy
>- snakeyaml
>- slf4j-nop
>- mongodb-driver-sync
>- log4j-api
>- log4j-core
>- groovy-wslite
>
>
> all in their latest version.
>
> Bye...
>
> Dirk
>
> --
>
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenText ™ Discovery | Recommind
> *Phone*: +49 2226 15966 18
> *Email*: dhein...@opentext.com
> *Website*: www.recommind.de
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
> Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan,
> Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail sind nicht gestattet.
>


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Dirk Heinrichs
Am Freitag, dem 04.03.2022 um 22:45 +1000 schrieb Paul King:

Thanks, and how are you referencing Groovy? I.e. a local install or particular 
modules through a build? JDK version would also be useful.

It's a local install from ZIP, and I simply invoke my script with it, like 
"/path/to/groovy -cp libdir /path/to/script". JDK is 11.0.13, installed per 
Ubuntu's default-jdk package.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Paul King
I don't know if it will make any difference but assuming you are not using
ASTBuilder, there is a little experiment you could try.

I'd rename "groovy-astbuilder-4.0.0.jar" in your "lib" folder to something
like "groovy-astbuilder-4.0.0.jar.bak" and see if that makes any
difference. Just a total guess but that's the only place in the Groovy
codebase I could find using the "importPackages" name.

Cheers, Paul.


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Fri, Mar 4, 2022 at 10:58 PM Dirk Heinrichs 
wrote:

> Am Freitag, dem 04.03.2022 um 22:45 +1000 schrieb Paul King:
>
> Thanks, and how are you referencing Groovy? I.e. a local install or
> particular modules through a build? JDK version would also be useful.
>
>
> It's a local install from ZIP, and I simply invoke my script with it, like
> "/path/to/groovy -cp libdir /path/to/script". JDK is 11.0.13, installed per
> Ubuntu's default-jdk package.
>
> Bye...
>
> Dirk
>
> --
>
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenText ™ Discovery | Recommind
> *Phone*: +49 2226 15966 18
> *Email*: dhein...@opentext.com
> *Website*: www.recommind.de
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
> Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan,
> Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail sind nicht gestattet.
>


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Dirk Heinrichs
Am Freitag, dem 04.03.2022 um 23:12 +1000 schrieb Paul King:

I'd rename "groovy-astbuilder-4.0.0.jar" in your "lib" folder to something like 
"groovy-astbuilder-4.0.0.jar.bak" and see if that makes any difference. Just a 
total guess but that's the only place in the Groovy codebase I could find using 
the "importPackages" name.

No, doesn't make any difference. Error message is exactly the same.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-04 Thread Remko Popma
I checked picocli.
picocli-groovy has an AST transformation (PicocliScriptASTTransformation)
but the source code of that class also does not contain the word
"importPackages".
So that is not it either.

On Fri, Mar 4, 2022 at 10:28 PM Dirk Heinrichs 
wrote:

> Am Freitag, dem 04.03.2022 um 23:12 +1000 schrieb Paul King:
>
> I'd rename "groovy-astbuilder-4.0.0.jar" in your "lib" folder to something
> like "groovy-astbuilder-4.0.0.jar.bak" and see if that makes any
> difference. Just a total guess but that's the only place in the Groovy
> codebase I could find using the "importPackages" name.
>
>
> No, doesn't make any difference. Error message is exactly the same.
>
> Bye...
>
> Dirk
>
> --
>
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenText ™ Discovery | Recommind
> *Phone*: +49 2226 15966 18
> *Email*: dhein...@opentext.com
> *Website*: www.recommind.de
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
> Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan,
> Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and destroy this e-mail. Any
> unauthorized copying, disclosure or distribution of the material in this
> e-mail is strictly forbidden
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail sind nicht gestattet.
>


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-15 Thread Aristedes Maniatis
If it helps at all, I had exactly the same error when trying to build a 
project in groovy 4 with gradle 6.x. Upgrading to latest 7.x gradle 
resolved that in my case.



Ari


On 5/3/2022 8:18am, Remko Popma wrote:

I checked picocli.
picocli-groovy has an AST transformation 
(PicocliScriptASTTransformation) but the source code of that class 
also does not contain the word "importPackages".

So that is not it either.

On Fri, Mar 4, 2022 at 10:28 PM Dirk Heinrichs  
wrote:


Am Freitag, dem 04.03.2022 um 23:12 +1000 schrieb Paul King:


I'd rename "groovy-astbuilder-4.0.0.jar" in your "lib" folder to
something like "groovy-astbuilder-4.0.0.jar.bak" and see if that
makes any difference. Just a total guess but that's the only
place in the Groovy codebase I could find using the
"importPackages" name.


No, doesn't make any difference. Error message is exactly the same.

Bye...

Dirk

-- 


*Dirk Heinrichs*
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
*Phone*: +49 2226 15966 18
*Email*: dhein...@opentext.com
*Website*: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged
information. If you are not the intended recipient (or have
received this e-mail in error) please notify the sender
immediately and destroy this e-mail. Any unauthorized copying,
disclosure or distribution of the material in this e-mail is
strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrtümlich erhalten haben, informieren Sie bitte
sofort den Absender und vernichten Sie diese Mail. Das unerlaubte
Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht
gestattet.


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-15 Thread Dirk Heinrichs
Am Dienstag, dem 15.03.2022 um 19:25 +1100 schrieb Aristedes Maniatis:

If it helps at all, I had exactly the same error when trying to build a project 
in groovy 4 with gradle 6.x. Upgrading to latest 7.x gradle resolved that in my 
case.

I'm on Gradle 7.4 already. But in my case it doesn't make a difference whether 
the script in question is run from within a Gradle build or manually.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.


Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-15 Thread Paul King
This still smells like a classpath problem to me. I have no problem when I
run the following script in the 4.0.1 groovyConsole (JDK11):

///
@Grab('com.github.groovy-wslite:groovy-wslite:1.1.2;transitive=false')
import wslite.rest.*

def client = new RESTClient('https://jsonplaceholder.typicode.com')
def response = client.get(path:'/todos/1')

assert 200 == response.statusCode
assert response.json.with{ id == 1 && !completed }
///

But if I leave out the "transitive=false" part of the Grab URI I get:

BUG! exception in phase 'semantic analysis' in source unit 'ConsoleScript4'
No such property: importPackages for class:
org.codehaus.groovy.ast.ModuleNode



On Tue, Mar 15, 2022 at 6:58 PM Aristedes Maniatis  wrote:

> Apologies for the noise. I thought I solved it, but actually hadn't and
> the error was masked by something else. So I'm as stuck as you are. Open
> source project here: https://github.com/ishgroup/oncourse/pull/697
>
> You can't see the error in the github action logs for some reason, but it
> exactly the same as yours when run locally. I believe the class with the
> error (CourseClassUtil.groovy) is just the first file alphabetically the
> groovy compiler hits.
>
>
> * What went wrong:
> Execution failed for task ':server:compileGroovy'.
> > BUG! exception in phase 'semantic analysis' in source unit
> '/Users/ari/svn/angel/server/src/main/groovy/ish/oncourse/cayenne/CourseClassUtil.groovy'
> No such property: importPackages for class:
> org.codehaus.groovy.ast.ModuleNode
>
> * Try:
> Run with --debug option to get more log output. Run with --scan to get
> full insights.
>
> * Exception is:
> org.gradle.api.tasks.TaskExecutionException: Execution failed for task
> ':server:compileGroovy'.
> at
> org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$3(ExecuteActionsTaskExecuter.java:186)
> at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:268)
> at
> org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:184)
> at
> org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:173)
> at
> org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:109)
> at
> org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
> at
> org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
> at
> org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
> at
> org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
> at
> org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
> at
> org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
> at
> org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
> at
> org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:200)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:195)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:75)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner$3.execute(DefaultBuildOperationRunner.java:68)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:153)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:68)
> at
> org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:62)
> at
> org.gradle.internal.operations.DefaultBuildOperationExecutor.lambda$call$2(DefaultBuildOperationExecutor.java:76)
> at
> org.gradle.internal.operations.UnmanagedBuildOperationWrapper.callWithUnmanagedSupport(UnmanagedBuildOperationWrapper.java:54)
> at
> org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:76)
> at
> org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
> at
> org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
> at
> org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsActio

Re: Groovy 4.0.0: No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode

2022-03-15 Thread Dirk Heinrichs
Am Dienstag, dem 15.03.2022 um 21:07 +1000 schrieb Paul King:

@Grab('com.github.groovy-wslite:groovy-wslite:1.1.2;transitive=false')

This seems to solve (or work around?) the problem for me, too.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.