xjc: Two declarations cause a collision in the ObjectFactory class

后端 未结 2 755
春和景丽
春和景丽 2020-12-08 08:31

Running the following xjc command raises an error :

$ xjc \"ftp://ftp.ncbi.nih.gov/bioproject/Schema/Core.xsd\"
parsing a schema...
compilin         


        
2条回答
  •  一生所求
    2020-12-08 08:44

    remove -p package in the command

    xjc -d src -XautoNameResolution TFMData_Service.xsd
    

提交回复
热议问题