-
This is not possible from command line. From eclipse I can run in debug mode and get changes reflected right away when I save it.
-
Even Eclipse has to use some underlying function. Do you have any idea what this is?
-
When in Eclipse, OneDev uses class files directly from target folder, and Eclipse does some magic hot-loading changed class files. I am not familiar with the mechanism.
While in command line mode, all class files are packaged into jar. Even if OneDev uses class files directly, there is no hot loading there I guess.
-
Thanks for the feedback. I will do some further research here.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Sorry for that stupid question :/
How can I recompile specific classes after I changed them, so that the changes are applied to the project?
If I got that I will add some notes to the dev docs.
Note: I am not using Eclipse.