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

I've fixed the error below by adding the ant jar to run configuration.
However, this now throws another error:
==================================
!SESSION 2009-01-09 16:20:38.362 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE
Framework arguments:  -application org.eclipse.ant.core.antRunner
Command-line arguments:  -application org.eclipse.ant.core.antRunner -data C:\Documents and Settings\dc2\workspace-rcp/../runtime-org.eclipse.ant.core.antRunner -dev file:C:/Documents and Settings/dc2/workspace-rcp/.metadata/.plugins/org.eclipse.pde.core/org.eclipse.ant.core.antRunner/dev.properties -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2009-01-09 16:20:39.033
!MESSAGE Application error
!STACK 1
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
    at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: Buildfile: C:\eclipse-nosynergy\eclipse\build.xml does not exist
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.parseBuildFile(InternalAntRunner.java:334)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:594)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495)
    ... 19 more
Root exception:
Buildfile: C:\eclipse-nosynergy\eclipse\build.xml does not exist
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.parseBuildFile(InternalAntRunner.java:334)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:594)
    at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:495)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
    at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
===========================================
I really want to get to the bottom of this, so any help you can provide would be great.
I've tried running both org.eclipse.ant.core and org.eclipse.ant.ui projects as eclipse applications and they both throw the error above once I added the Ant jar to the run configuration.

On Thu, Jan 8, 2009 at 5:35 PM, Dave <davidcorley@xxxxxxxxx> wrote:
When I try to run ant core as "Eclipse Application", Eclipse throws the following in the error log:
!SESSION 2009-01-08 17:32:08.545 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE
Framework arguments:  -application org.eclipse.ant.core.antRunner
Command-line arguments:  -application org.eclipse.ant.core.antRunner -data C:\Documents and Settings\dc2\workspace_noSynergy/../runtime-org.eclipse.ant.core.antRunner -dev file:C:/Documents and Settings/dc2/workspace_noSynergy/.metadata/.plugins/org.eclipse.pde.core/org.eclipse.ant.core.antRunner/dev.properties -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2009-01-08 17:32:09.060
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at org.eclipse.ant.core.AntRunner.run(AntRunner.java:511)
    at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.BuildException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.eclipse.ant.internal.core.AntClassLoader.findClass(AntClassLoader.java:54)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 20 more
=============================================
The plug-in dependencies has ant.jar and ant-launcher.jar listed, so I don't know it's throwing this?


On Thu, Jan 8, 2009 at 5:08 PM, Dave <davidcorley@xxxxxxxxx> wrote:
Yup, though I regret not having download the Eclipse for RCP/Plugin Developers package instead of the Eclipse for Java developers package.
I've had to download the PDE plugin to fix up some import issues.
There's a handful remaining relating to org.eclipse.test.performance.*
Any idea where to get that plugin?

/Dave


On Thu, Jan 8, 2009 at 4:25 PM, Michael Rennie <Michael_Rennie@xxxxxxxxxx> wrote:

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



_______________________________________________
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."

GIF image

GIF image

GIF image

GIF image


Back to the top