opwvhk commented on a change in pull request #1447:
URL: https://github.com/apache/avro/pull/1447#discussion_r780793226
##########
File path: lang/java/compiler/pom.xml
##########
@@ -133,11 +133,11 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
- <classpath></classpath>
+ <classpath/>
<argument>org.apache.avro.compiler.specific.SchemaTask</argument>
<argument>${project.basedir}/src/test/resources/full_record_v1.avsc</argument>
<argument>${project.basedir}/src/test/resources/full_record_v2.avsc</argument>
-
<argument>${project.basedir}/target/generated-test-sources</argument>
+
<argument>${project.basedir}/target/generated-test-sources/javacc</argument>
Review comment:
Generated code should be placed in a subdirectory per tool. I copied the
directory name from line 178.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]