[JIRA] [cmakebuilder-plugin] (JENKINS-35005) Cannot build ih 'Use cmake' is true

2016-05-23 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber closed an issue as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
With 'Use cmake' checked, the plugin will invoke  

 
cmake --build $builddir 
 

 
You will have to add an arguments to tell cmake the target to be build: 

 
cmake --build $builddir --target all 
 

 
Simply add --target all to the  field.to make it work 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-35005 
 
 
 
  Cannot build ih 'Use cmake' is true  
 
 
 
 
 
 
 
 
 

Change By:
 
 Martin Weber 
 
 
 

Status:
 
 Open Closed 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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

[JIRA] [cmakebuilder-plugin] (JENKINS-35005) Cannot build ih 'Use cmake' is true

2016-05-21 Thread fifteenknots...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Martin Weber created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35005 
 
 
 
  Cannot build ih 'Use cmake' is true  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Martin Weber 
 
 
 

Components:
 

 cmakebuilder-plugin 
 
 
 

Created:
 

 2016/May/21 5:34 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Martin Weber 
 
 
 
 
 
 
 
 
 
 
Build output: 

 
[kjadshfakshfdkaj] $ /home/wr/devel/src/cmakebuilder-plugin/work/tools/hudson.plugins.cmake.CmakeTool/3.5.2/bin/cmake --build /home/wr/devel/src/cmakebuilder-plugin/work/jobs/aaa/workspace/kjadshfakshfdkaj clean all
Unknown argument clean
Unknown argument all
Usage: cmake --build  [options] [-- [native-options]]
Options:
= Project binary directory to be built.
  --target  = Build  instead of default targets.
  --config  = For multi-configuration tools, choose .
  --clean-first  = Build target 'clean' first, then build.
   (To clean only, use --target 'clean'.)
  --use-stderr   = Ignored.  Behavior is default in CMake >= 3.0.
  -- = Pass remaining options to the native tool.
Build step 'CMake Build' changed build result to FAILURE