Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6962101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:36:58+00:00 2026-05-27T15:36:58+00:00

How can I set environment variable in Cruisecontrol? If I try to do it

  • 0

How can I set environment variable in Cruisecontrol?

If I try to do it like this:

<exec command="set PATH="
                workingdir="d:\AppLiteNew\Projects\"
                args = "%PATH%;D:\QtSDK\mingw\bin\"/> 

it does not work, all I got is:

[cc]Dec-13 13:30:28 ExecBuilder – Could not execute command: set PATH= with arguments: %PATH%;D:\QtSDK\mingw\bin\

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:36:59+00:00Added an answer on May 27, 2026 at 3:36 pm

    Firstly, you use the exec command wrong

    The command is set and its argument should be PATH=%PATH%;D:\QtSDK\mingw\bin\

    This should work:

    <exec command="set"
      workingdir="d:\AppLiteNew\Projects\"
      args = "PATH=%PATH%;D:\QtSDK\mingw\bin\"/> 
    

    Secondly, it won’t have an effect

    The Path you set, will only be available to the shell/command that is executed by invoking exec. After the call it will not be available to further commands /executions.
    You didn’t state what use case you have or where you need the variable, therefore I can only guess, what you could do.
    You could do the following:

    1. Set the Path directly in Windows, for everything (if that is okay)
    2. Edit the batch file, that starts cruisecontrol and set the PATH there
    3. Create a batch file for the command that needs the PATH and set the PATH there.
    4. Some ant-tasks allow to specify environment variables for them
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possibly a stupid question: Why can't I set an environment variable with this? os.system('set
I've set an environment variable named %SDK% in windows. Can I use it somehow
I would like to evaluate an environment variable and set the result to a
I can set an environment variable with Eclipse when I click on the Tomcat
In Git, I can set the environment variable GIT_COMMITTER_DATE etc to set the date
How can I set an environment variable in WSH jscript file that calls another
How can you use a Chef recipe to set an environment variable? I need
There are environment variables you can set to help debug memory issues on the
How do I set environment variables from Java? I see that I can do
How can developers set up their environment paths when working on different SVN branches

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.