How to generate an EAR using the bwdesign command line utility?

How to generate an EAR using the bwdesign command line utility?

book

Article ID: KB0094204

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
The following are steps to generate a BW6 EAR after importing projects into a new workspace.

1). Open an existing / new workspace.


n.exe -data C:/temp/designWorkspace

2). On bwdesign prompt, import the BW module and application project.


bwdesign> import C:/tmp/TimerNLog
bwdesign> import C:/tmp/TimerNLog.application

3). Generate an EAR into a target folder. 


bwdesign> export -e TimerNLog.application C:/temp/outputFolder


See the attached (Filename: bwdesign_console.txt) for reference.

Issue/Introduction

How to generate an EAR using the bwdesign command line utility?

Resolution

PFA the bwdesign console log after running the commands.

Attachments

How to generate an EAR using the bwdesign command line utility? get_app