Output generated class location as a file URL.
This commit is contained in:
parent
5beca281e6
commit
599190aae1
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class GeneratedVersionOperation extends AbstractOperation<GeneratedVersio
|
|||
if (LOGGER.isLoggable(Level.INFO)) {
|
||||
LOGGER.log(Level.INFO, "Generated version ({0}) class has been {1}: {2}",
|
||||
new String[]{gv.getProject().version().toString(), updated ? "updated" : "created",
|
||||
gv.getClassFile().toString()});
|
||||
"file://" + gv.getClassFile().toString()});
|
||||
}
|
||||
} catch (IOException e) {
|
||||
if (LOGGER.isLoggable(Level.SEVERE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue