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

Very strange indeed,

The URL in the target platform is correct, not sure why it needed to
be changed. What error did you get before you changed the target file?

Jonah

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


On 19 October 2017 at 11:44, Georgi Vasilski <jvjordanvip@xxxxxxxxxxxxxx> wrote:
> Hi Jonah,
>
> I am using the target provided with the master branch from GitHub. I have
> cloned the project from there and imported to my IDE. I haven't changed
> anything, just tried to update the Urls in the target so I can compile the
> project.
>
> On 19 October 2017 at 11:34, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
>>
>> Thanks for the clarification, you still don't need the Maven Central
>> settings.xml as you are not deploying. I have updating the Wiki to
>> hopefully make it clearer.
>>
>> It sounds like your problem is not January related, but rather Eclipse
>> development related? Building January by itself does not have/require
>> any Eclipse Platform stuff in it at all.
>>
>> Can you share the .target file (or .tpd file) you are using? It may be
>> the only problem was the incorrect URL identified before.
>>
>> HTH
>> Jonah
>>
>>
>> ~~~
>> Jonah Graham
>> Kichwa Coders Ltd.
>> www.kichwacoders.com
>>
>>
>> On 19 October 2017 at 11:28, Matthew Gerring <matthew.gerring@xxxxxxxxx>
>> wrote:
>> > 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
>> >
>> >
>> >
>> > _______________________________________________
>> > 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
>
>
>
> _______________________________________________
> 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