Skip to content
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

Source code of InVisibleFrame.jar etc. #24

Closed
kaorahi opened this issue Nov 14, 2021 · 6 comments
Closed

Source code of InVisibleFrame.jar etc. #24

kaorahi opened this issue Nov 14, 2021 · 6 comments

Comments

@kaorahi
Copy link

kaorahi commented Nov 14, 2021

There are some *.jar files in the repository. Could you show the sources of them and how to build them?

I am trying to build LizzieYzy on Linux. Though mvn package says "BUILD SUCCESS" with the following modification, I hesitate to run java -jar target/lizzie-yzy2.4.6-shaded.jar because of *.jar without sources.

--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,13 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
     
+    <repositories>
+        <repository>
+	    <id>com.teamdev</id>
+	    <url>https://europe-maven.pkg.dev/jxbrowser/releases</url>
+        </repository>
+    </repositories>
+
 	<build>
 		<plugins>
 			<plugin>
@@ -123,11 +130,11 @@
 			<version>20180130</version>
 		</dependency>
 	
-	 	<dependency>
-  			<groupId>com.teamdev.jxbrowser</groupId>
-  			<artifactId>license</artifactId>
-  			<version>6.21</version>
-		</dependency>
+	 	<!-- <dependency> -->
+  		<!-- 	<groupId>com.teamdev.jxbrowser</groupId> -->
+  		<!-- 	<artifactId>license</artifactId> -->
+  		<!-- 	<version>6.21</version> -->
+		<!-- </dependency> -->
 		
 		<dependency>
 	  		<groupId>com.teamdev.jxbrowser</groupId>
@@ -148,9 +155,9 @@
 		</dependency>
 
 		<dependency>
-			<groupId>com.swingxdate</groupId>
-			<artifactId>swingxcore</artifactId>
-			<version>1.6.2</version>
+			<groupId>org.swinglabs.swingx</groupId>
+			<artifactId>swingx-core</artifactId>
+			<version>1.6.4</version>
 		</dependency>
 		<!-- https://mvnrepository.com/artifact/junit/junit -->
 		<dependency>
@yzyray
Copy link
Owner

yzyray commented Nov 15, 2021

I uploaded jars here,copyto maven local repository should works.
https://aistudio.baidu.com/aistudio/datasetdetail/116851

@kaorahi kaorahi changed the title Sources of *.jar Source files of InVisibleFrame.jar etc. Nov 15, 2021
@kaorahi
Copy link
Author

kaorahi commented Nov 15, 2021

Was my previous post misleading? I can build lizzie-yzy2.4.6-shaded.jar but I do not like to run a program without its source code. So I asked about *.java files that correspond to the following jar files.

  • foxReq/foxRequestQ.jar
  • src/main/resources/assets/clockHelper/InVisibleFrame.jar
  • src/main/resources/assets/foxReq/foxRequestQ.jar
  • src/main/resources/assets/readboard_java/readboard-1.5.5-shaded.jar

As a trial, I deleted these jar files. I also removed jxbrowser parts and clockHelper parts from pom.xml and *.java. The main function of LizzieYzy seems to work successfully without them.

@kaorahi kaorahi changed the title Source files of InVisibleFrame.jar etc. Source code of InVisibleFrame.jar etc. Nov 15, 2021
@yzyray
Copy link
Owner

yzyray commented Nov 15, 2021

Oh, I understand now,the readboard-1.5.5-shaded.jar is from here:https://github.com/yzyray/readboard_Boofcv
InVisibleFrame.jar is just a empty frame for this issue,I can upload the source tomrrow #8 (comment)
foxRequestQ.jar contains a link can be used to download sgf game records from fox game server,hide it because I'm afraid share the link to public will lead fox official forbade to download sgf in this way any more.

@yzyray
Copy link
Owner

yzyray commented Nov 15, 2021

Maybe I can just upload the java source without fox server links(replace fox server links to something like ****).

@kaorahi
Copy link
Author

kaorahi commented Nov 15, 2021

Thanks for the answer!

@kaorahi kaorahi closed this as completed Nov 15, 2021
@yzyray
Copy link
Owner

yzyray commented Nov 15, 2021

Upload souce code here:
foxRequestQ.jar InVisibleFrame.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants