[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-05-14 Thread Claus Ibsen (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17846303#comment-17846303
 ] 

Claus Ibsen commented on CAMEL-20653:
-

Why is it looking for idea ? that is a editor.

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
> Fix For: 4.x
>
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-05-03 Thread Otavio Rodolfo Piske (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17843170#comment-17843170
 ] 

Otavio Rodolfo Piske commented on CAMEL-20653:
--

For some time the problem went away, but now I seem to get this error reliably. 
It's a very annoying one as I have to restart the build (or then build only the 
DSLs because of this).

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
> Fix For: 4.x
>
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-04-15 Thread Claus Ibsen (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837396#comment-17837396
 ] 

Claus Ibsen commented on CAMEL-20653:
-

I dont use mvnd locally (regular mvn is fast enough)

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
> Fix For: 4.x
>
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-04-15 Thread Otavio Rodolfo Piske (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837193#comment-17837193
 ] 

Otavio Rodolfo Piske commented on CAMEL-20653:
--

That's very strange. It happens to me all the time

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
> Fix For: 4.x
>
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-04-14 Thread Ivan Mashtak (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17836978#comment-17836978
 ] 

Ivan Mashtak commented on CAMEL-20653:
--

[~orpiske] cant reproduce, both mvn and mvnd works fine on my machine:(
Similar problem was there: 
[https://youtrack.jetbrains.com/issue/KT-43894/Maven-Windows-error-RuntimeException-Could-not-find-installation-home-path]

But i dont know is this actual problem

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
> Fix For: 4.x
>
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CAMEL-20653) kotlin-dsl: flaky build due to Kotlin DSL

2024-04-05 Thread Otavio Rodolfo Piske (Jira)


[ 
https://issues.apache.org/jira/browse/CAMEL-20653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834306#comment-17834306
 ] 

Otavio Rodolfo Piske commented on CAMEL-20653:
--

[~imashtak] hey, is this something you could look at?

> kotlin-dsl: flaky build due to Kotlin DSL
> -
>
> Key: CAMEL-20653
> URL: https://issues.apache.org/jira/browse/CAMEL-20653
> Project: Camel
>  Issue Type: Task
>  Components: build system, dsl
>Affects Versions: 4.6.0
>Reporter: Otavio Rodolfo Piske
>Priority: Major
>
> Builds with Maven Daemon seem to fail quite often due to Kotlin issues such 
> as: 
>  
> {code:java}
> [ERROR] Failed to execute goal 
> org.jetbrains.kotlin:kotlin-maven-plugin:1.9.23:compile (compile) on project 
> camel-kotlin-api: Compilation failure
> [ERROR] java.lang.RuntimeException: Could not find installation home path. 
> Please make sure bin/idea.properties is present in the installation directory.
> {code}
>  
> Trying to build it with maven seems to work OK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)