Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Is there the equivalent of a "make clean"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is there the equivalent of a "make clean"

    Sometimes when renaming files / indicators, I get into a situation where compiling one thing gets errors because something else has not yet been recompiled. Nothing I cannot solve.

    Is there something like a "make clean" operation I can do to avoid all the hassle in such a case?

    Thanks,
    EV

    #2
    Hi EV,

    You have to ensure scripts in all files can be compiled. When you click the compile button one script, it goes through all scripts to make sure they can be compiled.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_RyanM View Post
      Hi EV,

      You have to ensure scripts in all files can be compiled. When you click the compile button one script, it goes through all scripts to make sure they can be compiled.
      I know that, but I do not see how it is related to my question.

      By "make clean" I was referring to the common makefile target. That is something that clears out the result of any previous build so that a new build will not find any obsolete references lying about.

      --EV

      Comment


        #4
        I'm not aware of a make clean technique or function.
        Ryan M.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_RyanM View Post
          I'm not aware of a make clean technique or function.
          Thanks, Ryan.

          I was afraid of that.

          That capabillity would be pretty handy, especially when a non-developer, who does not understand NT's build system, installs something that gets him caught up in this situation.

          --EV

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by ScottWalsh, Today, 04:29 PM
          0 responses
          3 views
          0 likes
          Last Post ScottWalsh  
          Started by rtwave, 04-12-2024, 09:30 AM
          2 responses
          21 views
          0 likes
          Last Post rtwave
          by rtwave
           
          Started by tsantospinto, 04-12-2024, 07:04 PM
          5 responses
          69 views
          0 likes
          Last Post tsantospinto  
          Started by cre8able, Today, 03:20 PM
          0 responses
          7 views
          0 likes
          Last Post cre8able  
          Started by Fran888, 02-16-2024, 10:48 AM
          3 responses
          49 views
          0 likes
          Last Post Sam2515
          by Sam2515
           
          Working...
          X