Edit Gerrit Email Format : include project description - email

I supervise Gerrit.
I want to edit email format. I want to include project description.
I search this site (https://review.openstack.org/Documentation/config-mail.html), but this site did not have the data of project description.
Please help me.

The project description is not available for mail templates. Related to project info you only have "$projectName" (The name of this change’s project) and "$shortProjectName" (The project name with the path abbreviated).
See more info here.

Related

How to run/generate xtext artifacts for MyDsl.xtext in Eclipse?

I get a running workflow problem when trying to generate xtext artifacts for MyDsl.xtext in my dsl editor(eclipse). It says "Problem runnig workflow : Please put bundle org.eclipse.emf.mwe2.launch on your project classpath". I tried some solutions on the internet, but I still get the problem.enter image description here
enter image description here
you can add it to the manifest in either Required Plug-ins or Automated Management of Dependencies sections. If you create the project with the Wizard this should happen automatically.

Setting Recursive tag ON does not searching sub folders for .NET projects

I am a newbie to doxygen tool. I've followed the doxygen configuration guide for generating a HTML document out of my C# source files. I am able to generate the HTML output, but I identified that it is generating output of the files that exists in the selected source folder only, where as the files present inside the sub directories of the source folder are skipped/ignored. Per help guide, I've checked the "Recursive" option in the wizard. Is there anything still we need to configure?
Could anyone help me out for resolving this issue. Thanks in advance.
Regards
Badri

Can't find bundle even if the files are present

I have added 3 resource bundles for the languages english, french and portugese. I have added these in WEB-INF/bundles path. I have used $R{} for the all the labels in my report. I haven't added any resource bundles in the JasperReports Server repository.
My understanding was that, since I have used $R for my labels, JasperReports Server first checks within the report and repository if the relevant .properties file is present and once found will do the translation. If not found it will search in WEB-INF/bundles.
Since, I have not added the .properties files in report or repository , it must search in WEB-INF/bundles.
But, when I run the report I get the error
java.util.MissingResourceException: Can't find bundle for base name language, locale en_US
Any ideas on this would of great help
Got it! Had to put the files in WEB-INF/classes instead of WEB-INF/bundles
Thanks

UI not listing contents of Eclipse software site

When trying to add a Software Site (p2 plugin repository - either
one generated by p2 Publisher or Nexus with p2 support) to a target
definition via the "Target Definition Wizard" there seem to be "no items
available" preventing the site to be added.
The same problem has been reported e.g. here: https://docs.sonatype.org/display/Nexus/Nexus+OSGi+Experimental+Features+-+P2+Repository+Plugin?focusedCommentId=12943363#comment-12943363
Tycho and the https://github.com/ifedorenko/p2-browser are capable of
fetching the metadata and contents though, since the site contains a
number of bundles (in "plugins" dir) along with artifacts.xml and content.xml.
Is there a known limitation/bug of the UI related to this behaviour or
could you please point me to a workaround?
By default, the UI shows only "categorized" features. Uncheck the checkbox to see all features in the repository.

RCP P2 Update for base productin

I am developing an RCP P2 update.
I created RCP Mail Template application. (com.project.app.mail)
I added product configuration file MailProduct.product
I added org.eclipse.equinox.p2.ui.sdk as a dependency in the dependency tab if my plugin project. After adding this, I got Intall New Software and Check for Update options under the help menu.
I added p2.inf file with following content.
instructions.configure=\
addRepository(type:0,location:http${#58}//localhost:8080/REPO/);\
addRepository(type:1,location:http${#58}//localhost:8080/REPO/);
I converter a product to feature based product.
I created a feature project (com.project.feature.mail)
I added com.project.app.mail in the plugin tab of feature com.project.feature.mail
I launched RCP product via product file. As it failed, I went to run configuration, added required plugin. Application launched successfully after that.
I exported the product. Exported product worked fine.
Now I made some changes to com.project.app.mail.
Updated com.project.feature.mail verstion to 1.0.100.quailfier (earlier version 1.0.0.quialifier)
Added an update site project. Added category with id com.project.category.mail. Added mail feature with version 1.0.100.qualifier.
Clicked on build all, moved generated features, plugin, artifact and repository.xml to a local http server (tomcat)
I tried to update the com.project.feature.mail via, check for update option.
It says no update found, while the install new software page shows the updated com.project.feature.mail with updated versio. In proceeding ahead with installation, it tells only update is possible while update cannot find the new update.
Kindly guild me how provide update for base product.
If you need any other infomation do let me know.
Dear Priyank what is your product(MailProduct.product) version?
Following suggestions will solve your problem.
You have to change MailProduct.product version too.
Re-export your product with Generate Metadata Repository option.
Use this Repository on your Web-Server to get updates.
With Update Site Project software updates not work so easily.