[JBoss JIRA] (JBIDE-17890) Command 'cd #/projectname' not implemented in Forge2
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17890?page=com.atlassian.jira.plugi... ]
George Gastaldi resolved JBIDE-17890.
-------------------------------------
Resolution: Done
Implemented
> Command 'cd #/projectname' not implemented in Forge2
> ----------------------------------------------------
>
> Key: JBIDE-17890
> URL: https://issues.jboss.org/browse/JBIDE-17890
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: forge
> Affects Versions: 4.2.0.Beta1
> Reporter: Pavol Srna
> Assignee: George Gastaldi
> Fix For: 4.2.0.CR1
>
>
> I'm missing 'cd #' command in Forge2.
> Would it be possible to make the forge "cd" command aware of the eclipse workspace the same way as it is in Forge1? Especially being able to "cd #/projectname" where projectname is *NOT* inside the physical workspace directory.
> Remember our recommendation to users is *NOT* to put their projects inside eclipse workspaces thus having just 'cd #' is not really that useful on its own.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17890) Command 'cd #/projectname' not implemented in Forge2
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17890?page=com.atlassian.jira.plugi... ]
George Gastaldi reassigned JBIDE-17890:
---------------------------------------
Assignee: George Gastaldi (was: Lincoln Baxter III)
> Command 'cd #/projectname' not implemented in Forge2
> ----------------------------------------------------
>
> Key: JBIDE-17890
> URL: https://issues.jboss.org/browse/JBIDE-17890
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: forge
> Affects Versions: 4.2.0.Beta1
> Reporter: Pavol Srna
> Assignee: George Gastaldi
> Fix For: 4.2.0.CR1
>
>
> I'm missing 'cd #' command in Forge2.
> Would it be possible to make the forge "cd" command aware of the eclipse workspace the same way as it is in Forge1? Especially being able to "cd #/projectname" where projectname is *NOT* inside the physical workspace directory.
> Remember our recommendation to users is *NOT* to put their projects inside eclipse workspaces thus having just 'cd #' is not really that useful on its own.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17977) configure markers missing in server adapter context menu
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-17977:
-------------------------------------------
Summary: configure markers missing in server adapter context menu
Key: JBIDE-17977
URL: https://issues.jboss.org/browse/JBIDE-17977
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
configure markers available from the project context menu should also be accessible from server context menu.
seem to have been missed when we aligned the context markers.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17976) Problem markers are not removed on related Parameter Aggregators
by Xavier Coulon (JIRA)
Xavier Coulon created JBIDE-17976:
-------------------------------------
Summary: Problem markers are not removed on related Parameter Aggregators
Key: JBIDE-17976
URL: https://issues.jboss.org/browse/JBIDE-17976
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.2.0.Beta3
Reporter: Xavier Coulon
Let's have those 2 classes:
{code}
@Path("/rest")
public class RestService {
@POST
@Path("{id}")
public void post(@BeanParam BeanClass bean) {
}
}
{code}
and
{code}
public class BeanClass {
@PathParam("id")
private Integer id;
}
{code}
if the users changes {{@Path("{id}")}} to {{@Path("{i}")}} in the {{RestService}}, a problem marker will be set on {{@PathParam("id") }} in {{BeanClass}}, which is fine.
If the user changes {{@Path("{i}")}} back to {{@Path("{id}")}}, the problem marker is not removed :(
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17976) Problem markers are not removed on related Parameter Aggregators
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17976?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-17976:
----------------------------------
Fix Version/s: 4.2.0.CR1
> Problem markers are not removed on related Parameter Aggregators
> ----------------------------------------------------------------
>
> Key: JBIDE-17976
> URL: https://issues.jboss.org/browse/JBIDE-17976
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> Let's have those 2 classes:
> {code}
> @Path("/rest")
> public class RestService {
> @POST
> @Path("{id}")
> public void post(@BeanParam BeanClass bean) {
>
> }
> }
> {code}
> and
> {code}
> public class BeanClass {
>
> @PathParam("id")
> private Integer id;
>
> }
> {code}
> if the users changes {{@Path("{id}")}} to {{@Path("{i}")}} in the {{RestService}}, a problem marker will be set on {{@PathParam("id") }} in {{BeanClass}}, which is fine.
> If the user changes {{@Path("{i}")}} back to {{@Path("{id}")}}, the problem marker is not removed :(
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17976) Problem markers are not removed on related Parameter Aggregators
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17976?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-17976:
-------------------------------------
Assignee: Xavier Coulon
> Problem markers are not removed on related Parameter Aggregators
> ----------------------------------------------------------------
>
> Key: JBIDE-17976
> URL: https://issues.jboss.org/browse/JBIDE-17976
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.2.0.Beta3
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> Let's have those 2 classes:
> {code}
> @Path("/rest")
> public class RestService {
> @POST
> @Path("{id}")
> public void post(@BeanParam BeanClass bean) {
>
> }
> }
> {code}
> and
> {code}
> public class BeanClass {
>
> @PathParam("id")
> private Integer id;
>
> }
> {code}
> if the users changes {{@Path("{id}")}} to {{@Path("{i}")}} in the {{RestService}}, a problem marker will be set on {{@PathParam("id") }} in {{BeanClass}}, which is fine.
> If the user changes {{@Path("{i}")}} back to {{@Path("{id}")}}, the problem marker is not removed :(
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months
[JBoss JIRA] (JBIDE-17890) Command 'cd #/projectname' not implemented in Forge2
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17890?page=com.atlassian.jira.plugi... ]
George Gastaldi updated JBIDE-17890:
------------------------------------
Issue Type: Feature Request (was: Enhancement)
> Command 'cd #/projectname' not implemented in Forge2
> ----------------------------------------------------
>
> Key: JBIDE-17890
> URL: https://issues.jboss.org/browse/JBIDE-17890
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: forge
> Affects Versions: 4.2.0.Beta1
> Reporter: Pavol Srna
> Assignee: Lincoln Baxter III
> Fix For: 4.2.0.CR1
>
>
> I'm missing 'cd #' command in Forge2.
> Would it be possible to make the forge "cd" command aware of the eclipse workspace the same way as it is in Forge1? Especially being able to "cd #/projectname" where projectname is *NOT* inside the physical workspace directory.
> Remember our recommendation to users is *NOT* to put their projects inside eclipse workspaces thus having just 'cd #' is not really that useful on its own.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 8 months