Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] debugging ant editor issues

Cool, so the project set files work for you now?

Michael Rennie

Inactive hide details for Dave ---01/08/2009 10:20:55 AM---Fixed the port access issue (NAT wasn't turned on). On Thu, Jan 8, 2Dave ---01/08/2009 10:20:55 AM---Fixed the port access issue (NAT wasn't turned on). On Thu, Jan 8, 2009 at 3:32 PM, Dave <davidcorle


From:

Dave <davidcorley@xxxxxxxxx>

To:

"Eclipse Ant integration developers list." <platform-ant-dev@xxxxxxxxxxx>

Date:

01/08/2009 10:20 AM

Subject:

Re: [platform-ant-dev] debugging ant editor issues




Fixed the port access issue (NAT wasn't turned on).

On Thu, Jan 8, 2009 at 3:32 PM, Dave <davidcorley@xxxxxxxxx> wrote:
    Hey guys,
    I got the IT admin to allow access to port 2401 on
    dev.eclipse.org, but the connection is still timing out.
    I tried pinging
    dev.eclipse.org and that does not work either. I suppose it's possible ICMP echo requests are disabled on the server though??
    Can you guys access
    dev.eclipse.org and/or ping it?


    On Wed, Jan 7, 2009 at 6:01 PM, Dave <davidcorley@xxxxxxxxx> wrote:
    I should let you guys know I'm going to talk to our IT guys to see if the pserver connection failure is a firewall issue at our end. I'll let you know.

    On Wed, Jan 7, 2009 at 5:47 PM, Dave <davidcorley@xxxxxxxxx> wrote:
      Hey Michael,
      Now I'm getting the following error:
      ===========================================
      Could not connect to :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse: Cannot connect to host: Connection timed out: connect
      Connection timed out: connect
      ===========================================


      /Dave




      On Wed, Jan 7, 2009 at 5:37 PM, Michael Rennie <Michael_Rennie@xxxxxxxxxx> wrote:
      Hey Dave, it appears there was a missing ':' in the pserver psf files, I have fixed this problem and posted new files (for current and 3.4.1).

      If you have a CVS location for '
      :ext:pserver@xxxxxxxxxxxxxxx:/cvsroot/eclipse' make sure to discard it before using the updated psf files.

      Michael Rennie

      Inactive hide details for Dave ---01/07/2009 11:19:03 AM---Hey Michael, I tried the maintenance release .psf, but when Eclipse Dave ---01/07/2009 11:19:03 AM---Hey Michael, I tried the maintenance release .psf, but when Eclipse tried to connect it

From:

Dave <davidcorley@xxxxxxxxx>

To:

"Eclipse Ant integration developers list." <platform-ant-dev@xxxxxxxxxxx>

Date:

01/07/2009 11:19 AM

Subject:

Re: [platform-ant-dev] debugging ant editor issues




      Hey Michael,
      I tried the maintenance release .psf, but when Eclipse tried to connect it threw the following:
      ==========================================
      Could not connect to :ext:pserver@xxxxxxxxxxxxxxx:/cvsroot/eclipse: I/O exception occurred: Cannot run program "ssh": CreateProcess error=2, The system cannot find the file specified
      Cannot run program "ssh": CreateProcess error=2, The system cannot find the file specified
      ==========================================
      I guess I need ssh in my system path, but is this really necessary for non-commit access?



      On Wed, Jan 7, 2009 at 5:09 PM, Michael Rennie <
      Michael_Rennie@xxxxxxxxxx> wrote:
          Hi Dave, I have updated the project set files for Ant, sorry for the confusion.

          Michael Rennie

          Inactive hide details for Dave ---01/07/2009 10:43:25 AM---Hey Darin, Which project set should I use for debugging 3.4.1Dave ---01/07/2009 10:43:25 AM---Hey Darin, Which project set should I use for debugging 3.4.1

      From:

      Dave <
      davidcorley@xxxxxxxxx>

      To:

      "Eclipse Ant integration developers list." <
      platform-ant-dev@xxxxxxxxxxx>

      Date:

      01/07/2009 10:43 AM

      Subject:

      Re: [platform-ant-dev] debugging ant editor issues





          Hey Darin,
          Which project set should I use for debugging 3.4.1
          When I try and click the link at for:

          3.4 maintenance release projects for non-committers (pserver)

          ,nothing happens?
          It's just a link to the main project set file page.
          When I try and click the link for the current release project, I get a 404 error.
          Can you update the page with the latest psf files?



          On Tue, Jan 6, 2009 at 5:42 PM, Darin Swanson <
          Darin_Swanson@xxxxxxxxxx> wrote:
                  The Ant integration does not do any debug logging via option files that I know of.

                  I would recommend following these instructions to set up to debug a self hosted situation and report on what you find:

                  http://www.eclipse.org/eclipse/ant/get_involved.php

                  Thanks for your help on diagnosing the issue
                  Darins


                  Inactive hide details for Dave <davidcorley@xxxxxxxxx>Dave <davidcorley@xxxxxxxxx>

                  Please respond to
                  "Eclipse Ant integration developers list." <
                  platform-ant-dev@xxxxxxxxxxx>
                  To

                  platform-ant-dev@xxxxxxxxxxx
                  cc
                  Subject

                  [platform-ant-dev] debugging ant editor issues

                  Hey all,
                  I'm wondering if someone can help me with this. I'm seeing strange delays when I try to open a file that has been marked for opening with the Ant Editor. I use the Telelogic Synergy SCM plugin for version control, and it's the combination of the ant editor and this causing the problem I believe.
                  When I try to open any ant build file from the "Navigator" or "Package Explorer" views, there is a long delay (up to 2 minutes) before the file appears in the editor. Sometimes closing the files when opened in the editor can cause the same problem.
                  I've turned on debugging for the Telelogic plugin, but I can see no strange behaviour other than the fact that any debug info appears right before the file is opened, so there is a period where something other than the plug-in is doing something.
                  I'd like to be able to debug the Ant editor plugin to try and get information on what is happening as soon as I double-click the file for opening right up until it appears in the editor. I've create a .options file in the Eclipse root directory that contains the following:
                  =============================
                  com.telelogic.synergy.integration.connection/debug=true
                  com.telelogic.synergy.integration.connection/debug/filter=*
                  org.eclipse.ant.core/debug=true
                  org.eclipse.ant.core/debug/filter=*
                  org.eclipse.ant.internal.ui.editor/debug=true
                  org.eclipse.ant.internal.ui.editor/debug/filter=*
                  =============================
                  I then run eclipse as c:\xxx\eclipse.exe -debug -consolelog
                  However, this produces no debug information for me other than than information on the Telelogic classes.
                  ================================
                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.416
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.431
                  !MESSAGE getSystemFileFilters():

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.478
                  !MESSAGE getObjectPropertiesFromWaPath(): Four Part Name-C:\work\40\collab\uwe\build, Atributes-[Ljava.lang.String;@c5a196

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.759
                  !MESSAGE getObjectPropertiesFromWaPath(): Returns-[Ljava.lang.String;@af8fc0

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.759
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.759
                  !MESSAGE getSystemFileFilters():

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.775
                  !MESSAGE getObjectPropertiesFromWaPath(): Four Part Name-C:\work\40\collab\uwe\build\build.xml, Atributes-[Ljava.lang.String;@1661eeb

                  !ENTRY com.telelogic.synergy.integration.connection.cmsessions.CCMDCObjectImpl65 1 0 2009-01-06 17:17:53.853
                  !MESSAGE getObjectPropertiesFromWaPath(): Returns-[Ljava.lang.String;@1bf4c80

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.931
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.947
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.947
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.947
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.947
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.963
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.978
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:53.994
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.009
                  !MESSAGE Called storeResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.025
                  !MESSAGE Called getProjectDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.025
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.025
                  !MESSAGE Called getResourceDetails()

                  !ENTRY com.telelogic.synergy.integration.team.TeamPlugin 1 0 2009-01-06 17:17:54.025
                  !MESSAGE Called storeResourceDetails()
                  ==============================================
                  There is only a very small period of time between the beginning and end of the Synergy degug info, and the delay occurs before before the debug info is logged.

                  Can someone tell me how I can see what Eclipse is doing in this time?

                  /Dave


                  --
                  "A lot of people are afraid of heights. Not me, I'm afraid of widths."

                  _______________________________________________

                  platform-ant-dev mailing list

                  platform-ant-dev@xxxxxxxxxxx
                  https://dev.eclipse.org/mailman/listinfo/platform-ant-dev


                  _______________________________________________
                  platform-ant-dev mailing list

                  platform-ant-dev@xxxxxxxxxxx
                  https://dev.eclipse.org/mailman/listinfo/platform-ant-dev



          --
          "A lot of people are afraid of heights. Not me, I'm afraid of widths."
          _______________________________________________
          platform-ant-dev mailing list

          platform-ant-dev@xxxxxxxxxxx
          https://dev.eclipse.org/mailman/listinfo/platform-ant-dev



          _______________________________________________
          platform-ant-dev mailing list

          platform-ant-dev@xxxxxxxxxxx
          https://dev.eclipse.org/mailman/listinfo/platform-ant-dev



      --
      "A lot of people are afraid of heights. Not me, I'm afraid of widths."
      _______________________________________________
      platform-ant-dev mailing list

      platform-ant-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/platform-ant-dev



      _______________________________________________
      platform-ant-dev mailing list

      platform-ant-dev@xxxxxxxxxxx
      https://dev.eclipse.org/mailman/listinfo/platform-ant-dev



      --
      "A lot of people are afraid of heights. Not me, I'm afraid of widths."



    --
    "A lot of people are afraid of heights. Not me, I'm afraid of widths."



    --
    "A lot of people are afraid of heights. Not me, I'm afraid of widths."



--
"A lot of people are afraid of heights. Not me, I'm afraid of widths."
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ant-dev


GIF image

GIF image

GIF image

GIF image


Back to the top