You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/11/19 06:57:18 UTC

[GitHub] [incubator-shardingsphere] xiaobai022sdo opened a new issue #3557: mvnw build error

xiaobai022sdo opened a new issue #3557: mvnw build error
URL: https://github.com/apache/incubator-shardingsphere/issues/3557
 
 
    
   
   Below in  /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/ not have api and spi talog。Problematic projects :  sharding-core-* exclude sharding-core-api 
   
   The following is the wrong report:
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project sharding-core-common: Compilation failure: Compilation failure: 
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/impl/KeyGeneratorConfigurationYamlSwapper.java:[20,53] package org.apache.shardingsphere.api.config.sharding does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/impl/KeyGeneratorConfigurationYamlSwapper.java:[29,111] cannot find symbol
   [ERROR]   symbol: class KeyGeneratorConfiguration
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/impl/KeyGeneratorConfigurationYamlSwapper.java:[32,53] cannot find symbol
   [ERROR]   symbol:   class KeyGeneratorConfiguration
   [ERROR]   location: class org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/yaml/swapper/impl/KeyGeneratorConfigurationYamlSwapper.java:[41,12] cannot find symbol
   [ERROR]   symbol:   class KeyGeneratorConfiguration
   [ERROR]   location: class org.apache.shardingsphere.core.yaml.swapper.impl.KeyGeneratorConfigurationYamlSwapper
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/route/ShardingAlgorithmFactory.java:[23,46] package org.apache.shardingsphere.api.sharding does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/route/ShardingAlgorithmFactory.java:[44,30] cannot find symbol
   [ERROR]   symbol:   class ShardingAlgorithm
   [ERROR]   location: class org.apache.shardingsphere.core.strategy.route.ShardingAlgorithmFactory
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/keygen/SnowflakeShardingKeyGenerator.java:[24,44] package org.apache.shardingsphere.spi.keygen does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/strategy/keygen/SnowflakeShardingKeyGenerator.java:[54,61] cannot find symbol
   [ERROR]   symbol: class ShardingKeyGenerator
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/spi/database/SQLServerDatabaseType.java:[21,46] package org.apache.shardingsphere.spi.database does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/spi/database/SQLServerDatabaseType.java:[22,46] package org.apache.shardingsphere.spi.database does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/spi/database/SQLServerDatabaseType.java:[32,53] cannot find symbol
   [ERROR]   symbol: class DatabaseType
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/spi/database/SQLServerDatabaseType.java:[45,12] cannot find symbol
   [ERROR]   symbol:   class DataSourceMetaData
   [ERROR]   location: class org.apache.shardingsphere.core.spi.database.SQLServerDatabaseType
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/metadata/datasource/DataSourceMetas.java:[20,46] package org.apache.shardingsphere.spi.database does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/metadata/datasource/DataSourceMetas.java:[21,46] package org.apache.shardingsphere.spi.database does not exist
   [ERROR] /data/sharding/incubator-shardingsphere-4.0.0-RC3/sharding-core/sharding-core-common/src/main/java/org/apache/shardingsphere/core/metadata/datasource/DataSourceMetas.java:[22,46] package org.apache.shardingsphere.spi.database does not exist
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services