Tag: playn

缺less神器com.sun:工具:jar

我一直在使用入门教程,但是在使用Maven导入playn项目之后,我一直陷入困境。 我正在使用在64位Windows 7上运行的Eclipse Indigo。 所有导入的项目都有相同的错误: Missing Artifact com.sun:tools:jar in all the pom.xml files. 经过几个小时的search论坛,我试过了: 安装最新的Java 1.6.029将我的JAVA_HOME环境variables更改为\program files\Java\jdk1.6_029更改我的Eclipse Java首选项以使用JRE jdk1.6_029 。 我真的想试试playn,但为什么有几个post,我似乎无法find解决schemeconsenus答案。 有人说,Sun从64位jdk中删除了一些东西,其他人说你必须编辑你的xml文件,很多人说你已经改变了你的JAVA_HOME ,另一个人说你必须改变你的Eclipse的虚拟机选项。 任何帮助清理这一点,将不胜感激,并可能有用的很多,因为我没有一个特别奇怪的设置在这里。 (编辑)这是第一个项目中的pom.xml。 Eclipse中的标志错误在说: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.googlecode.playn</groupId> <artifactId>playn-project</artifactId> <version>1.1-SNAPSHOT</version> </parent> <artifactId>playn-android</artifactId> <name>PlayN Android</name> <packaging>jar</packaging> <repositories> </repositories> <dependencies> <dependency> <groupId>com.googlecode.playn</groupId> <artifactId>playn-core</artifactId> <version>${project.version}</version> </dependency> <!– needed because Android uses the […]

未能执行目标org.apache.maven.plugins:maven-surefire-plugin:2.10:test

我已经search了近五天的互联网寻找解决这个问题,但我似乎无法自行find并修复它,主要是因为我是如此新的Maven和PlayN,所以我不完全确定在我正在看什么。 但是,在build立核心的过程中显然正在摸索。 似乎无法下载“神器filter”,并且无法运行Surefire的testing。 但是,我只是在猜测我不完全理解的东西,尽pipe我一直在试图研究这些东西像疯了似的。 任何来自更有经验的人的帮助将非常,非常感激。 我正在失去我的想法。 [INFO] Building Synthesis Core 1.0-SNAPSHOT [INFO] ———————————————————————— [INFO] [INFO] — maven-enforcer-plugin:1.0:enforce (enforce-maven) @ synthesis-core — [INFO] [INFO] — maven-resources-plugin:2.5:resources (default-resources) @ synthesis-core — [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] skip non existing resourceDirectory C:\Users\Josiah\synthesis\core\src\main\resources [INFO] [INFO] — maven-compiler-plugin:2.3:compile (default-compile) […]