lizongbo opened a new issue, #28211:
URL: https://github.com/apache/shardingsphere/issues/28211

   ## Question
   
   follow "Contributor Covenant Submitting of Conduct" from:
   
   https://shardingsphere.apache.org/community/en/involved/conduct/code/
   
   I had git clone the code,and run :
   mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e
   
   but I get error :
   
   ```
   [WARNING] The requested profile "nexus" could not be activated because it 
does not exist.
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) 
on project shardingsphere-parser-distsql-engine: Compilation failure: 
Compilation failure:
   [ERROR] 
/D:/githubProjects/shardingsphere/parser/distsql/engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/kernel/KernelDistSQLParser.java:[22,56]
 程序包org.apache.shardingsphere.distsql.parser.autogen不存在
   [ERROR] 
/D:/githubProjects/shardingsphere/parser/distsql/engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/kernel/KernelDistSQLParser.java:[30,48]
 找不到符号
   [ERROR]   符号: 类 KernelDistSQLStatementParser
   [ERROR] 
/D:/githubProjects/shardingsphere/parser/distsql/engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/utility/UtilityDistSQLLexer.java:[21,56]
 程序包org.apache.shardingsphere.distsql.parser.autogen不存在
   [ERROR] 
/D:/githubProjects/shardingsphere/parser/distsql/engine/src/main/java/org/apache/shardingsphere/distsql/parser/core/utility/UtilityDistSQLLexer.java:[27,48]
 找不到符号
   [ERROR]   符号: 类 UtilityDistSQLStatementLexer
   ```
   
   
   
![image](https://github.com/apache/shardingsphere/assets/1670666/506b9c6b-9072-4455-8607-1dff5aa2f19d)
   
   
   
   how to gen java source for  org.apache.shardingsphere.distsql.parser.autogen?
   
   


-- 
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]

Reply via email to