You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "young138120 (via GitHub)" <gi...@apache.org> on 2023/04/20 02:48:07 UTC

[GitHub] [shardingsphere] young138120 opened a new issue, #25249: how to correct compile shardingsphere source code in window env

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

   i deploy proxy server with 5.3.2 version 
   when i complete the configuration and start success ,i get some of trouble
   so i want to compile the source code and debug it
   
   en··· fail to compile whole project ,but part of proxy is success
   i try list of command like this:
   ```shell
   mvn clean install -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Djacoco.skip=true -DskipITs -DskipTests -Prelease
   mvn clean install -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -DskipITs -DskipTests install -T1C 
   ```
   fail log show me :
   ![image](https://user-images.githubusercontent.com/11519151/233245179-3176b949-8c63-4d73-9465-375583328c35.png)
   
   i can google  nothing to resolve it ,so  i need your help 


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] liuxiaocs7 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "liuxiaocs7 (via GitHub)" <gi...@apache.org>.
liuxiaocs7 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1516306939

   Hi, #24697 may help.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] young138120 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "young138120 (via GitHub)" <gi...@apache.org>.
young138120 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1515637143

   proxy compile success ,but can not start up 
   =。=


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] young138120 closed issue #25249: how to correct compile shardingsphere source code in window env

Posted by "young138120 (via GitHub)" <gi...@apache.org>.
young138120 closed issue #25249: how to correct compile shardingsphere source code in window env
URL: https://github.com/apache/shardingsphere/issues/25249


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] ZJJ087 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "ZJJ087 (via GitHub)" <gi...@apache.org>.
ZJJ087 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1515904878

   I can compile success in ubuntu20.04 with JDK11. I build it fail in windows so turn to ubuntu...


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] young138120 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "young138120 (via GitHub)" <gi...@apache.org>.
young138120 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1516359735

   > Hi, #24697 may help.
   
   3Q for you reply , it work for me after upgradle jdk8 to jdk17


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] young138120 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "young138120 (via GitHub)" <gi...@apache.org>.
young138120 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1516234282

   > > > I can compile success in ubuntu20.04 with JDK11. I build it fail in windows so turn to ubuntu...
   > > 
   > > 
   > > ss project not support compile in windows? it is so sad , i work in windows
   > 
   > You can refer to : https://shardingsphere.apache.org/document/current/cn/faq/
   
   i already read the document , and set `idea.max.intellisense.filesize=10000` and restart IDEA 
   but still log the 
   `程序包org.apache.shardingsphere.distsql.parser.autogen不存在`
   after i execute 
   `mvnw -Dcheckstyle.skip=true -Dspotbugs.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true -Djacoco.skip=true -DskipITs -DskipTests install -T1C `
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] young138120 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "young138120 (via GitHub)" <gi...@apache.org>.
young138120 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1515955057

   > I can compile success in ubuntu20.04 with JDK11. I build it fail in windows so turn to ubuntu...
   
   ss project not support compile in windows? 
   it is so sad , i work in windows


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #25249: how to correct compile shardingsphere source code in window env

Posted by "zhaojinchao95 (via GitHub)" <gi...@apache.org>.
zhaojinchao95 commented on issue #25249:
URL: https://github.com/apache/shardingsphere/issues/25249#issuecomment-1516124089

   > > I can compile success in ubuntu20.04 with JDK11. I build it fail in windows so turn to ubuntu...
   > 
   > ss project not support compile in windows? it is so sad , i work in windows
   
   You can refer to : https://shardingsphere.apache.org/document/current/cn/faq/


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org