L lve0200 Member Joined Mar 5, 2020 Posts 8 Likes 3 Mar 5, 2020 #1 Hi there, is there a simple way compiling the source under work, rather than always running build.xml? RGDS hk
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 506 Likes 212 Mar 5, 2020 #2 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
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
D Drago112 Member Joined Mar 22, 2020 Posts 11 Likes 2 Apr 4, 2020 #3 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.
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.