[
https://issues.apache.org/jira/browse/AVRO-3285?focusedWorklogId=705805&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-705805
]
ASF GitHub Bot logged work on AVRO-3285:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jan/22 15:07
Start Date: 09/Jan/22 15:07
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 705805)
Time Spent: 0.5h (was: 20m)
> Upgrade JavaCC and plugin
> -------------------------
>
> Key: AVRO-3285
> URL: https://issues.apache.org/jira/browse/AVRO-3285
> Project: Apache Avro
> Issue Type: Improvement
> Affects Versions: 1.10.2
> Reporter: Oscar Westra van Holthe - Kind
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.1
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)