• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 07, 2024, 10:37:54 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Jaziro

1
Quote from: Jaziro on October 16, 2020, 05:32:48 pm
Quote from: mvittiglio on July 10, 2020, 08:18:28 pmBrian,
Thanks for your patience through this. I figured it out and you were correct. I had to find the place where the JAR was being created and explicitly point it to the class files. Issue resolved. The build.xml's target "make_jar_custom" needed to have the following added: `<include name="com/konakart/**/*.class" />`

Thank you for posting a solution, I had a similar issue and was trying to figure it out for a while in my house in Larnaca here and now I know how I can fix it.

Will try it this weekend
2
Quote from: mvittiglio on July 10, 2020, 08:18:28 pmBrian,
Thanks for your patience through this. I figured it out and you were correct. I had to find the place where the JAR was being created and explicitly point it to the class files. Issue resolved. The build.xml's target "make_jar_custom" needed to have the following added: `<include name="com/konakart/**/*.class" />`

Thank you for posting a solution, I had a similar issue and was trying to figure it out for a while in my house in Larnaca and now I know how I can fix it.