程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> netbeans-NetBeans部署項目,拋出異常,求大神解決~

netbeans-NetBeans部署項目,拋出異常,求大神解決~

編輯:編程綜合問答
NetBeans部署項目,拋出異常,求大神解決~
 cd F:\----------測試空間----------\drp-master; "JAVA_HOME=C:\\Program Files (x86)\\Java\\jdk1.7.0_13" cmd /c "\"\"D:\\Program Files (x86)\\NetBeans 8.0.2\\java\\maven\\bin\\mvn.bat\" -Dnetbeans.deploy=true -Dmaven.ext.class.path=\"D:\\Program Files (x86)\\NetBeans 8.0.2\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 package\""
Scanning for projects...

------------------------------------------------------------------------
Building drp 1.0-SNAPSHOT
------------------------------------------------------------------------

--- maven-resources-plugin:2.5:resources (default-resources) @ drp ---
[debug] execute contextualize
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 0.435s
Finished at: Fri Sep 11 14:23:44 CST 2015
Final Memory: 6M/16M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.5:resources (default-resources) on project drp: Error loading property file 'F:\----------測試空間----------\drp-master\filters\dev\jdbc.properties' -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

圖片說明

最佳回答:


Error loading property file 'F:----------測試空間----------\drp-master\filters\dev\jdbc.properties' -> [Help 1]
這個文件有問題。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved