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