Simple compilation/syntax check

lve0200

New member
Joined
Mar 5, 2020
Posts
3
Likes
1
Hi there,
is there a simple way compiling the source under work, rather than always running build.xml?
RGDS
hk
 

Spin

Well-known member
Joined
May 22, 2019
Posts
477
Likes
191
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 :)
 

Drago112

Member
Joined
Mar 22, 2020
Posts
11
Likes
1
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