Forum Post: RE: Mixed projects in OpenEdge Studio and svn

Status
Not open for further replies.
P

Peter van Dam

Guest
OK here is a follow up question for you guys about compiling class files. To try out the above I have specified in the source tab a directory '@{ROOT}\common' with Build Destination '@{RCODE}\common' (which is not in my project). This works fine for procedures but breaks for classes. The directory contains a class file called 'globalhelper.cls' with the class statement 'CLASS common.globalhelper'. So what happens: the object file becomes '@{RCODE}\common\common\globalhelper.r'. This does not happen when the entire project build destination is used. BTW this difference in compilation behavior for class files is biting me again and again. How do you guys handle this?

Continue reading...
 
Status
Not open for further replies.
Top