[JBoss JIRA] (JBIDE-13378) Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13378?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13378 at 1/15/13 11:38 AM:
--------------------------------------------------------------
The artifact you're looking for cannot be hosted on a p2 update site since it's a pom. It can only be hosted in an m2 repo.
Assuming you're looking in here [1], then the correct parent should be defined like this:
{code:title=https://github.com/nickboldt/jbosstools-integration-tests/blob/JBIDE-12974_2/site/pom.xml}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.site</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<relativePath>../../jbosstools-build-sites/aggregate/pom.xml</relativePath>
</parent>
{code}
[1] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/si...
So... [~mickael_istria] do you think we should be publishing org.jboss.tools:org.jboss.tools.site:4.1.0.Alpha1-SNAPSHOT to nexus?
was (Author: nickboldt):
Assuming you're looking in here [1], then the correct parent should be defined like this:
{code:title=https://github.com/nickboldt/jbosstools-integration-tests/blob/JBIDE-12974_2/site/pom.xml}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.site</artifactId>
<version>4.1.0.Alpha1-SNAPSHOT</version>
<relativePath>../../jbosstools-build-sites/aggregate/pom.xml</relativePath>
</parent>
{code}
[1] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/si...
So... [~mickael_istria] do you think we should be publishing org.jboss.tools:org.jboss.tools.site:4.1.0.Alpha1-SNAPSHOT to nexus?
> Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-13378
> URL: https://issues.jboss.org/browse/JBIDE-13378
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 4.0.0.Final
> Reporter: Jiri Peterka
> Assignee: Nick Boldt
> Fix For: 4.1.0.Alpha1
>
>
> Could not transfer artifact org.jboss.tools:org.jboss.tools.site:pom:4.1.0.Alpha1-SNAPSHOT
> I guess it should be available on http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12280) Build project slow/hangs for the first time a change is made
by Jaroslav Jankovič (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12280?page=com.atlassian.jira.plugi... ]
Jaroslav Jankovič commented on JBIDE-12280:
-------------------------------------------
Rob, I don't have any idea how to verify this. Am I supposed to import 1000 source files? It doesn't seem as a nice job :(
> Build project slow/hangs for the first time a change is made
> ------------------------------------------------------------
>
> Key: JBIDE-12280
> URL: https://issues.jboss.org/browse/JBIDE-12280
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Archives
> Affects Versions: 3.1.1
> Environment: jdk 1.6.0, windows vista
> Reporter: Shanu N
> Assignee: Rob Stryker
> Fix For: 3.3.2
>
> Attachments: dumpTest1.log
>
>
> I am using JBOSS Developer studio 3.0.1 GA and I find that the build sometimes just hangs in 78% or 98% or is extremely slow. I have unchecked the 'build automatic' option and also unchecked many of the validators in the Validation menu. This usually happens if I am opening the workspace after a 2 days gap, do a change and build or if I close one workspace, open another or switch to another workspace, do a change and build. If I am continuously working only on one workspace, then anytime I do a build, it is fast.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months