szxckj
发表于 2015-7-15 13:11:14
Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'jeecg'.
11
commingright
发表于 2015-7-19 14:41:15
zhu 发表于 2015-7-3 15:31 static/image/common/back.gif
按照上面的搭建了,运行报错:No plugin found for prefix 'tomcat' in the current project and in the plu ...
:lol,我是新手路过,试下:在eclipse中选中工程目录,右键选Run As-》Run Configuration-》在“Main”Tab窗口中,第一次运行不要选中“offline”。
commingright
发表于 2015-7-19 14:47:20
szxckj 发表于 2015-7-15 13:11 static/image/common/back.gif
Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'jeecg'.
...
试下:eclipse当前工程,右键Properties-》Builders-》取消第一项“JavaScript Validator”的勾。
jiaxing
发表于 2015-7-19 15:33:01
An internal error occurred during: "Building workspace".
Java heap space 我这个一直提示报错
tyjohn
发表于 2015-7-20 09:53:37
out ouf memery
kongwf5813
发表于 2015-8-19 17:53:36
wyonge 发表于 2015-6-21 16:22 static/image/common/back.gif
java.lang.NullPointerException
jodd.util.StringUtil.replace(StringUtil.java:35)
org.jeecgframework ...
这个是国际化控件的bug问题,坐等更新。把BaseTag.java的71行弄成默认的。
kongwf5813
发表于 2015-8-19 18:01:53
feng2212 发表于 2015-6-26 08:37 static/image/common/back.gif
前面步骤都执行通过了,就在run as maven build的地方构建版本时出错。是什么原因啊?
Failed to e ...
下载共享的本地仓库把,我也遇到了这个问题,可能是Apache官方maven仓库的问题。
rocky
发表于 2015-9-9 18:12:04
按照文档的步骤一步一步的配,没问题,但是最后run的时候,还是出现了一下错误,求解
Scanning for projects...
The POM for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-clean-plugin:2.4.1: Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1
The POM for org.apache.maven.plugins:maven-install-plugin:jar:2.3.1 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.3.1: Plugin org.apache.maven.plugins:maven-install-plugin:2.3.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.3.1
The POM for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-deploy-plugin:2.7: Plugin org.apache.maven.plugins:maven-deploy-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-deploy-plugin:jar:2.7
The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.0 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-site-plugin:3.0: Plugin org.apache.maven.plugins:maven-site-plugin:3.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-site-plugin:jar:3.0
The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3
The POM for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5
The POM for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-dependency-plugin:2.1: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-dependency-plugin:jar:2.1
The POM for org.apache.maven.plugins:maven-release-plugin:jar:2.0 is missing, no dependency information available
Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:2.0: Plugin org.apache.maven.plugins:maven-release-plugin:2.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-release-plugin:jar:2.0
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 0.109s
Finished at: Wed Sep 09 17:59:51 CST 2015
Final Memory: 6M/123M
------------------------------------------------------------------------
No plugin found for prefix 'tomcat' in the current project and in the plugin groups available from the repositories http://repo.maven.apache.org/maven2)] ->
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
liuquan0424
发表于 2016-2-24 14:48:42
不错,够详细,顶个!
Romeo
发表于 2016-6-19 16:19:12
请问一下版主,这个平台能不能再IDEA上搭建?