Exporting member lists
5 answers
Hi,
this question came up before. I think I recall today this is not possible.
You could probably write a small program to do that using the plain java API.
Ralph
this question came up before. I think I recall today this is not possible.
You could probably write a small program to do that using the plain java API.
Ralph
Is there some means to export team area or project are member lists? I could not find anything to do such. WOuld like to export name, role, email, for example.
On Fri, 21 May 2010 17:07:59 +0000, dspartz wrote:
What version of RTC are you using? In the 3.0 builds, you can right click
on a project area in the Team Organization view and choose "Generate
Runtime Report" to create a downloadable HTML site which contains all
this info.
This feature also exists in RTC 2.0.0.2, but it is hidden by default. In
order to enable the action, you need to start up your RTC workbench with
the Java system property -
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true
- Jared
Is there some means to export team area or project are member lists? I
could not find anything to do such. WOuld like to export name, role,
email, for example.
What version of RTC are you using? In the 3.0 builds, you can right click
on a project area in the Team Organization view and choose "Generate
Runtime Report" to create a downloadable HTML site which contains all
this info.
This feature also exists in RTC 2.0.0.2, but it is hidden by default. In
order to enable the action, you need to start up your RTC workbench with
the Java system property -
Dcom.ibm.team.process.ProjectAreaRuntimeReport=true
- Jared
Here my Eclipse.ini. I added the last two lines.
You most likely need to do something similar.
You most likely need to do something similar.
-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
--launcher.XXMaxPermSize
256m
-vm
jdk\jre\bin
-vmargs
-Xms100m
-Xmx512m
-Xjit:exclude={com/ibm/team/coverage/internal/common/report/SourceElementInfo.write*}
-Dosgi.requiredJavaVersion=1.5
-Dosgi.bundlefile.limit=100
-Duser.language=en
-Duser.region=US