Is it possible to use the buildear utility in combination with a project that uses design time libraries? If so, how?
book
Article ID: KB0075474
calendar_today
Updated On:
Products
Versions
TIBCO Designer
-
Not Applicable
-
Description
Resolution
Yes, buildear utility can be used with a project that uses design time libraries.
When you create the projlib files, make sure you add the filealiases under "Edit->Preferences->File Aliases" and specify the location of the projlib file. This information is stored in Designer5.Prefs file and buildear tool refers to this file.
Alternatively, users can use option "-a" to specify a properties file containing aliases for DTL library locations. The command may look like below: buildear -x -v -a c:\tmp\dtl.properties -ear /testDTL_prj.archive -p c:\tmp\testDTL_prj -o c:\tmp\aa.ear
And the content of dtl.properties may look like below: mylogger C\:\\tmp\\mylogger.projlib
Issue/Introduction
Is it possible to use the buildear utility in combination with a project that uses design time libraries? If so, how?