You can not select more than 25 topicsTopics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
The current version of openjfx has a requirement
that beans are defined with their types in
the format <bean-name>:<class-name>
Hopefully, this will change, in the meantime
this hack allows openjfx scripts to be run
in ant as follows:
<script language="FX" manager="javax">
<classpath>
<fileset dir="${user.home}/apps/openjfx/trunk/lib"/>
</classpath>
import javafx.ui.*;
Frame {
title: "hello"
width: 200
height: 50
content: Label {
text: "Hello World"
}
visible: true
}
</script>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537194 13f79535-47bb-0310-9956-ffa450edef68