Marshall Schor | 1 Mar 2008 01:55

Re: svn commit: r630201 - /incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml

I think this may not be quite right.

When you do an extract, the uima-docbook-tool/lib and some other 
directories will be empty, but in the process of building the docbook, 
it will "fill up" with jars we don't distribute, but which the build 
script downloads from the internet if the user is "OK" with the 
licenses.  If then the "build source" assembly runs, it seems it will 
include this stuff in the source distr.

-Marshall

mbaessler@... wrote:
> Author: mbaessler
> Date: Fri Feb 22 05:37:23 2008
> New Revision: 630201
>
> URL: http://svn.apache.org/viewvc?rev=630201&view=rev
> Log:
> UIMA-764
>
> update src distribution build to be able to create a binary distribution from it
>
> https://issues.apache.org/jira/browse/UIMA-764
>
> Modified:
>     incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml
>
> Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml
> URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/assembly/src.xml?rev=630201&r1=630200&r2=630201&view=diff
> ==============================================================================
(Continue reading)

Thilo Goetz | 1 Mar 2008 08:12
Picon
Picon

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

schor@... 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
>  <at>  <at>  -630,7 +630,8  <at>  <at> 
>    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>
(Continue reading)

Marshall Schor | 1 Mar 2008 13:08

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


Thilo Goetz wrote:
> schor@... 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
>>  <at>  <at>  -630,7 +630,8  <at>  <at> 
>>    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 
(Continue reading)

Adam Lally | 1 Mar 2008 16:11
Picon

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

>  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

Marshall Schor | 2 Mar 2008 02:11

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

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

Adam Lally | 2 Mar 2008 03:31
Picon

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

>  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

Thilo Goetz | 2 Mar 2008 16:33
Picon
Picon

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

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
> 

(Continue reading)

Marshall Schor (JIRA | 3 Mar 2008 03:30
Picon
Favicon

[jira] Updated: (UIMA-787) Migrate code to the latest version of ActiveMQ (5.0.0)


     [
https://issues.apache.org/jira/browse/UIMA-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-787:
--------------------------------

    Fix Version/s: 2.2.2S

> Migrate code to the latest version of ActiveMQ (5.0.0)
> ------------------------------------------------------
>
>                 Key: UIMA-787
>                 URL: https://issues.apache.org/jira/browse/UIMA-787
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.2.1
>            Reporter: Jerry Cwiklik
>            Assignee: Marshall Schor
>             Fix For: 2.2.2S
>
>         Attachments: uimaj-as-activemq-UIMA-787-patch.txt, uimaj-as-jms-UIMA-787-patch.txt
>
>
> Update build dependencies to use the latest version of ActiveMQ. Update UIMA-AS install scripts to
download the latest ActiveMQ distribution.

--

-- 
This message is automatically generated by JIRA.
(Continue reading)

Marshall Schor (JIRA | 3 Mar 2008 03:30
Picon
Favicon

[jira] Closed: (UIMA-787) Migrate code to the latest version of ActiveMQ (5.0.0)


     [
https://issues.apache.org/jira/browse/UIMA-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-787.
-------------------------------

    Resolution: Fixed
      Assignee: Marshall Schor

Applied Patches

> Migrate code to the latest version of ActiveMQ (5.0.0)
> ------------------------------------------------------
>
>                 Key: UIMA-787
>                 URL: https://issues.apache.org/jira/browse/UIMA-787
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.2.1
>            Reporter: Jerry Cwiklik
>            Assignee: Marshall Schor
>         Attachments: uimaj-as-activemq-UIMA-787-patch.txt, uimaj-as-jms-UIMA-787-patch.txt
>
>
> Update build dependencies to use the latest version of ActiveMQ. Update UIMA-AS install scripts to
download the latest ActiveMQ distribution.

--

-- 
(Continue reading)

Marshall Schor (JIRA | 3 Mar 2008 03:32
Picon
Favicon

[jira] Closed: (UIMA-788) Migrate code to the latest version of Spring (v.2.5.1)


     [
https://issues.apache.org/jira/browse/UIMA-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-788.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2S

Applied Patch

> Migrate code to the latest version of Spring (v.2.5.1)
> ------------------------------------------------------
>
>                 Key: UIMA-788
>                 URL: https://issues.apache.org/jira/browse/UIMA-788
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.2.1
>            Reporter: Jerry Cwiklik
>            Priority: Minor
>             Fix For: 2.2.2S
>
>         Attachments: uimaj-as-core-UIMA-788-patch.txt
>
>
> Update build dependencies and UIMA-AS install script

(Continue reading)


Gmane