tkobayas commented on issue #6273:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6273#issuecomment-2710115023

   @dcdh  Thank you for the clarification.
   
   I reproduced the issue without DRL files and application.properties.
   
   Btw, regarding the `if`,
   ```java
           // The HotReloadSupportClass has to be generated only during the 
first model generation
           // During actual hot reloads it will be regenerated by the 
compilation providers in order to retrigger this build step
           if (!liveReload.isLiveReload()) {
               generatedFiles.add(new GeneratedFile(GeneratedFileType.SOURCE, 
HOT_RELOAD_SUPPORT_PATH + ".java", getHotReloadSupportSource()));
           }
   ```
   
   `liveReload.isLiveReload()` is false for the first time even with hot-reload 
mode. So it's intentional.
   
   I'll work on a fix anyway. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to