How can i enable verbose ant build in the build output
已回答
Executing pre-compile tasks...
Loading Ant configuration...
Running Ant tasks...
Executing post-compile tasks...
Loading Ant configuration...
Running Ant tasks...
I want to see more information about the tasks
请先登录再写评论。
Hello,
You need to manually add the words "-verbose" or "-debug" to the ant command line.
Sorry for not being more descriptive . When i add an new run/debug configuration and choose "Application " from the menu and then press run , i want to see extended(verbose) build output , i never generated an ant build file
IDE starts a separate process for compilation, this process writes logs into the %idea.log.path%\build-log\build.log file.
For the more verbose logging edit build-log.properties file, change log4j.rootLogger=info, file to log4j.rootLogger=debug, file
no thats not what i was looking for , i am searching for days now how to make ant verbo or debug not normal or quet ?
where is the ant command line ? when i dont have a build file i use Run/Debug configuration -> add new configuration -> application
Have you tried to follow suggested steps? When you build using IDE it puts additional logs in "build.log" file. Currently it's ot possible to change log level for output console.
yes i have tried the suggested steps and examined the extended build.log but its ot what i need .
The feature that i seek is currently present when i go to Project Structure -> Artifacts ->Add ->JavaFx Application from Module ->Build output level ->verbose , or debug. Afther that when i build the app it displays what i need in the build output but only when i build artifacts not when i run (Shift+F10)the application form the ide , so i was thinking if i have the feature when i bulid there must be a way to display -verbose or debug information when i run/debug app too.
It's possible for JavaFx artifacts only. Feel free to create feature request for verbose logging on YouTrack: https://youtrack.jetbrains.com/issues/IDEA
ok