Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Handling of user libraries

Hi Michael,

right now i just added it manually by adding it in the preferences as "User defined Library", then in the
properties of the project: PHP Include Path -> Libraries -> Add Library...


greetings

-robert

Michael Spector schrieb:
Hi Robert,

How do you define your included library? We don't encounter this issue in our build participant.

On Sat, Jun 20, 2009 at 10:30 PM, Robert Gruendler <doobre@xxxxxxxxx <mailto:doobre@xxxxxxxxx>> wrote:

    Hi all,

    i'm trying to understand how included libraries are handled from a
    model point of view in pdt.

    Basically, we need some information from specific classes inside
    the user library, but i'm not sure at
    which point we can hook into pdt to build our model. I've tried to
    add a buildparticipant extension which
    uses a class that extends PHPAstVisitor.

    This works fine for all classes/methods etc inside the project,
    but i don't get anything from the included library.

    I assume the php model for the external libraries does not get
    built during the regular build process.

    Could anyone give me a hint at which point of the pdt plugin
    lifecycle the external libraries get parsed to build
    the model for them ?


    thanks!

    -robert
    _______________________________________________
    pdt-dev mailing list
    pdt-dev@xxxxxxxxxxx <mailto:pdt-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/pdt-dev


------------------------------------------------------------------------

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev



Back to the top