Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Running HEAD without eclipse?

The orion build is currently producing a p2 repository at
http://download.eclipse.org/orion/updates/0.3-I-builds

When running a local server, a separate eclipse install can be used to update the orion server using a command line like this:
C:\Dev\EclipseSDK\eclipse -nosplash -application org.eclipse.equinox.p2.director
                -i org.eclipse.orion -u org.eclipse.orion -d C:\Dev\Orion
                                -r http://download.eclipse.org/orion/updates/0.3-I-builds

The server should probably be stopped first and then restarted after the update completes.

The -d is the path to the orion install (the folder that contains the plugins/ and features/ subfolders).

-Andrew


From: Simon Kaegi/Ottawa/IBM@IBMCA
To: Orion developer discussions <orion-dev@xxxxxxxxxxx>
Date: 09/21/2011 12:39 PM
Subject: Re: [orion-dev] Running HEAD without eclipse?
Sent by: orion-dev-bounces@xxxxxxxxxxx





Not quite yet but I'm working on something similar for M2.

What I'm trying to do is let you host the client-side of Orion on "any" HTTP server and then do all your service interaction via plugins hosted elsewhere. For example (and this is the actual use case I'm working on), I could host the Orion client on my local WebDAV server and connect back to orion.eclipse.org to host a subset of my files and do by Git commits.

So... it should be possible fairly soon but for now still needs a bit more work to ensure our UI is more strongly decoupled from the specifics of the server-side implementation.

-Simon

Inactive hide details for John J Barton ---09/21/2011 11:07:51 AM---I wonder if there is a way to run Orion HEAD without eclipsJohn J Barton ---09/21/2011 11:07:51 AM---I wonder if there is a way to run Orion HEAD without eclipse? Currently the upgrade process is tedio

From:

John J Barton <johnjbarton@xxxxxxxxxxxxxxx>

To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

Date:

09/21/2011 11:07 AM

Subject:

[orion-dev] Running HEAD without eclipse?

Sent by:

orion-dev-bounces@xxxxxxxxxxx





I wonder if there is a way to run Orion HEAD without eclipse?

Currently the upgrade process is tedious so I generally avoid it. If I
could git pull/restart orion I would. Seems like this should be
possible?

jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/orion-dev

_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top