You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Thilo Goetz <tw...@gmx.de> on 2008/03/01 08:12:17 UTC

Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

schor@apache.org wrote:
> Author: schor
> Date: Fri Feb 29 10:48:01 2008
> New Revision: 632407
> 
> URL: http://svn.apache.org/viewvc?rev=632407&view=rev
> Log:
> [UIMA-836] document how to specify eclipse-home
> 
> Modified:
>     incubator/uima/site/trunk/uima-website/docs/svn.html
>     incubator/uima/site/trunk/uima-website/xdocs/svn.xml
> 
> Modified: incubator/uima/site/trunk/uima-website/docs/svn.html
> URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/svn.html?rev=632407&r1=632406&r2=632407&view=diff
> ==============================================================================
> --- incubator/uima/site/trunk/uima-website/docs/svn.html (original)
> +++ incubator/uima/site/trunk/uima-website/docs/svn.html Fri Feb 29 10:48:01 2008
> @@ -630,7 +630,8 @@
>    version 3.3 or later installed, and you have to indicate to maven where it is installed. 
>    In the examples below, this is shown as c:/your/path/to/eclipse.
>    Note that you can type the slashes '/' as backslashes '\' in Windows -- it doesn't matter 
> -  (both work).</p>
> +  (both work).  The path should be to an directory named "eclipse" containing as subdirectories folders such as
> +   "plugins" and "features"</p>

The directory does not need to be called "eclipse", that was the whole point of the change.

>                                                  <p>
>    You can do this in one of 3 ways.
>   </p>
> 
> Modified: incubator/uima/site/trunk/uima-website/xdocs/svn.xml
> URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/svn.xml?rev=632407&r1=632406&r2=632407&view=diff
> ==============================================================================
> --- incubator/uima/site/trunk/uima-website/xdocs/svn.xml (original)
> +++ incubator/uima/site/trunk/uima-website/xdocs/svn.xml Fri Feb 29 10:48:01 2008
> @@ -340,7 +340,8 @@
>    version 3.3 or later installed, and you have to indicate to maven where it is installed. 
>    In the examples below, this is shown as c:/your/path/to/eclipse.
>    Note that you can type the slashes '/' as backslashes '\' in Windows -- it doesn't matter 
> -  (both work).</p>
> +  (both work).  The path should be to an directory named "eclipse" containing as subdirectories folders such as
> +   "plugins" and "features"</p>
>    <p>
>    You can do this in one of 3 ways.
>   </p>
> 


Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Posted by Thilo Goetz <tw...@gmx.de>.
Marshall Schor wrote:
> Adam Lally wrote:
>>>  I thought that when you install Eclipse somewhere, it always puts 
>>> itself
>>>  into a directory called eclipse, with subdirectories "plugins",
>>>  "features", etc.
>>>  It's OK with me to generalize this, to any-name, with subdirectories
>>>  "plugins", "features", etc., if you think that's needed.
>>>
>>>     
>>
>> I agree with Thilo.  I rename my "eclipse" directory after I install
>> it, for example to "eclipse32".
>>
>>   -Adam
>>   
> OK - would this be a good rewrite then:
> 
> (Before:) The path should be to an directory named "eclipse" containing 
> as subdirectories folders such as
>   "plugins" and "features"
> 
> (rewrite:) The path should be to an directory (which, by default is 
> often named "eclipse" but can be named anything) containing the eclipse 
> executable, and the subdirectory folders for Eclipse such as "plugins" 
> and "features".
> 
> -Marshall
> 

+1

--Thilo

Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Posted by Adam Lally <al...@alum.rpi.edu>.
>  OK - would this be a good rewrite then:
>
>  (Before:) The path should be to an directory named "eclipse" containing
>
> as subdirectories folders such as
>    "plugins" and "features"
>
>  (rewrite:) The path should be to an directory (which, by default is
>  often named "eclipse" but can be named anything) containing the eclipse
>  executable, and the subdirectory folders for Eclipse such as "plugins"
>  and "features".
>

+1

-Adam

Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Posted by Marshall Schor <ms...@schor.com>.
Adam Lally wrote:
>>  I thought that when you install Eclipse somewhere, it always puts itself
>>  into a directory called eclipse, with subdirectories "plugins",
>>  "features", etc.
>>  It's OK with me to generalize this, to any-name, with subdirectories
>>  "plugins", "features", etc., if you think that's needed.
>>
>>     
>
> I agree with Thilo.  I rename my "eclipse" directory after I install
> it, for example to "eclipse32".
>
>   -Adam
>   
OK - would this be a good rewrite then:

(Before:) The path should be to an directory named "eclipse" containing 
as subdirectories folders such as
   "plugins" and "features"

(rewrite:) The path should be to an directory (which, by default is 
often named "eclipse" but can be named anything) containing the eclipse 
executable, and the subdirectory folders for Eclipse such as "plugins" 
and "features".

-Marshall



Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Posted by Adam Lally <al...@alum.rpi.edu>.
>  I thought that when you install Eclipse somewhere, it always puts itself
>  into a directory called eclipse, with subdirectories "plugins",
>  "features", etc.
>  It's OK with me to generalize this, to any-name, with subdirectories
>  "plugins", "features", etc., if you think that's needed.
>

I agree with Thilo.  I rename my "eclipse" directory after I install
it, for example to "eclipse32".

  -Adam

Re: svn commit: r632407 - in /incubator/uima/site/trunk/uima-website: docs/svn.html xdocs/svn.xml

Posted by Marshall Schor <ms...@schor.com>.
Thilo Goetz wrote:
> schor@apache.org wrote:
>> Author: schor
>> Date: Fri Feb 29 10:48:01 2008
>> New Revision: 632407
>>
>> URL: http://svn.apache.org/viewvc?rev=632407&view=rev
>> Log:
>> [UIMA-836] document how to specify eclipse-home
>>
>> Modified:
>>     incubator/uima/site/trunk/uima-website/docs/svn.html
>>     incubator/uima/site/trunk/uima-website/xdocs/svn.xml
>>
>> Modified: incubator/uima/site/trunk/uima-website/docs/svn.html
>> URL: 
>> http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/svn.html?rev=632407&r1=632406&r2=632407&view=diff 
>>
>> ============================================================================== 
>>
>> --- incubator/uima/site/trunk/uima-website/docs/svn.html (original)
>> +++ incubator/uima/site/trunk/uima-website/docs/svn.html Fri Feb 29 
>> 10:48:01 2008
>> @@ -630,7 +630,8 @@
>>    version 3.3 or later installed, and you have to indicate to maven 
>> where it is installed.    In the examples below, this is shown as 
>> c:/your/path/to/eclipse.
>>    Note that you can type the slashes '/' as backslashes '\' in 
>> Windows -- it doesn't matter -  (both work).</p>
>> +  (both work).  The path should be to an directory named "eclipse" 
>> containing as subdirectories folders such as
>> +   "plugins" and "features"</p>
>
> The directory does not need to be called "eclipse", that was the whole 
> point of the change.
I thought that when you install Eclipse somewhere, it always puts itself 
into a directory called eclipse, with subdirectories "plugins", 
"features", etc.
It's OK with me to generalize this, to any-name, with subdirectories 
"plugins", "features", etc., if you think that's needed. 

-Marshall