[JIRA] [cmakebuilder-plugin] (JENKINS-29142) look for MSVC 15.x toolchain

2016-05-13 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber resolved as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29142 
 
 
 
  look for MSVC 15.x toolchain  
 
 
 
 
 
 
 
 
 

Change By:
 
 Martin Weber 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [cmakebuilder-plugin] (JENKINS-29142) look for MSVC 15.x toolchain

2016-04-29 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-29142 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: look for MSVC 15.x toolchain  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: 15knots Path: src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-generator.html http://jenkins-ci.org/commit/cmakebuilder-plugin/bfe1506a258e61d1fa6ed1a8905d7317500b7669 Log: FIXED JENKINS-29142 (cannot be fixed, but mention workaround) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [cmakebuilder-plugin] (JENKINS-29142) look for MSVC 15.x toolchain

2016-02-20 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber commented on  JENKINS-29142 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: look for MSVC 15.x toolchain  
 
 
 
 
 
 
 
 
 
 
A workaround for MSVC is described in Martin Kutny`s blog. In short, it applies the effect of vcvarsall.bat as follows: 
 

Setup environment variables by running vcvarsall.bat,
 

write all environment vars to a file,
 

use the EnvInject Jenkins Plugin to read the file and pass the required variables to the whole build job.
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [cmakebuilder-plugin] (JENKINS-29142) look for MSVC 15.x toolchain

2015-06-30 Thread simon.rich...@hogyros.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Simon Richter created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29142 
 
 
 
  look for MSVC 15.x toolchain  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 cmakebuilder-plugin 
 
 
 

Created:
 

 30/Jun/15 10:57 AM 
 
 
 

Environment:
 

 Windows with MSVC 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Simon Richter 
 
 
 
 
 
 
 
 
 
 
The generators for MSVC require that cl.exe is in the PATH, and the LIB and INCLUDE variables have been set up before invoking cmake. The cmakebuilder plugin cannot do that, so it cannot be used with the standalone toolchain. 
It would be great if the plugin would test whether the prerequisites are given, and look for the toolchain on its own if they are not. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment