Issue Type: Bug Bug
Assignee: Unassigned
Components: ant
Created: 14/Aug/14 4:47 AM
Description:

we are using Jenkins ver. 1.466.2.

We are migrating from Hudson to Jenkins. We have configured a new job which we have already on Hudson. We have ant build script which calls makefiles defined in our project. In the makefile we are setting environment variable before executing the visual studio project compilation command. For ex:

export INCLUDE="$(MSSDK)$Dinclude;$(MSVS)$DVC98$DMFC$DINCLUDE;
msdev "$(IDTLIB).dsp" /MAKE "base32 - Win32 Release"

where MSSDK=C:/Program Files/Microsoft SDK/
MSVS=E:/Program Files/Microsoft Visual Studio/

msdev is not able to include the path set in the above export command.
we have tried by injecting the environment variable but still its not working. Problem we are getting is that project is not able to resolve the header file which is in the microsoft SDK folder.

Can you please help us to resolve this issue?

Project: Jenkins
Labels: configuration build
Priority: Major Major
Reporter: Vijay Kumar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to