xdat_editor
xdat_editor copied to clipboard
Import/Export window and build issues
Hi, and thanks for this wonderful tool !
I was wondering, is there a way to export or import window ?
The idea would be to import a window from a interface.xdat file (interface A) into another interface.xdat file (interface B).
Also it looks like some of the maven repositoories are not available anymore :
The following repositories used in your gradle projects were not indexed yet: https://raw.githubusercontent.com/acmi/Serializer/mvn-repo https://raw.githubusercontent.com/acmi/L2unreal/mvn-repo https://repo1.maven.org/maven2 https://raw.githubusercontent.com/acmi/L2crypt/mvn-repo https://raw.githubusercontent.com/acmi/L2io/mvn-repo If you want to use dependency completion for these repositories artifacts, Open Repositories List, select required repositories and press "Update" button
Also, I'm having the following build issues :
C:\Users\GE60\IdeaProjects\xdat_editor>gradlew build -x test Starting a Gradle Daemon (subsequent builds will be faster) :commons:io:compileJava FAILED
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':commons:io:compileJava'.
Could not find tools.jar. Please check that C:\Program Files (x86)\Java\jre1.8.0_121 contains a valid JDK installation.
Do we need to have a specific Java version installed ?
gradlew run
gives the same error.
Finally, I tried to run the project anyway (I wasn't expecting much but if the output can help), but this gives me a bunch of errors related to java.io.InputStream
. It looks like any InputStream
method can't be found. (Missing dependency ?)
Any help would be appreciated. Regards.
Hello.
Sorry, I have no time to develop new features.
Also it looks like some of the maven repositoories are not available anymore
This is not a regular maven repository, so it's OK that it couldn't be indexed.
Also, I'm having the following build issues
It seems that you have JRE but not JDK in your PATH, so Gradle couldn't build project. You can create gradle.properties
file in xdat_editor folder with following content:
org.gradle.java.home=/path_to_jdk_directory
errors related to java.io.InputStream
If you are using Intellij Idea, you can delegate build action to Gradle to resolve this issue.