fyi for those trying to use Eclipse.

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

Abhishek

---------- Forwarded message ----------
From: Vicky Kak <vicky....@gmail.com>
Date: Thu, Apr 20, 2017 at 11:24 PM
Subject: Ecplise IDE import hacks
To: gobblin-users <gobblin-us...@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+unsubscr...@googlegroups.com.
To post to this group, send email to gobblin-us...@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.

Reply via email to