-
Notifications
You must be signed in to change notification settings - Fork 45
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
Build Guide Does Not Work For 963 Reasons #81
Comments
Hi, I have to update this guide, I keep you updated. |
@Slight0 Are you trying to compile v1 or v2? |
Hi, v1.5.3 requires Java 8. Please try with it first. |
Hi! After reinstall JDK to java version "1.8.0_191" i've got new errors :(
"build\wst_deps" contains: Thank you for help!:) |
Ok, if it compiles well we are in a good path. Let me check the WST dependencies in my local repo. |
By the way, just to confirm. Do you have any compilation error? |
Thanks. I disabled other WST plugins with higher version and commented lines 41 and 46 in PhaserIDE2.java (LicCore.PRODUCT_VERSION and LicCore.startMonitor()) and now it compiles with errors. Errors arise because of undefined methods in LicCore and other missing libs like:
|
Maybe you can add the missing methods to LicCore, but keep them empty, and do a pull request, so others can use that working version. I think you are merging plugins of v1 with v2. Just remove from the workspace the plugins under the v2 folder. |
Hi @Al3xCalibur These are the jgit plugins I have in my local Target Platform: |
I have to write a new Build Guide. I found a simplest way to create the Target Platform, by using a Phaser Editor binaries as plugins folder, but right now I am too busy working on release v2 of the editor, I have a week of delay on it. |
Just followed this guide to the T and got 963 errors (although I think all of the "javascript" errors can be ignored). I should note I did not have Java, Eclipse, or any other of the dependances installed before putting this all together. I am using Eclipse Oxygen EE 2018 release and Java 8 (jdk-8u181).
(I attached all the errors in txt and html versions, view whichever you prefer)
PhaserEditorBuildIssues.zip
Here is a picture of the failure message when I try to run the .product file.
Any ideas what's going on or what I'm missing? I've tried adding JRE-SE 10 to my library list which eliminates the 3 of 6 build path errors, but the same failures happen.
The text was updated successfully, but these errors were encountered: