Re: PB on windows: having .java files in directories

From: Kaj Hejer (kaj.heje..sit.uio.no)
Date: Fri Sep 20 2002 - 12:24:10 EDT

  • Next message: Kaj Hejer: "Re: PB on windows: having .java files in directories"

    At 09:11 -0700 20-09-02, Hsu wrote:
    >> 1)
    >> Is it possible to have files in a directorystructure like the one
    >> described
    >> above when using ProjectBuilder on windows?
    >
    >I don't believe so, sorry.

    Hi!

    Thank you for answering!

    This is interesting because the WOLips plugin (from WOProject -
    http://objectstyle.org/woproject/) for eclipse put the javafiles into a src
    directory and create a PB.project reflecting that, see the PB.project file
    bellow.

    In your opinon, could that be a problem? if yes, could you say a few words
    about what sort of problems?

    bash-2.05a$ pwd
    /Users/kajh/Applications/eclipse/workspace/kajh4
    bash-2.05a$ head -10 PB.project
    {
        DYNAMIC_CODE_GEN = YES;
        FILESTABLE = {
            CLASSES = (
                 src/Application.java,
                 src/DirectAction.java,
                 src/Session.java,
                 src/Main.java
            );
            FRAMEWORKS = (
    bash-2.05a$

    I cc this email to woproject-de..bjectstyle.org.

    -Kaj :)



    This archive was generated by hypermail 2.0.0 : Fri Sep 20 2002 - 12:24:10 EDT