[JBoss JIRA] (JBIDE-10005) Error when publishing project without git repo associated
by Max Rydahl Andersen (Created) (JIRA)
Error when publishing project without git repo associated
---------------------------------------------------------
Key: JBIDE-10005
URL: https://issues.jboss.org/browse/JBIDE-10005
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Blocker
Fix For: 3.3.0.M4
try publishing project or deployable individual file without a git repo to an openshift server.
publishng server doesn't check if project has a repository!
java.lang.NullPointerException
at org.eclipse.egit.core.IteratorService.createInitialIterator(IteratorService.java:39)
at org.jboss.ide.eclipse.as.egit.core.EGitUtils.countCommitableChanges(EGitUtils.java:459)
at org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishModule(ExpressPublishMethod.java:50)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:92)
at org.jboss.ide.eclipse.as.core.server.internal.v7.DelegatingJBoss7ServerBehavior.publishModule(DelegatingJBoss7ServerBehavior.java:84)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1046)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1138)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:955)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3027)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:341)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
this one is a blocker since if you drag a project to a server or use run as then it will keep giving NPE's and removal is broken too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-9480) CdiElResolver incorrectly resolves resource message bundle properties as Java Elements
by Victor Rubezhny (JIRA)
CdiElResolver incorrectly resolves resource message bundle properties as Java Elements
--------------------------------------------------------------------------------------
Key: JBIDE-9480
URL: https://issues.jboss.org/browse/JBIDE-9480
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi, jsp/jsf/xml source editing
Affects Versions: 3.3.0.M3
Reporter: Victor Rubezhny
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
EXECUTE: Import Seam-booking example (See http://seamframework.org/Seam3/Contribute for details how to get this example from Seam git repository.
EXECUTE: Open src/main/webapp/home.xhtml
EXECUTE: Ctrl+Left-Mouse-Click or press F3 while the text cursor is placed over 'home_header' resource bundle property in #{bundles.messages.home_header} EL.
ASSERT: There should be the only Resource Bundle Property Hyperlinks like 'Open property 'home_header' of bundle 'messages'' hyperlink which opens messages resource bundle and selects 'home_header' property in it.
FAIL: Actually there are two Hyperlinks listed: One for resource bundle property (correct, as described above) and another one saying: "Should not get here" (which is wrong and have nothing to open. It came from CdiElResolver)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-9798) new *-tests profiles in trunk/build/pom.xml are breaking Hudson jobs
by Nick Boldt (JIRA)
new *-tests profiles in trunk/build/pom.xml are breaking Hudson jobs
--------------------------------------------------------------------
Key: JBIDE-9798
URL: https://issues.jboss.org/browse/JBIDE-9798
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, CDI
Affects Versions: 3.3.0.M4
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 3.3.0.M4
New profile:
{code}
<profile>
<id>cdi-tests</id>
<modules>
<module>libs</module>
<module>../cdi/tests</module>
<module>reports/emma-coverage</module>
</modules>
</profile>
{code}
Result:
{code}
[sources] $ /qa/tools/opt/apache-maven-3.0.3/bin/mvn -f /qa/local/hudson_workspace/workspace/jbosstools-3.3_trunk.component--cdi/build/pom.xml "-DMAVEN_FLAGS=-B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site,cdi-tests -Dmaven.repo.local=${WORKSPACE}/m2-repository" install -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site,cdi-tests -Dmaven.repo.local=/qa/local/hudson_workspace/workspace/jbosstools-3.3_trunk.component--cdi/m2-repository -DJOB_NAME=jbosstools-3.3_trunk.component--cdi -DBUILD_ID=2011-09-29_13-58-54 -DBUILD_NUMBER=578 -Dcoverage -Pcdi-tests
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[ERROR] Child module /qa/local/hudson_workspace/workspace/jbosstools-3.3_trunk.component--cdi/build/../cdi/tests of /qa/local/hudson_workspace/workspace/jbosstools-3.3_trunk.component--cdi/build/pom.xml does not exist
{code}
-- http://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_Trunk/job...
Diffs:
http://source.jboss.org/browse/JBossTools/trunk/build/pom.xml?r1=34984&r2...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-9739) CSS Properties Page->Edited Properties is incorrectly updating
by Yahor Radtsevich (JIRA)
CSS Properties Page->Edited Properties is incorrectly updating
--------------------------------------------------------------
Key: JBIDE-9739
URL: https://issues.jboss.org/browse/JBIDE-9739
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M3
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.3.0.M4
*Steps to reproduce*
# Create a new CSS file and open it in CSS editor. Set the following content to the file:
{code:title=example.css}
#id1 {
color: red;
}
#id2 {
background-color: Yellow;
font-size: larger
}
{code}
# Open CSS Properties View->Edited Properties tab
# Point the text cursor to the #id1
# *Assert:* there is one line of properties in the tab: {{color: red;}}
# Point the text cursor to the #id2
*Actual result*
There is still one line of properties in the tab: {{color: }}.
*Expected result*
There are two lines of properties in the tab:
{code}
background-color: Yellow;
font-size: larger
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months