[JBoss JIRA] Created: (RHDS-343) Server manager guide data rearrangement
by Svetlana mukhina (JIRA)
Server manager guide data rearrangement
---------------------------------------
Key: RHDS-343
URL: http://jira.jboss.com/jira/browse/RHDS-343
Project: Red Hat Developer Studio
Issue Type: Task
Components: Doc - JBossAS
Affects Versions: 1.0.0.CR1
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 1.1
update the guide accordning to this remarks
"It seems to me like alot of this could be rearranged to be simpler and just get out the message without so long explanations - will be done in future versions
I'll suggest that for each of the menus with multiple options like on fig 4.5 with Build archive, Edit Archive, Delete Archive etc. you create a table with Name and description of what it does instead of the long wordy text that then should be replaced with examples of when and how you would use it. - will be done in future versions"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months
[JBoss JIRA] Created: (JBIDE-1777) CA: in <style></style> tags content assist doesn't replace highlighted text
by Andrei Scherbovich (JIRA)
CA: in <style></style> tags content assist doesn't replace highlighted text
---------------------------------------------------------------------------
Key: JBIDE-1777
URL: http://jira.jboss.com/jira/browse/JBIDE-1777
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
Priority: Minor
CA: in <style></style> tags content assist doesn't replace highlighted text
Steps to reproduce:
1. EXECUTE: create some style in jsp file:
<style type="text/css">
h3 {
background: lime;
color: red;
}
</style>
2. EXECUTE: highlight "background" and press ctrl+space
3. ASSERT: content assist appears with possible fields
4. EXECUTE: choose any ("font" e.g.)
5. ASSERT: "background" wasn't replaced with "font". We got the next code instead:
<style type="text/css">
h3 {
font: background: lime;
color: red;
}
</style>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months
[JBoss JIRA] Created: (JBIDE-1459) Preferences > Server - Automatically publish when starting servers.
by Aliaksey Nis (JIRA)
Preferences > Server - Automatically publish when starting servers.
-------------------------------------------------------------------
Key: JBIDE-1459
URL: http://jira.jboss.com/jira/browse/JBIDE-1459
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.GA
Environment: WindowsXP SP2
jbds-win32-1.0.0.GA.jar
JBoss Developer Studio
Version: 1.0.0.GA
Build: 1.0.0.GA
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Optional
1. Preferences > Server > Launch > Disable option "Automatically publish when starting servers".
Now if you start Server via Run As > Run on Server or Run button in Server View(and JBoss Server view) - server will not publish projects automatically.
But if you start server via Start Jboss Application Server 4.2 (at toolbar at top) - this option will be ignored, and projects will publish automatically.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months
[JBoss JIRA] Created: (JBIDE-1487) Error at seam project creation (in specific situation)
by Aliaksey Nis (JIRA)
Error at seam project creation (in specific situation)
------------------------------------------------------
Key: JBIDE-1487
URL: http://jira.jboss.com/jira/browse/JBIDE-1487
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.GA
Environment: WindowsXP SP2
jbds-win32-1.0.0.GA.jar
JBoss Developer Studio
Version: 1.0.0.GA
Build: 1.0.0.GA
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Minor
At new workspace.
1. Open Web Development Perspective. Do not open JBoss Server View!
2. Window->Preferences->JBoss tools->JBoss Servers->View
3. Uncheck some checkboxes. Press Apply button.
NPE will appears (JBIDE-1483).
4. New > New project > Seam web project.
5. Create default Seam project, press Finish.
Error appears. It seems this error is somehow related to JBIDE-1483 .
Log attached
This issue will not be reproduced after JBoss Server View was opened.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months