Skip to main content
1-Visitor
April 21, 2017
Question

question for Automatic build of customizations via BIF

  • April 21, 2017
  • 2 replies
  • 2958 views

I am trying to setup Jenkins project to deploy automatically.

Now the source package generated(jar file) via ant script contain “java -jar BIFSDK-*.*.*.**.jar dist”  command.

Then next step should be make batch script to deploy the source package to Windchill server.  but  my issue is

how to make script, that the tools opinion can be selected by script after executing the command "java -jar XXXXXXDist.jar install"?

pls see the screenshot below.

issuePic.png

2 replies

5-Regular Member
May 4, 2017

This is usually controlled by runFullMakeJar=true option in bif.ant.properties file. Do you have this option included in this file? Paste you bif.ant and we can continue troubeshooting it.

1-Visitor
June 26, 2019