<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/clearcase-java/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/clearcase-java/feature-requests/</id><updated>2014-06-10T20:58:20.527000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Limit Labels in History View</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/9/" rel="alternate"/><published>2014-06-10T20:58:20.527000Z</published><updated>2014-06-10T20:58:20.527000Z</updated><author><name>Michael Edgar</name><uri>https://sourceforge.net/u/mgae/</uri></author><id>https://sourceforge.net9446d995fec2414ae920aa19c3cc2e71884174f4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In projects with a large number of labels applied to elements, retrieval of an element history (lshistory -long) often proves to be slow. Cleartool provides the -fmt option which allows the number of labels returned to be limited.&lt;/p&gt;
&lt;p&gt;Please consider the attached patch which makes use of the -fmt option to limit the number of labels to 5 (perhaps the actual number could be a parameter via options). The patch also includes modified history parsing logic to handle the formatted response from -fmt and includes changes to the ElementHistory object to add setters.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>CommandLauncher does not print spaces between arguments (including patch)</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/8/" rel="alternate"/><published>2013-05-14T11:40:15.532000Z</published><updated>2013-05-14T11:40:15.532000Z</updated><author><name>M. Overdijk</name><uri>https://sourceforge.net/u/marceloverdijk/</uri></author><id>https://sourceforge.net25288d79511220ef1165f064ce815c4bbdf322f3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently the CommandLauncher does not print any spaces between arguments in the console.&lt;br /&gt;
Which results in: command:mycommandmyfirstparammysecondparam&lt;/p&gt;
&lt;p&gt;The attached change will fix this, and results in the following printed to console:&lt;br /&gt;
command:mycommand myfirstparam mysecondparam&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add function returning "cleartool annotate"</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/7/" rel="alternate"/><published>2012-05-28T15:29:46Z</published><updated>2012-05-28T15:29:46Z</updated><author><name>Mattias Rundgren</name><uri>https://sourceforge.net/u/pmattru/</uri></author><id>https://sourceforge.net44f052a55406988442ed0dcf63fab9bc7d27e642</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;By providing a function that return the result from cleartool annotate, it is poosible to add annotate ouTput in eclipse-ccase plugin.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Extended listAllVersionsOfElement</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/6/" rel="alternate"/><published>2012-05-28T15:26:13Z</published><updated>2012-05-28T15:26:13Z</updated><author><name>Mattias Rundgren</name><uri>https://sourceforge.net/u/pmattru/</uri></author><id>https://sourceforge.net9f33bd2e10b026130dd12f22b47691bfbf4af5c1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be good to have a functions that returns a tree of versions with merge arrow information included.&lt;/p&gt;
&lt;p&gt;That function could be used to:&lt;br /&gt;
* display an extra column in the eclipse-ccase HistoryView showing incoming merge arrows,&lt;br /&gt;
* display a more user friendly version tree (integrated into eclipse e.g.)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Remove ANTLR</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/5/" rel="alternate"/><published>2008-11-15T07:18:27Z</published><updated>2008-11-15T07:18:27Z</updated><author><name>Vincent Latombe</name><uri>https://sourceforge.net/u/vlatombe/</uri></author><id>https://sourceforge.net1cd7365bd3fbb8788a90ef784da839e29e6f8668</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please see &lt;a href="https://sourceforge.net/tracker2/?func=detail&amp;amp;aid=2117781&amp;amp;group_id=50595&amp;amp;atid=460300"&gt;https://sourceforge.net/tracker2/?func=detail&amp;amp;aid=2117781&amp;amp;group_id=50595&amp;amp;atid=460300&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>New features to add to ClearCase API</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/4/" rel="alternate"/><published>2008-11-14T19:45:27Z</published><updated>2008-11-14T19:45:27Z</updated><author><name>Vincent Latombe</name><uri>https://sourceforge.net/u/vlatombe/</uri></author><id>https://sourceforge.net608d47379807b872a0830bf0eb4f5a3f24b0feed</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;- To allow a comparison between the filesystem file and a version on the server (compare with..., compare with predecessor), a method with the following signature should be added (to be discussed) :&lt;br /&gt;
public String getElement(String element) where the returned string is the path to the downloaded element.&lt;/p&gt;
&lt;p&gt;[To be completed]&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Build system migration to Maven</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/3/" rel="alternate"/><published>2008-11-14T19:35:05Z</published><updated>2008-11-14T19:35:05Z</updated><author><name>Vincent Latombe</name><uri>https://sourceforge.net/u/vlatombe/</uri></author><id>https://sourceforge.net1617f96f16c0e05fac5909b9faea261f2f656af6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Split the project in two artifacts :&lt;br /&gt;
- net.sourceforge.clearcase:clearcase-java (containing the current source code which is in src/common)&lt;br /&gt;
- net.sourceforge.clearcase:clearcase-java-cli-impl (current source in src/commandline and src/test)&lt;/p&gt;
&lt;p&gt;This should hopefully simplify the releasing process of the project.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Java 5 compliance of the API</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/2/" rel="alternate"/><published>2008-11-14T19:27:20Z</published><updated>2008-11-14T19:27:20Z</updated><author><name>Vincent Latombe</name><uri>https://sourceforge.net/u/vlatombe/</uri></author><id>https://sourceforge.net5f2890aba343ee65bafc344973493d4ae11a492a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I suggest to migrate the existing code to Java 5 compliance (enums, generics) to improve readability and efficiency of the code. This will break backward compatibility. As such, this is proposed for 3.0 branch&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Mock implementation for testing purposes</title><link href="https://sourceforge.net/p/clearcase-java/feature-requests/1/" rel="alternate"/><published>2008-11-14T19:23:45Z</published><updated>2008-11-14T19:23:45Z</updated><author><name>Vincent Latombe</name><uri>https://sourceforge.net/u/vlatombe/</uri></author><id>https://sourceforge.net9c17a015103f2e7c654a1dbffd53b8fa06577f84</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I propose to implement a mock implementation of the ClearCaseInterface. This would help testing the Eclipse part of the project on a workstation with no access to ClearCase.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>