[JBoss JIRA] Created: (JBIDE-6657) org.jboss.tools.vpe.xulrunner can't compile: missing org.mozilla.interfaces.nsISupports & org.mozilla.interfaces in MANIFEST.MF
by Nick Boldt (JIRA)
org.jboss.tools.vpe.xulrunner can't compile: missing org.mozilla.interfaces.nsISupports & org.mozilla.interfaces in MANIFEST.MF
-------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-6657
URL: https://jira.jboss.org/browse/JBIDE-6657
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 3.2.0.M2
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.9.0:compile (default-compile) on project org.jboss.tools.vpe.xulrunner: Compilation failure: Compilation failure:
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/VpeResizerMouseMotionListener.java (at line 1):[-1,-1]
/*******************************************************************************
^
The type org.mozilla.interfaces.nsISupports cannot be resolved. It is indirectly referenced from required .class files
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/VpeResizerMouseMotionListener.java (at line 15):[-1,-1]
import org.mozilla.interfaces.nsIDOMEvent;
^^^^^^^^^^^^^^^^^^^^^^
The import org.mozilla.interfaces cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/VpeResizerMouseMotionListener.java (at line 16):[-1,-1]
import org.mozilla.interfaces.nsIDOMEventListener;
^^^^^^^^^^^^^^^^^^^^^^
The import org.mozilla.interfaces cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/VpeResizerMouseMotionListener.java (at line 17):[-1,-1]
import org.mozilla.interfaces.nsIDOMMouseEvent;
^^^^^^^^^^^^^^^^^^^^^^
The import org.mozilla.interfaces cannot be resolved
/mnt/hudson_workspace/workspace/jbosstools-3.2.0.M2.continuous/sources/vpe/plugins/org.jboss.tools.vpe.xulrunner/src/org/jboss/tools/vpe/xulrunner/editor/VpeResizerMouseMotionListener.java (at line 18):[-1,-1]
import org.mozilla.interfaces.nsISupports;
...
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6720) Cannot update SVN trunk under Windows
by Denis Vinnichek (JIRA)
Cannot update SVN trunk under Windows
-------------------------------------
Key: JBIDE-6720
URL: https://jira.jboss.org/browse/JBIDE-6720
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.2.0.M2
Environment: Windows XP SP3, TortoiseSVN 1.6.3
Reporter: Denis Vinnichek
Assignee: Ben Clare
Priority: Blocker
Fix For: 3.2.0.M2
The trunk cannot be updated on the machines running Windows.
'svn update' exits with the following error:
------
In directory 'D:\Projects\JBDS\trunk\hibernatetools\docs\task-reference\en-US'
Can't open file
'D:\Projects\JBDS\trunk\hibernatetools\docs\task-reference\en-US\.svn\tmp\text-base\sect-Hibernate_Tools_Reference_Guide-Concepts-Ant_tasks-Hibernate_configurations.xml.svn-base':
The system cannot find the file specified.
------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6658) The import org.jboss.tools.jmx.core cannot be resolved when compiling jmx.ui plugin
by Nick Boldt (JIRA)
The import org.jboss.tools.jmx.core cannot be resolved when compiling jmx.ui plugin
-----------------------------------------------------------------------------------
Key: JBIDE-6658
URL: https://jira.jboss.org/browse/JBIDE-6658
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jmx
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Priority: Blocker
[INFO] Using compile source roots from build.properties
[INFO] Compiling 63 source files to /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/target/classes
incorrect classpath: /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.core/target/classes
----------
1. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 16)
import org.jboss.tools.jmx.core.IConnectionWrapper;
^^^^^^^^^^^^^^^^^^^^^^^^
The import org.jboss.tools.jmx.core cannot be resolved
----------
2. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 21)
private IConnectionWrapper connection;
^^^^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
3. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 22)
public EditConnectionAction(IConnectionWrapper connection) {
^^^^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
4. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 23)
this.connection = connection;
^^^^^^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
----------
5. ERROR in /mnt/hudson_workspace/workspace/jbosstools-3.2.0.M1/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/EditConnectionAction.java (at line 29)
EditConnectionWizard wizard = new EditConnectionWizard(connection);
^^^^^^^^^^
IConnectionWrapper cannot be resolved to a type
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months