]
Nick Boldt commented on JBIDE-22584:
------------------------------------
And jbosstools-central is also building OK.
So the file that's being fetched and that's causing both central and discovery to
fail is...
{code}
<configuration>
<skip>false</skip>
<
<overwrite>true</overwrite>
<skipCache>true</skipCache>
<outputDirectory>${project.basedir}</outputDirectory>
<outputFileName>earlyaccess.properties</outputFileName>
</configuration>{code}
...
circular dependency between jbosstools-central build and
jbosstools-discovery build?
------------------------------------------------------------------------------------
Key: JBIDE-22584
URL:
https://issues.jboss.org/browse/JBIDE-22584
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, central, central-update
Affects Versions: 4.4.0.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Normally, jbosstools-central is built before jbosstools-discovery.
However, running jbosstools-central build for the first time, ran into this:
{code}
22:43:51 [INFO] org.jboss.tools.community.central .................. FAILURE [ 0.556 s]
22:43:51 [INFO] org.jboss.tools.community.central.feature .......... SKIPPED
22:43:51 [INFO] central.maven.examples.site ........................ SKIPPED
22:43:52 [ERROR] Failed to execute goal
com.googlecode.maven-download-plugin:download-maven-plugin:1.2.0:wget
(get-earlyaccess-listing) on project org.jboss.tools.community.central: IO Error: Could
not get content -> [Help 1]
{code} --
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/devs...
Or, this could be a problem w/ bootstrapping values in ide-config.properties?