Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] a53547: Started on a PythonRemoteCore for ICE.

  Branch: refs/heads/jordan/pyICE
  Home:   https://github.com/eclipse/ice
  Commit: a53547a254234fd6d2e17fe050d9c8afb8a9742b
      https://github.com/eclipse/ice/commit/a53547a254234fd6d2e17fe050d9c8afb8a9742b
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    A src/python/org.eclipse.ice.core.python/.pydevproject
    A src/python/org.eclipse.ice.core.python/src/org/__init__.py
    A src/python/org.eclipse.ice.core.python/src/org/eclipse/__init__.py
    A src/python/org.eclipse.ice.core.python/src/org/eclipse/ice/__init__.py
    A src/python/org.eclipse.ice.core.python/src/org/eclipse/ice/core/Core.py
    A src/python/org.eclipse.ice.core.python/src/org/eclipse/ice/core/__init__.py

  Log Message:
  -----------
  Started on a PythonRemoteCore for ICE.

In keeping with the naming scheme used for native libraries, I have
created a new PyDev (Python) project called
"org.eclipse.ice.core.python" under the directory src/python.

It has a src folder with the package structure org/eclipse/ice/core
(which mirrors the Java package structure).

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 94b971adc865e777e5740236ca1e7e0fc5dfedeb
      https://github.com/eclipse/ice/commit/94b971adc865e777e5740236ca1e7e0fc5dfedeb
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    A src/python/org.eclipse.ice.core.python/.project

  Log Message:
  -----------
  I forgot to commit the .project file... whoops.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 1e83cddb31f0637c6e427a514d074a36f9cd56bd
      https://github.com/eclipse/ice/commit/1e83cddb31f0637c6e427a514d074a36f9cd56bd
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M src/python/org.eclipse.ice.core.python/src/org/eclipse/ice/core/Core.py

  Log Message:
  -----------
  Initial pass at adding methods to Core.py based on the methods and
documentation in ICore interface.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: e6be28bfd0e2583756f29719692a7fd6f7eb2ebc
      https://github.com/eclipse/ice/commit/e6be28bfd0e2583756f29719692a7fd6f7eb2ebc
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2015-04-22 (Wed, 22 Apr 2015)

  Changed paths:
    M src/python/org.eclipse.ice.core.python/src/org/eclipse/ice/core/Core.py

  Log Message:
  -----------
  Added some code to postUpdateMessage(...) to attempt connecting to the
localhost's ICE Core web service.

It can find it and authenticate, but it does not yet send anything
useful via an HTTP POST.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/a53547a25423^...e6be28bfd0e2

Back to the top