Hasy anyone else encountered this problem?
Linux Red Hat 6.2
> ./js-ant clean-config
> ./js-ant build-ce
[java] [ERROR] Failed to execute goal on project jasperserver-api-common: Could not resolve dependencies for project com.jaspersoft.jasperserver.api.common:jasperserver-api-common:jar:6.0.1: Failed to collect dependencies at org.jboss.teiid:teiid-engine:jar:8.8.1: Failed to read artifact descriptor for org.jboss.teiid:teiid-engine:jar:8.8.1: Could not find artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Alpha1-redhat-4 in js-repo-svn (file:///home/console/installs/jasperreports-server-6.0.1-src/jasperserver-repo) -> [Help 1]
Thanks in advance.
2 Answers:
I found I had two issues. The first was security for the user I was trying to run the build process. Once I got that all worked out. I found a second problem, which was the one above. I actually found a work around. The default_master.properties file has a property called maven-localrepo-path. If this is set to the path of where the jasperserver-repo is located it seems to pick up the artifact correctly. The maven process must have not been retrieving the pom correctly or maybe it was my adding the jboss repo to my settings.xml. I did both so either could have fixed the problem.
It may be because RedHat 6.0.x is not included as a supported platform by Jaspersoft.
Check the following document for supported platforms:
http://community-static.jaspersoft.com/sites/default/files/docs/jasperso...
Just to follow this with a note. The pom does exist in the jasperserver-repo and in the correct location.