Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] [ice-build] [eclipse/ice] 249084: Set up clone ICETests dev menu action.

That’s an interesting idea. Doesn’t sound too difficult, I’ll look into it. It should just be the addition of a sequence to the schema that references the existing code element we have. 

Alex

On Oct 6, 2015, at 11:54 AM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:

Alex,

I'm wondering if we can make it possible to list dependencies in the extension?

For example, with ICE I could list deps, tests and visit, which could be automatically checked out and configured if extensions exist for them too.

Jay

On Oct 6, 2015 10:59 AM, "GitHub" <noreply@xxxxxxxxxx> wrote:
  Branch: refs/heads/mccaskey/devsupport
  Home:   https://github.com/eclipse/ice
  Commit: 2490845c68cc0ac176be482e200e0be16ca4aeb3
      https://github.com/eclipse/ice/commit/2490845c68cc0ac176be482e200e0be16ca4aeb3
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M org.eclipse.ice.developer/META-INF/MANIFEST.MF
    M org.eclipse.ice.developer/plugin.xml
    M org.eclipse.ice.developer/schema/iceDevCode.exsd
    M org.eclipse.ice.developer/src/org/eclipse/ice/developer/actions/GitCloneHandler.java
    M org.eclipse.ice.developer/src/org/eclipse/ice/developer/menu/ICEExtensionContributionFactory.java

  Log Message:
  -----------
  Set up clone ICETests dev menu action.

This commit fixes a bug where the cloned repo wasn't added to the git
repositories view. Also, it adds code to check for the user credentials
on a git repo if need be.

Added an extension point that let's users clone the ICETests repo from
github. To acheive this, I added the ability to provide custom
parameters to a given command. The ICETests extension point uses this to
specify the clone directory as @user.home.

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



_______________________________________________
ice-build mailing list
ice-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-build

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev


Back to the top