2012-09-24 1 views
4

나는 받는다는 GAE 플러그인 버전 0.9.4을 사용하고 내가 사용할 때마다 MVN GAE : 실행 나는 다음과 같은 오류가 발생합니다 :mvn gae를 사용할 수 없습니다 : 버전 maven-gae-plugin으로 실행 : 0.9.4?

Usage: <dev-appserver> [options] <war directory> 

Options: 
--help, -h     Show this help message and exit. 
--server=SERVER   The server to use to determine the latest 
    -s SERVER     SDK version. 
--address=ADDRESS   The address of the interface on the local machine 
    -a ADDRESS     to bind to (or 0.0.0.0 for all interfaces). 
--port=PORT    The port number to bind to on the local machine. 
    -p PORT 
--sdk_root=root   Overrides where the SDK is located. 
--disable_update_check  Disable the check for newer SDK versions. 
--generated_dir=dir  Set the directory where generated files are created. 

이 0.5 버전에서 문제가 될하는 데 사용되는 곳은 오래된 스레드를 설정 인터넷 검색 플러그인의하지만 수정되었습니다. 왜 저를 위해 일어나고 일하는 것이 arrounds인지 확실하지 않습니다. 어떤 아이디어?

+1

현재 동일한 문제가 발생합니다. Maven-gae-plugin 0.9.4, OSX에서 Java 1.6.0_33, Maven 3.0.3 –

답변

3

나는 또한 내가이를 재현 한 모든이 GAE - 원형 - JSP 원형을 사용하여 프로젝트를 만든 다음 mvn gae:run을 사용하는 것이었다 윈도우 7에 받는다는 신세계 - 플러그인 0.9.4 및 jdk1.6.0_23이 문제가 발생 .

그러나, 나는 0.9 버전으로 Maven-gae-plugin을 지원했고 문제는 사라졌습니다!

+0

이 오류가 발생합니다. https://appengine.google.com/api/updatecheck에 액세스 할 수 없습니다. ? runtime = java & release = 1.7.0 & timestamp = 1340396813 & api_versions = [ '1.0'] 관련이 있는지 없는지 확실하지 않습니다. 어쨌든 이전 문제가있어 thx –

+0

내 거대한 GAE/Maven 유발 두통을 해결해 주셔서 감사합니다. – ecbrodie

+2

GAE 버전 1.7.2로 업데이트하면 0.9.4가 작동합니다. –

관련 문제