Cruisecontrol uses wrong environment

Stefan Pammer <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Hi there!

The problem I'm facing is that my cruisecontrol uses an other environment than the shell uses. I wrote a little script which write the environments from the environment into a text file. When I execute this file with the shell all variables are correct. However, when the same script is used in the config.xml of cruisecontrol the variables from the environment differ. So I'm not able to build the project... Has anybody an idea? Would be great. ;)

the project specified in the config.xml of cruisecontrol:

<project name="osr-3-0-branch">
        <listeners>
            <currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
        </listeners>
        
        <bootstrappers>
            <antbootstrapper anthome="/users/osr/apache-ant-1.7.1" buildfile="/users/osr/projects/osr_readonly/branches/${project.name}/build.xml" target="clean" />
        </bootstrappers>
        
        <modificationset quietperiod="30">
            <filesystem folder="/users/osr/projects/osr_readonly/branches/${project.name}" />
        </modificationset>
        
        <schedule interval="300">
                <exec    command="/users/osr/osr-3-0-branch/temp.bat" />
        </schedule>
</project>

and here is the script: 

env > /users/osr/osr-3-0-branch/variables.txt
who > /users/osr/osr-3-0-branch/users.txt

Would be great if you could help me!

Best Regards,
Stefan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.