-
Notifications
You must be signed in to change notification settings - Fork 49
Import/Export window and build issues #13
Description
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 FAILEDFAILURE: 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.