GeTOUO
GeTOUO
I think it can be adjusted to make it easier to use. Instead of using build-helper-maven-plugin to add genjavadoc's output directory as the source directory, I added genjavadoc's output directory...
like this: ``` net.alchim31.maven scala-maven-plugin doc generate-sources compile -P:genjavadoc:out=${project.build.directory}/genjavadoc com.typesafe.genjavadoc genjavadoc-plugin_${scala.binary.full.version} 0.11 org.apache.maven.plugins maven-javadoc-plugin 2.9 64m 2g ${project.build.directory}\genjavadoc; ${project.basedir} ${project.build.directory} true ```
Will this problem be fixed?
Well, I watched it all day yesterday and didn't find a way to repair it. I'll study it again.
Did you support it?
thanks . pom.xml: ``` -march=compatibility ```

I've designed 'string' as a syntax rule so that 'esc' and 'STRING SEQ' can be handled separately when processed in visitor. No other solution has been found
> I would recommend giving up on dealing with those details in the parser, the visitor or the listener. At first glance, your string literal is a double quoted sequence...