Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [january-dev] Issue getting the target dependencies

 

Sorry, it looks like the examples target is out of date so use the target in releng.target and omit steps 4-6.

 

Peter

 

 

From: Chang, Peter (DLSLtd,RAL,LSCI)
Sent: 19 October 2017 11:40
To: 'matthew.gerring@xxxxxxxxxxxxxx' <matthew.gerring@xxxxxxxxxxxxxx>; 'january developer discussions' <january-dev@xxxxxxxxxxx>
Subject: RE: [january-dev] Issue getting the target dependencies

 

 

Hi all,

 

As I said yesterday, if you want to use the target platform:

 

1.      Start a new workspace

2.      Clone the repo

3.      Import the plugins

4.      Use the example target platform

5.      Go via Windows > Preferences, search for Target Platform

6.      Edit the plugins to uncheck the January jars

 

Develop away!

 

Peter

 

 

From: january-dev-bounces@xxxxxxxxxxx [mailto:january-dev-bounces@xxxxxxxxxxx] On Behalf Of Matthew Gerring
Sent: 19 October 2017 11:28
To: january developer discussions <january-dev@xxxxxxxxxxx>
Subject: Re: [january-dev] Issue getting the target dependencies

 

Jonah,

 

Georgi is trying to build January itself not use it in a product. 

 

(Maven central worked fine for adding it to our product.)

 

Matt

 

On 19 October 2017 at 11:21, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hi Georgi,

I can probably help.

Are you intending on using Eclipse Target Platforms or Maven POMs or
some other way?

There is a bit of getting started info on
https://www.eclipse.org/january/#try but if you are using target
platforms you can follow the guide here:
https://github.com/eclipse/january/tree/january_2_1/org.eclipse.january.examples.

If you are intending on using Maven or other similar build tools, the
bit you need in your pom.xml is available
https://search.maven.org/#artifactdetails%7Corg.eclipse.january%7Corg.eclipse.january%7C2.1.0%7Ceclipse-plugin:

<dependency>
    <groupId>org.eclipse.january</groupId>
    <artifactId>org.eclipse.january</artifactId>
    <version>2.1.0</version>
</dependency>

PS.
The Example-settings.xml should be unnecessary for you as you are not
building and deploying January itself. Those settings are to be able
to upload to January's Maven Central location in that repo.
The URL http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/0
is slightly wrong, there is an extra /0 on it.



Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com



On 19 October 2017 at 11:09, Georgi Vasilski <jvjordanvip@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> I have problems to get the plug-ins for the target in January project. Would
> anyone be able to help me with some tips how I can sort the problem out.
>
> I am using Eclipse Neon3 and have created a settings.xml file with my
> eclipse credentials and placed it in my .m2 folder as it said at
> https://github.com/eclipse/january/wiki/Example-settings.xml link. So that
> resolved the problem with the repository, but still have zero plug-ings
> available in the target where it says that it is unable to locate
> installable unit org.eclipse.core.runtime.feature.feature.group 0.0.0 and
> unable to locate installable unit org.eclipse.equinox.laucher 0.0.0.
>
> I have tried the website
> http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/0, and
> I am getting the following message:
>
> Not Found
>
> We're sorry, the page or file cannot be found. Here are some reasons why:
>
> A file may have moved to the archives. Please contact the project members on
> their user forum.
> Your file was part of a nightly or integration build which is no longer
> there. Simply download the latest version.
> The project is uploading a new build, and this file is not there yet. Try
> again later
>
>
> Thanks!
>
>

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

 

 

-- 

This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 


Back to the top