Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [january-dev] gradle

I decided to change the gradle.md to reflect adding it from maven central. I am not sure that one would ever want the goomph way of doing it as it requires 4 steps rather than two.

On 16 October 2017 at 14:15, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Question is how to make this stuff discoverable. I am hoping that
newcomers to January will just expect it to be published in Maven
Central. That just leaves us folks at it for a long time to remember
that p2 isn't the only way.

Tracy and I (with some help from some summer students) have been
started some work on more getting started examples, e.g. using other
IDEs and build systems. Just need time to finish and promote it all.
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 16 October 2017 at 14:09, Matthew Gerring <matthew.gerring@xxxxxxxxx> wrote:
> Thanks I will give that a try, simpler than using the p2. One forgot you
> already mentioned that several months ago :)
>
> On 16 October 2017 at 14:07, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
>>
>> Thanks Matt.
>>
>> Expanding on the other build options is great (Maven/gradle/your
>> favourite build too). Now that we publish to Maven Central it makes it
>> much easier to consume bits, so you can avoid all the p2 stuff if you
>> want and just have the add dependency step:
>>
>> Add dependency
>>
>> compile "org.eclipse.january:org.eclipse.january:2.0.2"
>>
>> For info on all other build systems that understand Maven metadata
>> natively, see the January page on Maven Central:
>>
>> https://search.maven.org/#artifactdetails%7Corg.eclipse.january%7Corg.eclipse.january%7C2.0.2%7Ceclipse-plugin
>>
>> Thanks
>> Jonah
>>
>>
>> ~~~
>> Jonah Graham
>> Kichwa Coders Ltd.
>> www.kichwacoders.com
>>
>>
>> On 16 October 2017 at 13:27, Matthew Gerring <matthew.gerring@xxxxxxxxx>
>> wrote:
>> > Hello,
>> >
>> > I have a project that would like to use January and is built using
>> > gradle.
>> >
>> > So I wrote a way to do it here so that other people may save some time:
>> > https://github.com/eclipse/january/blob/gradle/GRADLE.md
>> >
>> > Enjoy/improve.
>> >
>> > Best regards,
>> >
>> > Matt
>> >
>> > _______________________________________________
>> > 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