Search found 49 matches
- Fri Jun 01, 2012 8:35 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Template - workitem Id
- Replies: 7
- Views: 9067
Re: Template - workitem Id
Nice you catch this difference. Actually try to do a fisrt modification and save the document. You see that the work items are created automatically... So generally the heading always is a work item. So why they are not there when you create a project? Simply because when the document in project tem...
- Mon Aug 02, 2010 2:51 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Polarion ALM login with Java HttpClient
- Replies: 7
- Views: 11367
Re: Polarion ALM login with Java HttpClient
Hi, and do you need your servlet to be really controled by Polarion realm and by Form authentication? In WEB-INF/web.xml file of your web application you can ommit the security section, or change from FORM to BASIC auth method, so you can later invoke the servlet easily. If you change it from FORM t...
- Thu Jul 22, 2010 8:31 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: custom fields from IWorkItem object
- Replies: 2
- Views: 5424
Re: custom fields from IWorkItem object
Hello, in javadoc you can read: getCustomField Returns: The value of given custom field or null if no such exists. So what you get is the actual value, the java type depends on the custom filed type: - string type = String object - integer = Integer object - enum:release type = IEnumOption - muli en...
- Fri Feb 23, 2007 9:20 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Policy Page Revalidation
- Replies: 1
- Views: 8179
Re: Policy Page Revalidation
Hi, is there a way to disable the Policy Page Revalidation, because this blocks very often my eclipse workbench? In my oppinion it would be enough when the policy validation would be done before a commit... I am not sure I understand you, IMHO the policies are evaluating just when you call commit. ...
- Fri Feb 23, 2007 9:18 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Serveral UI problems on Intel based Macs
- Replies: 6
- Views: 14723
- Fri Feb 23, 2007 9:13 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Disconnecting from TrackerProject
- Replies: 2
- Views: 10044
Re: Disconnecting from TrackerProject
Hi Nick, strange problem, forwarded to Subversive forums, see here:
http://forums.polarion.org/viewtopic.php?p=3180#3180
http://forums.polarion.org/viewtopic.php?p=3180#3180
- Fri Feb 23, 2007 9:12 am
- Forum: Polarion Subversive - Eclipse Client for SVN
- Topic: Disconnecting from Project
- Replies: 0
- Views: 4071
Disconnecting from Project
Hello, we have received strange problem in FT forum, it is more Subversive related so I copy it here. The original topic is here: http://forums.polarion.org/viewtopic.php?t=1278 ----------------------------- Hi, I've checked out 2 Tracker projects: - one from open site - one from site, which require...
- Fri Feb 23, 2007 9:02 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Compatibility between integrated Subversive and TortoiseSVN
- Replies: 4
- Views: 11936
- Fri Feb 23, 2007 9:00 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Some (Polarion) Icons are not available in FastTrack
- Replies: 5
- Views: 13454
Hello, sorry for the troubles, it looks like the statuses per workitem-types are not well supported in FastTrack 1.0. Question: in xxx-status-enum.xml you also define label, is the label shown properly for your new statuses. Other possible problem is: if you define the new statuses on global level -...
- Tue Dec 05, 2006 10:39 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: FastTrack-0.9.5 destroys my Subversive-1.1 installation
- Replies: 7
- Views: 15715
- Tue Dec 05, 2006 10:37 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Errors when using FastTrack with Eclipse 3.2.1
- Replies: 1
- Views: 8749
Re: Errors when using FastTrack with Eclipse 3.2.1
FastTrack 1.0 depends on Subversive 1.0, see: http://forums.polarion.org/viewtopic.php?t=492
- Wed Nov 29, 2006 11:11 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Changing SVN-Path?
- Replies: 4
- Views: 9253
Re: Changing SVN-Path?
Hello, you need to import general polarion configuation to the main repository, so please import the content of polarion/configuration/globa-cfg.zip to the root of your repository to the .polarion folder (http://your/repo/.polarion) Than you should be able to log in as the user that is specified in ...
- Wed Nov 29, 2006 11:08 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Usability feature requests
- Replies: 3
- Views: 11237
Re: Usability feature requests
I have created "tips for feature" for both your requests. Thank you.
- Tue Nov 14, 2006 5:02 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Remote UpdateSite for FastTrack
- Replies: 1
- Views: 8667
Re: Remote UpdateSite for FastTrack
Hi, what is the Sitename to configure Eclipse to install automatically from a website and also check for updates? And if there is one, how to use it. Best regards Björn I am sorry for late answer. It is: http://www.polarion.org/projects/fasttrack/download/update-site/ On the other hand if you call...
- Mon Nov 13, 2006 9:15 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Problem when clicking on linked item in svn commit message
- Replies: 8
- Views: 19187
Re: Thanks for this additional ifo
I don't I don't understand why an ID of an workitem is not enough. WorkitemIDs should be unique (thats the idea of an ID I guess) No Tim , you are wrong, the WI ids are unique only in the scope of project. The only perfectly unique identification is ProjectID/WI-id On the other hand FT could handle...