简体   繁体   English

代号一生成错误

[英]Codename one build error

I've reached such a problem yesterday: 我昨天遇到了这样的问题:

I'm trying to build an app on the server, but I'm getting this error : 我正在尝试在服务器上构建应用程序,但出现此错误

[codeNameOne] java.io.IOException: An upload error occured - check that you have enough build credits on the server ... BUILD FAILED /home/arsenii/Code/IDE workspaces/own_workspace/EGuide/build.xml:452: Error in server build process " [codeNameOne] java.io.IOException: An upload error occured - check that you have enough build credits on the server ...构建失败/home/arsenii/Code/IDE workspaces/own_workspace/EGuide/build.xml:452: Error in server build process

I have't compiled apps this month yet. 我这个月还没有编译应用程序。

What it could be, and why? 可能是什么,为什么?

Thank you in advance. 先感谢您。

IDE: Eclipse

Desktop OS - Ubuntu 12.04

Check your proxy setting and whether you might have a communication issue. 检查您的代理设置,以及您是否可能存在通信问题。

Check if there is a more detailed stack. 检查是否有更详细的堆栈。

Make sure you are using Java 7. 确保您使用的是Java 7。

I had exactly the same issue as this and it was because I had changed the ant build file so that it was setting the java source and java target to 1.7 and not the default 1.5. 我有与此完全相同的问题,这是因为我已更改了ant构建文件,以便将Java源和Java目标设置为1.7,而不是默认的1.5。

It seems that the build server doesn't like anything above 1.5 似乎构建服务器不喜欢1.5以上的任何东西

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM