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

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
>


Back to the top