Jump to content

I am trying to build up a command line ear building execution environment for BW 6.


Ramon Gordillo

Recommended Posts

Hi.

 

I am trying to build up a command line ear building execution environment for BW 6.2 HF-1, for using with jenkins, bamboo, etc. We are trying to use bwdesign. First, I have had to tweak a little bit bwdesign.tra, adding-Dosgi.instance.area.default=/home/developer/tibco-studio-workspace flag, to select the workspace.

From bwdesign OSGi console, we executed the following:

 

system:export -ear com.sample.application /tmp

 

When unzipping it, this is the content:

 

Archive: /tmp/com.sample.application_1.0.0.ear

testing: META-INF/MANIFEST.MF OK

testing: resources/ OK

testing: com.sample_1.0.0.jar OK

testing: META-INF/default.substvar OK

testing: META-INF/TIBCO.xml OK

No errors detected in compressed data of /tmp/com.sample.application_1.0.0.ear.

 

But when using Studio, the zip contains also the SVG for the processes:

 

testing: META-INF/MANIFEST.MF OK

testing: resources/ OK

testing: resources/com.sample/ OK

testing: resources/com.sample/diagrams/ OK

testing: resources/com.sample/diagrams/com.sample.operations.Op1.svg OK

testing: resources/com.sample/diagrams/com.sample.operations.Op2.svg OK

testing: com.sample_1.0.0.jar OK

testing: META-INF/default.substvar OK

testing: META-INF/TIBCO.xml OK

No errors detected in compressed data of /tmp/com.sample.application_1.0.0.ear.

Is there any way to get the SVG using bwdesign

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...
  • 10 months later...
  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...