[JBoss JIRA] Created: (JBIDE-7851) Better usability of feature 'touch web.xml'
by Libor Zoubek (JIRA)
Better usability of feature 'touch web.xml'
-------------------------------------------
Key: JBIDE-7851
URL: https://jira.jboss.org/browse/JBIDE-7851
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: infinispan
Affects Versions: 3.2.0.Beta2
Reporter: Libor Zoubek
Assignee: Max Andersen
People keep asking me, if JBDS or tools can simply touch web.xml. When they develop, they try to 'Full publish' on the deployed project, which does not actually touch web.xml (why?) They workaround it touching it by hand or simply editing and saving trivial change.
Almost nobody including me is able to use our button in main toolbar. That is probably because almost nobody uses the main toolbar and does not expect such feature there.
Can this action be added to context menu of deployed archive and possibly have some shortcut for it?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-4346) -Djava.library.path always overwritten with some default
by arne anka (JIRA)
-Djava.library.path always overwritten with some default
--------------------------------------------------------
Key: JBIDE-4346
URL: https://jira.jboss.org/jira/browse/JBIDE-4346
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.1.GA
Environment: jboss 4.2.2.GA
eclipse:
Version: 3.4.2
Build id: M20090211-1700
Reporter: arne anka
in the launch configuration for my configured jboss server i need to add another directory to the parameter -Djava.library.path.
after editing it looks like
-Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native:/foo/bar/"
saving and reopening shows instead
-Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
adding another parameter instead
-Djava.library.path="/foo/bar"
resulting in
-Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
-Djava.library.path="/foo/bar"
ends up with
-Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
-Djava.library.path="/home/arne/jboss-4.2.2.GA/bin/native"
after saving
obviously some simple logic checks for the existence of the -Djava.library.path parameter and overwrites it with a default instead of at least appending its default.
i don't really see what's the meaning behind that, and therefore am convinced it has to be a bug.
additionally, it stops me from running at least one webapp, that requires the parameter to be set correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (JBIDE-7630) Quickfix for "Stereotype annotation type must be annotated with one of @Target..." error marker
by Daniel Azarov (JIRA)
Quickfix for "Stereotype annotation type must be annotated with one of @Target..." error marker
-----------------------------------------------------------------------------------------------
Key: JBIDE-7630
URL: https://jira.jboss.org/browse/JBIDE-7630
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Quickfix for "Stereotype annotation type must be annotated with one of @Target('{'TYPE, METHOD, FIELD'}'), @Target('{'METHOD, FIELD'}'), @Target('{'TYPE'}'), @Target('{'METHOD'}'), @Target('{'FIELD'}') [JSR-299 §2.7.1]" error marker.
This quickfix should offer next:
1. Add @Target({TYPE, METHOD, FIELD}) annotation
2. Add @Target({METHOD, FIELD}) annotation
3. Add @Target({TYPE}) annotation
4. Add @Target({METHOD}) annotation
5. Add @Target({FIELD}) annotation
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (JBIDE-7632) Quickfix for "Qualifier annotation type must be annotated with @Target..." error marker
by Daniel Azarov (JIRA)
Quickfix for "Qualifier annotation type must be annotated with @Target..." error marker
---------------------------------------------------------------------------------------
Key: JBIDE-7632
URL: https://jira.jboss.org/browse/JBIDE-7632
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: cdi (jsr-299)
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 3.3.x
Quickfix for "Qualifier annotation type must be annotated with @Target('{'TYPE, METHOD, FIELD, PARAMETER'}') or @Target('{'FIELD, PARAMETER'}') [JSR-299 §2.3.2, §10.1]" error marker.
If there is no @Target annotation this quickfix should offer next:
1. Add @Target({TYPE, METHOD, FIELD, PARAMETER}) annotation
2. Add @Target({FIELD, PARAMETER}) annotation
If current @Target annotation is not correct this quickfix should offer next:
1. Change current @Target to @Target({TYPE, METHOD, FIELD, PARAMETER}) annotation
2. Change current @Target to @Target({FIELD, PARAMETER}) annotation
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months