-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup information missing #110
Comments
File Installation
Designer ConfigurationTundra.JavaYou should create a new java project with the location pointing to the src directory of the unzipped file (I the following example called it Add the following "Libraries" in the project setup's Java Build Path:
TundraAdd the following libraries in the Tundra java project setup's Java Build Path:
Add the Tundra.Java project NOTE: if you are not using the Tundra.java package, add the external JAR |
The beauty of open source is this. Colaboration. |
I found some more missing libraries in the tests of the Package but I have to reset my changes to find what I changed to make them pass. (no git access where I tested). |
@gvlx thanks for that! I would recommend cloning the Tundra.java git repository in its entirety to a completely different directory than the C:\>mkdir Workspace
C:\>cd Workspace
C:\Workspace>git clone https://github.com/Permafrost/Tundra.java.git
C:\Workspace>cd Tundra.java
C:\Workspace\Tundra.java> Then create a new Java project in Designer/eclipse whose directory is You can then add this I think the Tundra.java README should be updated to include instructions on how to set it up as a separate project in Designer/eclipse, and also how to set up the dependencies between the projects so you can debug across them. Thoughts? By the way, I'm pretty new to Designer myself. I actually prefer using Intellij as my Java IDE, which is what I'm currently using to develop the Tundra.java project. |
Hi, you're right about separating both projects (they are different projects after all), notwithstanding to be able to continue to use git on both. Probably the best way to add Tundra.java is to make Designer manage it entirely, either from the git URL or from the zip file. As I had already the Tundra project created, Designer did not find the Tundra.java dependency afterwards, so the order in which we install both projects is important (something I missed as I only realized afterwards that you had created this java project).
I have nothing against using other tools but I must use the vendor provided Designer Eclipse to be able to fully integrate with the platform, so I'll keep posting other relevant information when I find it. |
Setup information (in README.md) should include the basic information to configure Designer to access and debug the Java code.
The text was updated successfully, but these errors were encountered: