stleary / JSON-Java-unit-test

Junit test harness to validate the JSON-Java GitHub project code.
Apache License 2.0
28 stars 45 forks source link

Move files to maven friendly dirs #37

Closed stleary closed 8 years ago

stleary commented 8 years ago

Added a build.gradle script, moved Java files to src/test/org/json/junit

stleary commented 8 years ago

Push went OK, for certain values of "OK". After running "gradle eclipse", and importing the gradle build, and adding a local JSON-Java.jar, tests were successful, but I am seeing this log: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.