Re: pbserver plugin

From: Mike Schrag (mschra..dimension.com)
Date: Mon Aug 08 2005 - 03:52:33 EDT

  • Next message: Anjo Krank: "Re: wobuilder"

    Ah crap. I accidentally left my compiler switched to 1.5. Give me a
    couple mins and I'll fix that up. You know -- I THOUGHT those API's
    were a little too handy, and they didn't seem familiar :)

    On Aug 8, 2005, at 3:47 AM, Ulrich Köster wrote:

    > Hi Mike,
    >
    > it seems that the pbserver plugin requires JDK 1.5?
    >
    > java:
    > [javac] Compiling 2 source files to /Users/ulrich/Projekte/
    > woproject/workspace/projects/temp/classes
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:7: warning:
    > java.io.StringBufferInputStream in java.io has been deprecated
    > [javac] import java.io.StringBufferInputStream;
    > [javac] ^
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:99: cannot resolve symbol
    > [javac] symbol : method getTextContent ()
    > [javac] location: interface org.w3c.dom.Node
    > [javac] text = elementsList.item(0).getTextContent();
    > [javac] ^
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:113: cannot resolve symbol
    > [javac] symbol : method getTextContent ()
    > [javac] location: interface org.w3c.dom.Node
    > [javac] strings[i] = stringsList.item(i).getTextContent();
    > [javac] ^
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:160: cannot resolve symbol
    > [javac] symbol : method setTextContent (java.lang.String)
    > [javac] location: interface org.w3c.dom.Element
    > [javac] keyElement.setTextContent("PBXProjectSourcePath");
    > [javac] ^
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:164: cannot resolve symbol
    > [javac] symbol : method setTextContent (java.lang.String)
    > [javac] location: interface org.w3c.dom.Element
    > [javac] stringElement.setTextContent(xcodeFilePath);
    > [javac] ^
    > [javac] /Users/ulrich/Projekte/woproject/workspace/projects/
    > wolips/plugins/org.objectstyle.wolips.pbserver/java/org/objectstyle/
    > wolips/pbserver/PBServer.java:415: warning:
    > java.io.StringBufferInputStream in java.io has been deprecated
    > [javac] Document requestDocument =
    > DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new
    > StringBufferInputStream(sb.toString()));
    >
    > [javac]
    > ^
    > [javac] 4 errors
    > [javac] 2 warnings
    >
    > BUILD FAILED
    > /Users/ulrich/Projekte/woproject/workspace/projects/build.xml:110:
    > The following error occurred while executing this line:
    > /Users/ulrich/Projekte/woproject/workspace/projects/wolips/
    > build.xml:34: The following error occurred while executing this line:
    > /Users/ulrich/Projekte/woproject/workspace/projects/wolips/plugins/
    > build.xml:103: The following error occurred while executing this line:
    > /Users/ulrich/Projekte/woproject/workspace/projects/wolips/plugins/
    > org.objectstyle.wolips.pbserver/build.xml:24: The following error
    > occurred while executing this line:
    > /Users/ulrich/Projekte/woproject/workspace/projects/buildscripts/
    > plugin-project.xml:29: Compile failed; see the compiler error
    > output for details.
    >
    > Uli
    > Am 08.08.2005 um 09:08 schrieb Mike Schrag:
    >
    >
    >> I checked in a new plugin -- PB Server Plugin. Basically it
    >> implements the XML RPC-like protocol that Xcode and ProjectBuilder
    >> provide over port 8547 to support things like D2W assistant and
    >> the clicking-on-exceptions-in-the-browser-opens-the-editor. Not
    >> all the commands are implemented, but enough is there to run D2W
    >> assistant at least and the others have straightforward impls if
    >> anyone runs into them.
    >>
    >> I suspect we might want to make this both on a configurable port
    >> and/or disabled entirely by preferences ...
    >>
    >> ms
    >>
    >>
    >
    >



    This archive was generated by hypermail 2.0.0 : Mon Aug 08 2005 - 03:52:37 EDT