Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8129268 | 8u40 | Danno Ferrin | P4 | Closed | Fixed |
There's two args in fx:info ant task, that are doing nothing.
So, if I invoke deploy with this arguments or without them, there's no difference.
Attach some sample project: to deploy with copyright and license you've to invoke:
ant -f simple-build-big.xml deploy-with-info
Without:
ant -f simple-build-big.xml deploy
In dist you'll get the results.
So, if I invoke deploy with this arguments or without them, there's no difference.
Attach some sample project: to deploy with copyright and license you've to invoke:
ant -f simple-build-big.xml deploy-with-info
Without:
ant -f simple-build-big.xml deploy
In dist you'll get the results.
- backported by
-
JDK-8129268 "fx:info" arguments "copyright" and "license" do nothing
- Closed