Menu

#3 Doesn't work with maven2

open
nobody
None
5
2009-12-23
2009-12-23
Anonymous
No

It seems that jass mess up classpath in incompatible with maven2 way...
All the time compiler can't find different classes annotated with jass annotations.

Example compilation error:

[INFO] Compilation failure
error: modernjass://SOURCE/Amount.java:4: cannot find symbol

Where Amount.java is a class with field

@jass.modern.NonNull
private BigDecimal value;

Discussion


Log in to post a comment.