[JBoss JIRA] Created: (JBIDE-8094) Remove project templates that bundles RF 4 libraries
by Max Andersen (JIRA)
Remove project templates that bundles RF 4 libraries
----------------------------------------------------
Key: JBIDE-8094
URL: https://issues.jboss.org/browse/JBIDE-8094
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JSF
Affects Versions: 3.2.0.Beta2
Reporter: Max Andersen
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.2.0.CR1
JBIDE-7422 makes JBT bundle RF 4.M4 binaries meaning they will always be out of date (i.e. M5 was just released).
I was originally going to make this go into the release but Jay (RF lead) showed concerns about this and thus we should get it removed.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-8059) Dependency cycle between jsf and vpe components
by Denis Golovin (JIRA)
Dependency cycle between jsf and vpe components
-----------------------------------------------
Key: JBIDE-8059
URL: https://issues.jboss.org/browse/JBIDE-8059
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 3.2.0.CR1
Reporter: Denis Golovin
Assignee: Alexey Kazakov
Fix For: 3.2.0.CR1
eskimo@dgolovin-desktop:~/Projects/jbds-build/jbosstools-src$ DISPLAY=":1.0" ~/Java/apache-maven-3.0-beta-3/bin/mvn clean install -Dmaven.repo.local=.repository-last-2 -P helios-remote-target -f vpe/pom.xml -Dmaven.test.skip
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.tools:vpe:pom:0.0.1-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.jboss.tools:vpe:0.0.1-SNAPSHOT (/home/eskimo/Projects/jbds-build/jbosstools-src/vpe/pom.xml) points at org.jboss:jbosstools instead of org.jboss.tools:org.jboss.tools.parent.pom, please verify your project structure
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Resolving target platform for project MavenProject: org.jboss.tools.vpe.features:org.jboss.tools.vpe.feature:3.1.0-SNAPSHOT @ /home/eskimo/Projects/jbds-build/jbosstools-src/vpe/features/org.jboss.tools.vpe.feature/pom.xml
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Resolving target platform for project MavenProject: org.jboss.tools.vpe.features:org.jboss.tools.vpe.test.feature:1.0.0-SNAPSHOT @ /home/eskimo/Projects/jbds-build/jbosstools-src/vpe/features/org.jboss.tools.vpe.test.feature/pom.xml
[INFO] Adding repository (cached) http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Cannot complete the request. Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=cocoa, osgi.arch=x86, osgi.os=macosx, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[INFO] [Software being installed: org.jboss.tools.vpe.test.feature.feature.group 1.0.0.qualifier, Missing requirement: org.jboss.tools.vpe.spring.test 3.2.0.qualifier requires 'bundle org.jboss.tools.jsf.vpe.jstl 3.1.0' but it could not be found, Cannot satisfy dependency: org.jboss.tools.vpe.test.feature.feature.group 1.0.0.qualifier depends on: org.jboss.tools.vpe.spring.test 0.0.0]
[ERROR] Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable. -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:445)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:168)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
at org.sonatype.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:98)
at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:335)
at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:300)
at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:406)
at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
at org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
at org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:269)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
... 11 more
Caused by: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
... 20 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
eskimo@dgolovin-desktop:~/Projects/jbds-build/jbosstools-src$ DISPLAY=":1.0" ~/Java/apache-maven-3.0-beta-3/bin/mvn clean install -Dmaven.repo.local=.repository-last-2 -P helios-remote-target -f jsf/pom.xml -Dmaven.test.skip
Warning: JAVA_HOME environment variable is not set.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.tools.jsf.features:org.jboss.tools.jsf.feature:eclipse-feature:3.1.0-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.jboss.tools.jsf.features:org.jboss.tools.jsf.feature:3.1.0-SNAPSHOT (/home/eskimo/Projects/jbds-build/jbosstools-src/jsf/features/org.jboss.tools.jsf.feature/pom.xml) points at org.jboss.tools.jsf:features instead of org.jboss.tools:org.jboss.tools.parent.pom, please verify your project structure
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Resolving target platform for project MavenProject: org.jboss.tools.jsf.features:org.jboss.tools.jsf.feature:3.1.0-SNAPSHOT @ /home/eskimo/Projects/jbds-build/jbosstools-src/jsf/features/org.jboss.tools.jsf.feature/pom.xml
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Cannot complete the request. Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=cocoa, osgi.arch=x86, osgi.os=macosx, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[INFO] [Software being installed: org.jboss.tools.jsf.feature.feature.group 3.1.0.qualifier, Missing requirement: org.jboss.tools.jsf.vpe.seam 3.2.0.qualifier requires 'bundle org.jboss.tools.vpe.xulrunner 0.0.0' but it could not be found, Cannot satisfy dependency: org.jboss.tools.jsf.feature.feature.group 3.1.0.qualifier depends on: org.jboss.tools.jsf.vpe.seam 0.0.0]
[ERROR] Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable. -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:445)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:168)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
at org.sonatype.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:98)
at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:335)
at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:300)
at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:406)
at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
at org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
at org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:269)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
... 11 more
Caused by: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
... 20 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
eskimo@dgolovin-desktop:~/Projects/jbds-build/jbosstools-src$
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Updated: (JBIDE-8106) Teiid Project Examples NPE
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-8106?page=com.atlassian.jira.plugin... ]
Pavol Srna updated JBIDE-8106:
------------------------------
Attachment: Screenshot.png
> Teiid Project Examples NPE
> --------------------------
>
> Key: JBIDE-8106
> URL: https://issues.jboss.org/browse/JBIDE-8106
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 3.2.0.CR1
> Environment: JBT 3.2.0.CR1 2011-01-12_01-27-19-H899, linux 32bit
> Reporter: Pavol Srna
> Attachments: Screenshot.png
>
>
> java.lang.NullPointerException
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.importRecursivelyFrom(ImportOperation.java:789)
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.importFileSystemObjects(ImportOperation.java:674)
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.execute(ImportOperation.java:407)
> at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
> at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
> at org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard.importProject(NewProjectExamplesWizard.java:599)
> at org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard$2.runInWorkspace(NewProjectExamplesWizard.java:185)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-7916) Cloud view: cannot refresh several clouds
by Andre Dietisheim (JIRA)
Cloud view: cannot refresh several clouds
-----------------------------------------
Key: JBIDE-7916
URL: https://issues.jboss.org/browse/JBIDE-7916
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: deltacloud
Affects Versions: 3.2.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.2.x
how to reproduce:
1) make sure you have several clouds
2) select several clouds in the clouds view
3) pop up context menu
Result:
Refresh is disabled in the context menu
Expected result:
Refresh should be available and eithe refresh if a single cloud is selected or pop up a dialog that allows you to select the clouds that shall be refreshed
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months