From d04b0048dc8010dec28afc72af8d494748eee1da Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sun, 25 Sep 2022 00:17:11 +0300 Subject: [PATCH] gitignore --- .gitignore | 1 + .../META-INF/GpxAndroidSdk.kotlin_module | Bin 65 -> 0 bytes .../compile/default-compile/inputFiles.lst | 0 .../default-testCompile/inputFiles.lst | 0 .../2022-09-23T16-36-51_543-jvmRun1.dump | 27 -------- .../2022-09-24T12-12-29_353-jvmRun1.dump | 27 -------- ...me.bvn13.sdk.android.gpx.GpxWriterTest.xml | 62 ------------------ ...me.bvn13.sdk.android.gpx.GpxWriterTest.txt | 4 -- .../META-INF/GpxAndroidSdk.kotlin_module | Bin 24 -> 0 bytes 9 files changed, 1 insertion(+), 120 deletions(-) delete mode 100644 target/classes/META-INF/GpxAndroidSdk.kotlin_module delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst delete mode 100644 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst delete mode 100644 target/surefire-reports/2022-09-23T16-36-51_543-jvmRun1.dump delete mode 100644 target/surefire-reports/2022-09-24T12-12-29_353-jvmRun1.dump delete mode 100644 target/surefire-reports/TEST-me.bvn13.sdk.android.gpx.GpxWriterTest.xml delete mode 100644 target/surefire-reports/me.bvn13.sdk.android.gpx.GpxWriterTest.txt delete mode 100644 target/test-classes/META-INF/GpxAndroidSdk.kotlin_module diff --git a/.gitignore b/.gitignore index 7f6c769..8a67d03 100644 --- a/.gitignore +++ b/.gitignore @@ -368,3 +368,4 @@ gradle-app.setting **/build/ # End of https://www.toptal.com/developers/gitignore/api/java,gradle,git,intellij,linux,windows,macos,node +**/target/ \ No newline at end of file diff --git a/target/classes/META-INF/GpxAndroidSdk.kotlin_module b/target/classes/META-INF/GpxAndroidSdk.kotlin_module deleted file mode 100644 index 560291525a778e181997da6f880fb04f6e8f7c50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmZQzU|?ooU|C5nhy8 Nl3L_lqQs!Z0027-4cY(z diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/target/surefire-reports/2022-09-23T16-36-51_543-jvmRun1.dump b/target/surefire-reports/2022-09-23T16-36-51_543-jvmRun1.dump deleted file mode 100644 index 2288117..0000000 --- a/target/surefire-reports/2022-09-23T16-36-51_543-jvmRun1.dump +++ /dev/null @@ -1,27 +0,0 @@ -# Created at 2022-09-23T16:36:51.955 -org.apache.maven.surefire.util.SurefireReflectionException: java.lang.NoClassDefFoundError: org/junit/platform/commons/util/ClassNamePatternFilterUtils - at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:139) - at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:403) - at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383) - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) - at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) -Caused by: java.lang.NoClassDefFoundError: org/junit/platform/commons/util/ClassNamePatternFilterUtils - at org.junit.platform.launcher.core.LauncherFactory.loadAndFilterTestExecutionListeners(LauncherFactory.java:122) - at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:108) - at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:75) - at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:86) - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.lang.reflect.Constructor.newInstance(Constructor.java:423) - at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:135) - ... 5 more -Caused by: java.lang.ClassNotFoundException: org.junit.platform.commons.util.ClassNamePatternFilterUtils - at java.net.URLClassLoader.findClass(URLClassLoader.java:387) - at java.lang.ClassLoader.loadClass(ClassLoader.java:418) - at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) - at java.lang.ClassLoader.loadClass(ClassLoader.java:351) - ... 14 more - - diff --git a/target/surefire-reports/2022-09-24T12-12-29_353-jvmRun1.dump b/target/surefire-reports/2022-09-24T12-12-29_353-jvmRun1.dump deleted file mode 100644 index 346a349..0000000 --- a/target/surefire-reports/2022-09-24T12-12-29_353-jvmRun1.dump +++ /dev/null @@ -1,27 +0,0 @@ -# Created at 2022-09-24T12:12:29.669 -org.apache.maven.surefire.util.SurefireReflectionException: java.lang.NoClassDefFoundError: org/junit/platform/commons/util/ClassNamePatternFilterUtils - at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:139) - at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:403) - at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383) - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) - at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) -Caused by: java.lang.NoClassDefFoundError: org/junit/platform/commons/util/ClassNamePatternFilterUtils - at org.junit.platform.launcher.core.LauncherFactory.loadAndFilterTestExecutionListeners(LauncherFactory.java:122) - at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:108) - at org.junit.platform.launcher.core.LauncherFactory.create(LauncherFactory.java:75) - at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.(JUnitPlatformProvider.java:86) - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.lang.reflect.Constructor.newInstance(Constructor.java:423) - at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:135) - ... 5 more -Caused by: java.lang.ClassNotFoundException: org.junit.platform.commons.util.ClassNamePatternFilterUtils - at java.net.URLClassLoader.findClass(URLClassLoader.java:387) - at java.lang.ClassLoader.loadClass(ClassLoader.java:418) - at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) - at java.lang.ClassLoader.loadClass(ClassLoader.java:351) - ... 14 more - - diff --git a/target/surefire-reports/TEST-me.bvn13.sdk.android.gpx.GpxWriterTest.xml b/target/surefire-reports/TEST-me.bvn13.sdk.android.gpx.GpxWriterTest.xml deleted file mode 100644 index 32dcc42..0000000 --- a/target/surefire-reports/TEST-me.bvn13.sdk.android.gpx.GpxWriterTest.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/target/surefire-reports/me.bvn13.sdk.android.gpx.GpxWriterTest.txt b/target/surefire-reports/me.bvn13.sdk.android.gpx.GpxWriterTest.txt deleted file mode 100644 index 9d66f8d..0000000 --- a/target/surefire-reports/me.bvn13.sdk.android.gpx.GpxWriterTest.txt +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------------------- -Test set: me.bvn13.sdk.android.gpx.GpxWriterTest -------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in me.bvn13.sdk.android.gpx.GpxWriterTest diff --git a/target/test-classes/META-INF/GpxAndroidSdk.kotlin_module b/target/test-classes/META-INF/GpxAndroidSdk.kotlin_module deleted file mode 100644 index 8c840ddb016f7cb30515434c461f671bc32f92d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24 YcmZQzU|?ooU|