Me again : ),
As usual, 30 seconds after posting this, I figured it out -- I just needed
to use the same manifest in the applet that was making the .pcurl file for
me (doh!).
Another lego block in my understanding of what Curl is up to..
-Chris B.
> Hi list,
>
> I'm working on getting a handle on Curl's Manifests, as I'm tired of
> battling with path problems as I develop applications (can be a pain to
> re-organize things...), and I've run into a stumbling block.
>
> I have an applet that defines a manifest that points to two packages --
> BASIC-BUTTON and CMS-LOGIN.
>
> Running the applet works fine -- the manifest is being used to locate all
of
> the needed files/packages.
>
> I've created a .pcurl version of the BASIC-BUTTON, and would like to do
the
> same for the CMS-LOGIN, but the login package uses the BASIC-BUTTON, and
as
> the Manifest is defined in the applet itself, the CMS-LOGIN file doesn't
> know where to look for the BASIC-BUTTON at, and gives me a file not found
> error when I try to pcurl it.
>
> Is there some way to let the CMS-LOGIN package know that it should use the
> same manifest as the applet?
>
> -Chris B.