Override project library path fails when building TIBCO BusinessEvents (BE) using studio-tools.

Override project library path fails when building TIBCO BusinessEvents (BE) using studio-tools.

book

Article ID: KB0093498

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
The '-pl' option does not work and the directory for the project library is ignored. Instead, the existing location of the project library in the project is used.

Symptoms:
The original path to project library is used instead of what is specified in the override option. 

Cause:
This is a documentation defect. You need to specify the name of the project library along with the directory to the project library.  For example:

C:\Logs\531668>studio-tools -core buildEar -o NE.ear -pl C:\Temp\Download\shared
_external.projlib -p C:\Logs\531668\NordstromDashboard

****************************************************************************
        TIBCO BusinessEvents 5.1.3.028 (2014-05-23)
        Using arguments :-core buildEar -o NE.ear -pl C:\Temp\Download\shared_ex
ternal.projlib -p C:\Logs\531668\NordstromDashboard
        Copyright(c) 2004-2014 TIBCO Software Inc. All rights reserved.

****************************************************************************

EAR file exists already.Overwrite(Y/N)y
Loading global vars: C:\Temp\Download\shared_external.projlib
indexing C:\Temp\Download\shared_external.projlib
. . .

Issue/Introduction

Override project library path fails when building TIBCO BusinessEvents (BE) using studio-tools.

Resolution

Specify the name of the project library along with it's directory location.