Simple compilation/syntax check

lve0200

Member
Joined
Mar 5, 2020
Posts
8
Likes
3
Hi there,
is there a simple way compiling the source under work, rather than always running build.xml?
RGDS
hk
 
Good question ! I thought about this myself as well.

Running build.xml does not take a long time (3 seconds on average on my PC, using Eclipse IDE), but it adds up quickly during a night of coding :)
 
If you use the Eclipse IDE, it will generally tell you if you have a syntax error or, more generally, anything the compiler would tell you.
 
Top