Unable to deploy intellij-community
Make works fine, but build into jars does not, any ideas?
D:\WorkSpace\jdk1.6.0_45\bin\java -Xmx128m -Xss2m "-Dant.home=D:\workspace\ideaIU-138 CUSTOM\lib\ant" "-Dant.library.dir=D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib" -Dfile.encoding=UTF-8 -classpath "D:\WorkSpace\jdk1.6.0_45\jre\lib\charsets.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\deploy.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\javaws.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\jce.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\jsse.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\management-agent.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\plugin.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\resources.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\rt.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\ext\dnsns.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\ext\localedata.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\ext\sunjce_provider.jar;D:\WorkSpace\jdk1.6.0_45\jre\lib\ext\sunmscapi.jar;D:\WorkSpace\jdk1.6.0_45\lib\tools.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-antlr.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-bcel.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-bsf.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-log4j.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-oro.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-regexp.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-resolver.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-apache-xalan2.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-commons-logging.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-commons-net.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-jai.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-javamail.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-jdepend.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-jmf.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-jsch.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-junit.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-launcher.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-netrexx.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-swing.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant-testutil.jar;D:\workspace\ideaIU-138 CUSTOM\lib\ant\lib\ant.jar;D:\workspace\ideaIU-138 CUSTOM\lib\idea_rt.jar" com.intellij.rt.ant.execution.AntMain2 -logger com.intellij.rt.ant.execution.IdeaAntLogger2 -inputhandler com.intellij.rt.ant.execution.IdeaInputHandler -buildfile D:\workspace\_projekty\GitHub\intellij-community\build\update.xml
update.xml
dirname
property
property
property
macrodef
layout
run
sequential
java
Buildfile: D:\workspace\_projekty\GitHub\intellij-community\build\gant.xml
doGant:
Starting gant script D:\workspace\_projekty\GitHub\intellij-community\build/..//build/scripts/layouts.gant
'home' is not defined. Defaulting to 'D:\workspace\_projekty\GitHub\intellij-community'
default:
[delete] Deleting directory D:\workspace\_projekty\GitHub\intellij-community\out\patched
[copy] Copying 1 file to D:\workspace\_projekty\GitHub\intellij-community\out\patched
##teamcity[progressMessage 'layout to D:\workspace\_projekty\GitHub\intellij-community\build/..//out/deploy']
BUILD FAILED
D:\workspace\_projekty\GitHub\intellij-community\build\gant.xml:50: : No production output found for module android. Either modules.output property references project output that doesn't contain this module or module.android.output.main is not defined or references non-existing directory.
Total time: 3 seconds
D:\workspace\_projekty\GitHub\intellij-community\build\update.xml:28: Java returned: 1
D:\workspace\_projekty\GitHub\intellij-community\build\update.xml:28: Java returned: 1
D:\workspace\_projekty\GitHub\intellij-community\build\update.xml:63: The following error occurred while executing this line:
D:\workspace\_projekty\GitHub\intellij-community\build\update.xml:63: The following error occurred while executing this line:
D:\workspace\_projekty\GitHub\intellij-community\build\update.xml:63: The following error occurred while executing this line:
Ant build completed with 5 errors and no warnings in 5s at 12.9.2014 11:53
请先登录再写评论。
Hello,
you need to fetch sources of 'Android' plugin, which are located in separate Git Repositories. Just go to the root directory and call getPlugins.bat
(getPlugins.sh for Linux/Mac).
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"
Thanks!
I have a problem when I am behing proxy, which does not allow git://
Is there a possibility to publish the repo on http or https?