This is an automated email from the ASF dual-hosted git repository.

yamer pushed a commit to branch 8.40.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/8.40.x by this push:
     new 8d8a7f03c5 kie-issues#717 (#5696)
8d8a7f03c5 is described below

commit 8d8a7f03c54879d243f9dfd4e62a21a175490898
Author: Yeser Amer <[email protected]>
AuthorDate: Wed Feb 21 09:34:24 2024 +0100

    kie-issues#717 (#5696)
---
 .../src/main/java/org/drools/codegen/common/GeneratedFile.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/drools-model/drools-codegen-common/src/main/java/org/drools/codegen/common/GeneratedFile.java
 
b/drools-model/drools-codegen-common/src/main/java/org/drools/codegen/common/GeneratedFile.java
index ee542d0901..3324e612b8 100644
--- 
a/drools-model/drools-codegen-common/src/main/java/org/drools/codegen/common/GeneratedFile.java
+++ 
b/drools-model/drools-codegen-common/src/main/java/org/drools/codegen/common/GeneratedFile.java
@@ -64,7 +64,7 @@ public class GeneratedFile {
         }
 
         this.path = path;
-        this.pathAsString = pathAsString;
+        this.pathAsString = pathAsString.replace('\\', '/');
         this.contents = contents;
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to