How do I make a package a prerequisite for deployment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I make a package a prerequisite for deployment

Frank Sonnemans-3
My app uses the Regex package, but the stripper doesn't recognize this
fact and removes it. How do I state the explicit dependency?

Regards,


Frank


Reply | Threaded
Open this post in threaded view
|

Re: How do I make a package a prerequisite for deployment

Blair McGlashan
"Frank" <[hidden email]> wrote in message
news:[hidden email]...
> My app uses the Regex package, but the stripper doesn't recognize this
> fact and removes it. How do I state the explicit dependency?

Either
(a) Make sure some global object (class or other global) in the RegEx
package is referenced by your own package
(b) Establish a manual prerequisite: Open the properties of the Package in
the Package Browser. Select the 'manualPrerequisites' aspect. Press the '*'
button in the value pane, and select RegEx from the resulting prompter.

It is normally only necessary to use manual prerequisites for packages that
consist entirely of loose methods.

Regards

Blair


Reply | Threaded
Open this post in threaded view
|

Re: How do I make a package a prerequisite for deployment

Ian Bartholomew-6
In reply to this post by Frank Sonnemans-3
Frank,

> My app uses the Regex package, but the stripper doesn't recognize this
> fact and removes it. How do I state the explicit dependency?

Have a look at the EducationCentre, specifically...

Dolphin Developers Guide - Deploying Applications - What to do when thing go
wrong

and look at the 1st and 3rd points in section 3. These should help, but if
not then ask again.

Regards
    Ian