You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by Abhishek Tiwari <ab...@apache.org> on 2017/08/06 22:37:19 UTC

Fwd: Ecplise IDE import hacks

fyi for those trying to use Eclipse.

Vicky,
Do you want to add this to common-pitfalls?

Abhishek

---------- Forwarded message ----------
From: Vicky Kak <vi...@gmail.com>
Date: Thu, Apr 20, 2017 at 11:24 PM
Subject: Ecplise IDE import hacks
To: gobblin-users <go...@googlegroups.com>


The following wiki was not enough for getting gobblin imported in eclipse
https://gobblin.readthedocs.io/en/latest/developer-guide/IDE-setup/


*Configuring the Eclipse IDE with gooblin*

- checkout the code using
- vicky@vicky-Latitude-E5570:~/git/gobblin/gradle clean build
The above command failed, the tests were failing. I did ignore these errors
as I was informed in gitter that there are some issue in tests


- Execute the build ./gradlew clean eclipse *-PjdkVersion=1.8*

Next import the eclipse project with *nested import*

You will see the following errors

 Project 'gobblin-rest-api' is missing required library:
'/home/vicky/git/gobblin/build/gobblin-rest-api/libs/
gobblin-rest-api-test-data-template-0.9.0-543-g755da9160.jar

Since the build had failed and hence the test jars for the gooblin-rest-api
were not created and hence the eclipse IDE could not find it and errors the
above message.
To fix this issue we will build the gooblin-rest-service project as follows

- vicky@vicky-Latitude-E5570:~/git/gobblin/gobblin-rest-service$ gradle
clean build


It would be great if someone from the dev team tests it again and updates
the documentation.
Also I will update the build errors those appear due to running of tests.

Thanks,
Vicky

-- 
You received this message because you are subscribed to the Google Groups
"gobblin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to gobblin-users+unsubscribe@googlegroups.com.
To post to this group, send email to gobblin-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_AQ4rdY0Z4D9mCvspxgxYGeUCMYWgyd
g%40mail.gmail.com
<https://groups.google.com/d/msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_AQ4rdY0Z4D9mCvspxgxYGeUCMYWgydg%40mail.gmail.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

Re: Ecplise IDE import hacks

Posted by Vicky Kak <vi...@gmail.com>.
Hi Abhishek,

I need to test it again, I have not been able to test with latest code.
I will test it and thereafter add to the Apache wiki.

Thanks,
Vicky

On Mon, Aug 7, 2017 at 4:07 AM, Abhishek Tiwari <ab...@apache.org> wrote:

> fyi for those trying to use Eclipse.
>
> Vicky,
> Do you want to add this to common-pitfalls?
>
> Abhishek
>
> ---------- Forwarded message ----------
> From: Vicky Kak <vi...@gmail.com>
> Date: Thu, Apr 20, 2017 at 11:24 PM
> Subject: Ecplise IDE import hacks
> To: gobblin-users <go...@googlegroups.com>
>
>
> The following wiki was not enough for getting gobblin imported in eclipse
> https://gobblin.readthedocs.io/en/latest/developer-guide/IDE-setup/
>
>
> *Configuring the Eclipse IDE with gooblin*
>
> - checkout the code using
> - vicky@vicky-Latitude-E5570:~/git/gobblin/gradle clean build
> The above command failed, the tests were failing. I did ignore these errors
> as I was informed in gitter that there are some issue in tests
>
>
> - Execute the build ./gradlew clean eclipse *-PjdkVersion=1.8*
>
> Next import the eclipse project with *nested import*
>
> You will see the following errors
>
>  Project 'gobblin-rest-api' is missing required library:
> '/home/vicky/git/gobblin/build/gobblin-rest-api/libs/
> gobblin-rest-api-test-data-template-0.9.0-543-g755da9160.jar
>
> Since the build had failed and hence the test jars for the gooblin-rest-api
> were not created and hence the eclipse IDE could not find it and errors the
> above message.
> To fix this issue we will build the gooblin-rest-service project as follows
>
> - vicky@vicky-Latitude-E5570:~/git/gobblin/gobblin-rest-service$ gradle
> clean build
>
>
> It would be great if someone from the dev team tests it again and updates
> the documentation.
> Also I will update the build errors those appear due to running of tests.
>
> Thanks,
> Vicky
>
> --
> You received this message because you are subscribed to the Google Groups
> "gobblin-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gobblin-users+unsubscribe@googlegroups.com.
> To post to this group, send email to gobblin-users@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_AQ4rdY0Z4D9mCvspxgxYGeUCMYWgyd
> g%40mail.gmail.com
> <https://groups.google.com/d/msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_
> AQ4rdY0Z4D9mCvspxgxYGeUCMYWgydg%40mail.gmail.com?utm_medium=
> email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

Re: Ecplise IDE import hacks

Posted by Vicky Kak <vi...@gmail.com>.
Hi Abhishek,

I need to test it again, I have not been able to test with latest code.
I will test it and thereafter add to the Apache wiki.

Thanks,
Vicky

On Mon, Aug 7, 2017 at 4:07 AM, Abhishek Tiwari <ab...@apache.org> wrote:

> fyi for those trying to use Eclipse.
>
> Vicky,
> Do you want to add this to common-pitfalls?
>
> Abhishek
>
> ---------- Forwarded message ----------
> From: Vicky Kak <vi...@gmail.com>
> Date: Thu, Apr 20, 2017 at 11:24 PM
> Subject: Ecplise IDE import hacks
> To: gobblin-users <go...@googlegroups.com>
>
>
> The following wiki was not enough for getting gobblin imported in eclipse
> https://gobblin.readthedocs.io/en/latest/developer-guide/IDE-setup/
>
>
> *Configuring the Eclipse IDE with gooblin*
>
> - checkout the code using
> - vicky@vicky-Latitude-E5570:~/git/gobblin/gradle clean build
> The above command failed, the tests were failing. I did ignore these errors
> as I was informed in gitter that there are some issue in tests
>
>
> - Execute the build ./gradlew clean eclipse *-PjdkVersion=1.8*
>
> Next import the eclipse project with *nested import*
>
> You will see the following errors
>
>  Project 'gobblin-rest-api' is missing required library:
> '/home/vicky/git/gobblin/build/gobblin-rest-api/libs/
> gobblin-rest-api-test-data-template-0.9.0-543-g755da9160.jar
>
> Since the build had failed and hence the test jars for the gooblin-rest-api
> were not created and hence the eclipse IDE could not find it and errors the
> above message.
> To fix this issue we will build the gooblin-rest-service project as follows
>
> - vicky@vicky-Latitude-E5570:~/git/gobblin/gobblin-rest-service$ gradle
> clean build
>
>
> It would be great if someone from the dev team tests it again and updates
> the documentation.
> Also I will update the build errors those appear due to running of tests.
>
> Thanks,
> Vicky
>
> --
> You received this message because you are subscribed to the Google Groups
> "gobblin-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gobblin-users+unsubscribe@googlegroups.com.
> To post to this group, send email to gobblin-users@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_AQ4rdY0Z4D9mCvspxgxYGeUCMYWgyd
> g%40mail.gmail.com
> <https://groups.google.com/d/msgid/gobblin-users/CAPaCpY9TsKXDNbVQZv_
> AQ4rdY0Z4D9mCvspxgxYGeUCMYWgydg%40mail.gmail.com?utm_medium=
> email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>