[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2014-05-16 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998588#comment-13998588
 ] 

Robert Munteanu commented on SLING-2985:


[~egli] - I get a compilation error, probably related to your latest changes, 
can you please double-check?

{code}[ERROR] Failed to execute goal 
org.eclipse.tycho:tycho-compiler-plugin:0.20.0:compile (default-compile) on 
project org.apache.sling.ide.eclipse-ui: Compilation failure: Compilation 
failure:
[ERROR] 
/home/ADOBENET/rmuntean/w/workspace/sling/tooling/ide/eclipse-ui/src/org/apache/sling/ide/eclipse/ui/actions/JcrNewNodeAction.java:[60]
[ERROR] node.createChild(id.getValue());
[ERROR] ^^^
[ERROR] The method createChild(String, String) in the type JcrNode is not 
applicable for the arguments (String)
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :org.apache.sling.ide.eclipse-ui
{code}

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: New Feature
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-08-05 Thread Stefan Egli (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729291#comment-13729291
 ] 

Stefan Egli commented on SLING-2985:


Also: similar to the way JDT shows packages and classes as a top-level folder, 
show the jcr_root as an explicit top-level folder allowing crxde(|lite)-like 
content browsing and editing

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: Extensions
>Reporter: Stefan Egli
>Assignee: Stefan Egli
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-08-28 Thread Stefan Egli (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752440#comment-13752440
 ] 

Stefan Egli commented on SLING-2985:


Plus further common features of the 'content browser' include:
 * standard actions on files - eg double-click -> open
 * properties of jcr nodes should be visible in the properties view - and 
editable using appropriate cell editors

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-08-28 Thread Stefan Egli (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752437#comment-13752437
 ] 

Stefan Egli commented on SLING-2985:


Also: filter out the packagefragment 'jcr_root' which gets shown by JDT 
automatically

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-09-26 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779207#comment-13779207
 ] 

Robert Munteanu commented on SLING-2985:


[~egli] - what do you think is missing here? Can we close this and follow-up 
with more specific tasks?

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-09-27 Thread Stefan Egli (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779904#comment-13779904
 ] 

Stefan Egli commented on SLING-2985:


I was thinking of 'add new property' and 'rename property name' as something 
essential for 1.0.0 - after that I think we can close this and do follow-ups?

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (SLING-2985) [Tooling] show content of .content.xml in project explorer

2013-09-27 Thread Robert Munteanu (JIRA)

[ 
https://issues.apache.org/jira/browse/SLING-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779915#comment-13779915
 ] 

Robert Munteanu commented on SLING-2985:


Sounds good to me.

> [Tooling] show content of .content.xml in project explorer
> --
>
> Key: SLING-2985
> URL: https://issues.apache.org/jira/browse/SLING-2985
> Project: Sling
>  Issue Type: Sub-task
>  Components: IDE
>Reporter: Stefan Egli
>Assignee: Stefan Egli
> Fix For: Sling Eclipse IDE 1.0.0
>
>
> Irrespective of the chosen serialization the content of .content.xml should 
> be shown in the tree structure of the project explorer. This can be achieved 
> using a Navigator Content Extension (NCE) (which is part of the Common 
> Navigator Framework (CNF) of eclipse).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira