Redmine 2.6.1 See Project in tree view - plugins

I am looking for a way to get redmine to show the projects list as a tree view.
I have looked a lot in internet and so far have found two plugins that should do it but none of them work.
The first on was: redmine_projects_accordion (https://github.com/reubenmallaby/redmine_projects_accordion) and the other was: Projects_Tree_View (http://www.redmine.org/plugins/projectstreeview).
I am using redmine 2.6.1
Thanks for the help!

If anyone is looking also for a solution to this I found one! There is a project call Redmine Projects Treeview. Here you can download a plugin that does work with version 2.6.1.
Here is the link: http://sourceforge.net/projects/projectstreeview/
Thanks to the CSS Ninja here is an explanition on how this works:
http://www.thecssninja.com/css/css-tree-menu
Here is also the Project website:
http://projectstreeview.sourceforge.net/
In order to make it work download the files from here: http://sourceforge.net/p/projectstreeview/code/HEAD/tree/ extract the folder projectstreeview-code-81-trunk from the zip files and rename it to "projects_treeview" and put it in the plugin folder of redmine. Restart Redmine and it should work.
Hope this helps someone else....

Related

How to Set Up Netty?

I'm trying to figure out how to use the Netty API with Eclipse and this might sound really dumb but how do I set it up?
I found the download link here: http://netty.io/downloads.html and downloaded the latest version which has a file extension of .tar.bz2 but I'm not sure what directory I'm supposed to place it in and what to do with it now.
Any help will be appreciated!
if you extract the archive you'll find a jar in there like netty-all-5.0.0.Alpha1.jar in the all-in-one folder. Just put this in your build path.

How to install the Xpand in Eclipse?

I m trying to install Xpand in Eclipse. I am doing it through update manager. However the download stack at around 29%. I use the following link:
http://download.eclipse.org/modeling/m2t/xpand/updates/nightly/
Alternatively I downloaded the zip file from this link:
http://www.eclipse.org/modeling/m2t/downloads/?project=xpand
Then I tried to do install->new software-> Add -> Archive and I pointed at the zip file. I thought that this would gonna work since it uses the local zip file.Again it stucks around 29%.
Now I am thinking to manually add the plug-in to the eclipse but I m not sure how:
The content of the zip are:
- binary(folder)
- features(folder)
- plugins(folder)
- artifact.jar
- content.jar
I know that I have to copy the features and the plugins folder in the corresponding ones in the eclipse folder. However I don`t know what to do with the binary(folder) and the artifact.jar/content.jar files.
Anybody could help me out please?
Thnx
I don't know why the installation is getting stuck at 29%. It may be a firewall/proxy problem on your end, or it may be corrupt metadata in the archive. It's worth following up on the Xpand mailing list or forum.
But, if you want to install it, you can unzip the archive into your dropins folder inside of your eclipse. This will work unless Xpand requires any third party jars.
i use this updatesite for xpand install. and it works well
xpand - http://download.eclipse.org/modeling/m2t/xpand/updates/
go to menu:
help-install new software-(add the link)-select all-finish

Weka in Eclipse (for my Google App Engine)

I have never used Weka, but for my GAE Project I'm going to need it. I checked jar files on Weka website to use in Eclipse but I'm not sure which one should be downloaded. So I checked another web site and there are lots of jar files about Weka. I'm looking for a basic version of it. Could you please tell me which one is best for me. Here the links for download:
http://grepcode.com/snapshot/repo1.maven.org/maven2/nz.ac.waikato.cms.weka/weka-dev/3.7.5
http://www.cms.waikato.ac.nz/ml/weka/
All files of Weka:
http://sourceforge.net/projects/weka/files/
Thank you.
You should download all project, then build it by maven.
You can use SVN to checkout code from this link:
https://svn.cms.waikato.ac.nz/svn/weka/trunk/weka

installation "objectaid" feature for eclipse

i try to install the feature of diagram - "objectaid" for eclipe ..
i do all the instruction in the mannual in http://www.objectaid.com/installation and during the installation i get the error -
Unable to read repository at http://www.objectaid.com.
Unable to read repository at http://www.objectaid.com.
http://www.objectaid.com is not a valid repository location.
i checked all the prerequisites needed like GEF (Graphical Editor Framework) and it was ok .
thanks in advance .
It looks like the update site is a legacy update site. I do not know if they are still supported by Eclipse.
Your best bet is to download the zip of the feature, which you can find here:
http://www.objectaid.com/update/
And then unzip it into your eclipse/dropins directory.
The ObjectAid update site does work. I recently added ObjectAid successfully to my Eclipse Mars. I compiled the steps here. You can try it out. Also, make sure there's no firewall or network issue when you try it.

Eclipse: Import Maven project, missing maven-gae-plugin

Coming from Visual Studio, I'm pretty new to the Eclipse IDE.
And finding it very difficult. I seem to get error messages of the type "missing ..." a LOT.
The latest issue I'm having, where I just can't get around is this:
I"m trying to compile & run this sample project: http://code.google.com/p/gwtgae2011/
When I choose "checkout maven projects from SCM" my SCM drop down is empty...
So I just checked it out with Hg manually. No problem.
Trying Import > Existing Maven Project. Seems to read the pom.xml alright, but shows an error:
"No marketplace entries found to handle maven-gae-plugin:0.8.1:unpack in Eclipse. Please see Help for more information."
Since I can't find it through updates or market within eclipse I downloaded maven-gae-plugin (http://code.google.com/p/maven-gae-plugin/downloads/list). I figured just dropping it into the "plugins" or "dropins" folder should be enough. Apparently not so...
Question: How do I fix this error?
(I tried both 3.6 & 3.7)
Links to some good eclipse tutorials covering these kinds of topics are very welcome too!
THANKS!
maven-gae-plugin is in central repo so it should be found.
Did you set the path to your local repo? http://united-coders.com/phillip-steffensen/maven-2-part-3-configuring-eclipse-for-apache-maven-2-projects
I ran into this error, what worked for me was:
Comment the plugin
Import into eclipse
Uncomment the plugin
Discover an error in the plugin XML
Fix error found in the plugin XML
I am not certain, but it seems like this is a unclear error that something about the pom.xml is invalid.