Suppress Creation of Namespace Directory Structure on Class Compile

  • Thread starter Thread starter Jeff Ledbetter
  • Start date Start date
Status
Not open for further replies.
J

Jeff Ledbetter

Guest
If the SAVE-INTO compile option is specified, it would be nice to be able to suppress the creation of the namespace directory structure when compiling a .cls file and make it behave like the compilation of a .p file. The current behavior results in duplication of the directory structure. For example: compile c:\devel\com.xyz.util\myutil.cls save-into c:\devel\bin\com.xyz.util results in c:\devel\bin\com.xyz.util\com.xyz.util\myutil.r. Our tool (Roundtable TSMS) manages r-code directory paths and builds the compile statements like the example above. This double-pathing causes issues for our customers.

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