执行 ant clean,构建失败,错误 java 版本
executing ant clean, Build Failed, Wrong java Version
我正在尝试安装 hybris,但在安装时我在执行 ant clean 命令时遇到问题。
我使用的是 java 的最新版本,应该可以。
我也在正确的路径中使用了setantenv.bat。
这里是堆栈跟踪:
Apache Ant(TM) version 1.9.1 compiled on May 15 2013
C:\work\trail\hybris\bin\platform>**ant clean**
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=128M; support
s removed in 8.0
Buildfile: C:\work\trail\hybris\bin\platform\build.xml
[echo] C:\work\trail\hybris\bin\platform/tomcat/bin
**BUILD FAILED**
C:\work\trail\hybris\bin\platform\build.xml:20: The following error occurred w
le executing this line:
C:\work\trail\hybris\bin\platform\resources\ant\antmacros.xml:73: The followin
error occurred while executing this line:
C:\work\trail\hybris\bin\platform\resources\ant\util.xml:234: -
**** **WRONG JAVA VERSION** ****
Environment check failed: You are using a not supported version of Java.
Please make sure you are using Java version 1.7 or later.
Your current Java version is: 1.8.0_40
TIP: If you are using eclipse you can configure a different JVM under
Preferences->Java->Installed JREs.
Total time: 1 second
由于您能够让 Hybris 使用 JDK 7,Java JDK 版本 1.8.0_40 似乎没有向后 compatibility/support 适用于 Hybris 5.2.0.6。如果您感到胆怯,您可能想使用 Hybris 打开一个错误。
在 Eclipse 中转到平台 - build.xml - 右键单击它 - 转到 运行 as - 外部工具配置 - 转到 jre 选项卡 - 在单独的 jre 中添加所需的 jre 版本 - 添加build.xml 文件再次传给 ant 并且 运行 它
试试这个,在 platfrom 文件夹下的 util.xml 中添加 java 版本。对我有用!
我正在尝试安装 hybris,但在安装时我在执行 ant clean 命令时遇到问题。
我使用的是 java 的最新版本,应该可以。 我也在正确的路径中使用了setantenv.bat。
这里是堆栈跟踪:
Apache Ant(TM) version 1.9.1 compiled on May 15 2013
C:\work\trail\hybris\bin\platform>**ant clean**
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=128M; support
s removed in 8.0
Buildfile: C:\work\trail\hybris\bin\platform\build.xml
[echo] C:\work\trail\hybris\bin\platform/tomcat/bin
**BUILD FAILED**
C:\work\trail\hybris\bin\platform\build.xml:20: The following error occurred w
le executing this line:
C:\work\trail\hybris\bin\platform\resources\ant\antmacros.xml:73: The followin
error occurred while executing this line:
C:\work\trail\hybris\bin\platform\resources\ant\util.xml:234: -
**** **WRONG JAVA VERSION** ****
Environment check failed: You are using a not supported version of Java.
Please make sure you are using Java version 1.7 or later.
Your current Java version is: 1.8.0_40
TIP: If you are using eclipse you can configure a different JVM under
Preferences->Java->Installed JREs.
Total time: 1 second
由于您能够让 Hybris 使用 JDK 7,Java JDK 版本 1.8.0_40 似乎没有向后 compatibility/support 适用于 Hybris 5.2.0.6。如果您感到胆怯,您可能想使用 Hybris 打开一个错误。
在 Eclipse 中转到平台 - build.xml - 右键单击它 - 转到 运行 as - 外部工具配置 - 转到 jre 选项卡 - 在单独的 jre 中添加所需的 jre 版本 - 添加build.xml 文件再次传给 ant 并且 运行 它
试试这个,在 platfrom 文件夹下的 util.xml 中添加 java 版本。对我有用!