Hi all, I would like to define an attribute with a dash : 'not-null'.
/# build.xml
<column name="..." type="..." not-null="true"/>
# Column.java
public void setNotNull(String value) {
// ...
}/
I get the message :
/column doesn't support the "not-null" attribute/
Is it possible to define attribute name with dash ?
Regards,
Benjamin de Dardel
