Re: [VOTE] [HOTFIX] release hot fix Eclipse plugin for UIMA CDE tool

2007-03-30 Thread Marshall Schor
Adam Lally wrote: On 3/30/07, Thilo Goetz [EMAIL PROTECTED] wrote: I'm concerned that we didn't create this hotfix from the 2.1.0 branch in subversion, but from trunk. I'm sorry I didn't catch this earlier, but I only just noticed it. I think we need to build the hotfix from the 2.1.0 branch,

Re: [VOTE] [HOTFIX] release hot fix Eclipse plugin for UIMA CDE tool

2007-03-31 Thread Marshall Schor
Michael Baessler wrote: Marshall Schor wrote: One other issue I just remembered - this artifact is not signed. I don't have the time right now due to other pressing things, so this looks like it will slip into next week. I absolutely agree with Thilo, we should fix and tag this in the 2.1.0

[VOTE][HOTFIX] [RETRY1] release hot fix Eclipse plugin for UIMA CDE tool

2007-04-02 Thread Marshall Schor
In this retry, the following has changed: 1) The artifact (the zip file which is the Eclipse plugin) now includes the standard DISCLAIMER, LICENSE, and NOTICES files. 2) A README-HOTFIX-1 was added and appears in the Zip file when unzipped. 2) The artifact is signed; the website has the

Re: 2.1.0 branch with hotfix

2007-04-03 Thread Marshall Schor
Thilo Goetz wrote: Marshall, I see that you changed the POM file of uimaj-ep-configurator so that the resulting artifact has a new name. Are we going to leave it like this? What should happen when we build another hotfix, say in another component: do we change the name again, or do we leave

Re: DocBook reorg

2007-04-09 Thread Marshall Schor
Thilo Goetz wrote: Hi Marshall, thanks for taking care of the DocBook stuff. Does this have anything to do with the Velocity DocBook 1.0 release I read about? --Thilo Not directly. The velocity docbook release was a coincidence. Henning has offered to work together on this - I think

Re: envVarRefs in UIMA descriptors

2007-04-11 Thread Marshall Schor
Adam Lally wrote: On 3/26/07, Thilo Goetz [EMAIL PROTECTED] wrote: I agree that people may be using it. I haven't seen it used in a while, but that doesn't mean anything. If we don't plan on removing the feature, why should we deprecate it? The name is because we wanted no difference between

Re: Default Result Specifications too complicated?

2007-04-16 Thread Marshall Schor
Adam Lally wrote: I'm interested in getting others' opinions on this. I was recently helping some users who were having a problem where a 3rd-party annotator they were using wasn't producing annotations that they expected it to. The annotator was embedded in a nested aggregate. It took me a

Re: Installer in UIMA Apache

2007-04-23 Thread Marshall Schor
Benjamin Sznajder wrote: Hi Adam, Refering to your mail, I think that the user is not aware about this README file. You may mention its existence in the download page, maybe? Benjamin Hi Benjamin - We're trying to attract additional people to contribute to UIMA. You've made some good

Re: UIMA pear runtime

2007-04-24 Thread Marshall Schor
Michael Baessler wrote: Adam Lally wrote: On 3/21/07, Michael Baessler [EMAIL PROTECTED] wrote: Let me understand the real issue here. When the CAS is created it gets a ClassLoader that is used to located the JCas classes. As far as I know, the CAS stores the references to the JCas classes,

Re: [DISCUSS] UIMA talk at ApacheCon?

2007-04-24 Thread Marshall Schor
Marshall Schor wrote: snip Here are some questions to consider: What audience(s) would we be trying to reach with this talk? What would be compelling/interesting enough topics to: a) get the talk accepted, b) get people to attend, c) get interesting collaborations

Re: [DISCUSS] UIMA talk at ApacheCon?

2007-04-27 Thread Marshall Schor
Lev Kozakov wrote: On 4/24/07, Adam Lally [EMAIL PROTECTED] wrote: On 4/24/07, Lev Kozakov [EMAIL PROTECTED] wrote: We would like to submit the following talk: --- Title: Towards an industrial modularization in Apache UIMA framework --

Re: [DISCUSS] UIMA talk at ApacheCon?

2007-04-27 Thread Marshall Schor
Marshall Schor wrote: Lev Kozakov wrote: On 4/24/07, Adam Lally [EMAIL PROTECTED] wrote: On 4/24/07, Lev Kozakov [EMAIL PROTECTED] wrote: We would like to submit the following talk: --- Title: Towards an industrial modularization in Apache UIMA framework

Re: [DISCUSS] UIMA talk at ApacheCon?

2007-04-27 Thread Marshall Schor
Adam Lally wrote: On 4/27/07, Marshall Schor [EMAIL PROTECTED] wrote: I submitted a proposal that was some degree of synthesis of these other proposals. -Marshall I would be interested to see said proposal. :) -Adam You should be able to see it (and all proposals) (and *vote* on the ones

Re: svn commit: r534093 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/compatibility/CollectionReaderAdapter.java

2007-05-02 Thread Marshall Schor
Reader Adapter doing it. -Marshall Adam Lally wrote: On 5/1/07, Marshall Schor [EMAIL PROTECTED] wrote: Not sure about this; the main documentation, in the section 1.5.1 in tutorials / user guides on the contract says reconfigure This method is never called by the framework, unless

Re: collecting download statistics

2007-05-06 Thread Marshall Schor
Marshall Schor wrote: It is apparently quite easy to collect download statistics, indirectly, setting up our download page to count clicks on the download link. There is a currently free service from google which will do the work for you, and also measure paths from search engines (not just

Re: collecting download statistics

2007-05-06 Thread Marshall Schor
Marshall Schor wrote: Marshall Schor wrote: It is apparently quite easy to collect download statistics, indirectly, setting up our download page to count clicks on the download link. There is a currently free service from google which will do the work for you, and also measure paths from

Re: continuous integration

2007-05-09 Thread Marshall Schor
that at some point, we'll get to continuous integration... ) Marshall Schor wrote: If and when we decide that continuous integration is the way to go, Atlassian, the folks who did Jira and Confluence Wiki (which we're using) also have a continuous integration product, called Bamboo. Several

changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-10 Thread Marshall Schor
While working on the class-loader switching code, we have revisited an issue with the way JCas objects work with respect to views. Currently, for each view, there is a separate set of xxx_Type objects, a separate set of cached cover objects (which are identical to other view's objects, except

Re: [jira] Closed: (UIMA-401) Make DocBook build work out of the box in Eclipse

2007-05-10 Thread Marshall Schor
Thilo Goetz (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-401. Resolution: Fixed Added skip.html-chunked property to individual docbook builds.

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-11 Thread Marshall Schor
Adam Lally wrote: Another thought: Is it possible to have separate instances of _Type for each view, but to have only one, shared, set of generators? The FSGenerator.createFS method is passed a CAS reference - is this a reference to the view? If so, it seems like only one generator is needed

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-13 Thread Marshall Schor
Adam Lally wrote: On 5/11/07, Marshall Schor [EMAIL PROTECTED] wrote: Adam Lally wrote: Another thought: Is it possible to have separate instances of _Type for each view, but to have only one, shared, set of generators? The FSGenerator.createFS method is passed a CAS reference

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-14 Thread Marshall Schor
Adam Lally wrote: On 5/13/07, Marshall Schor [EMAIL PROTECTED] wrote: Before: --- MyAnnotation x = new MyAnnotation(someView_1); aView_1.addFsToIndexes(x); aView_2.addFsToIndexes(x); // removes from view_1 aView_2.getAllIndexedFS

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-14 Thread Marshall Schor
Marshall Schor wrote: Adam Lally wrote: On 5/13/07, Marshall Schor [EMAIL PROTECTED] wrote: Before: --- MyAnnotation x = new MyAnnotation(someView_1); aView_1.addFsToIndexes(x); aView_2.addFsToIndexes(x); // removes from view_1 aView_2

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-14 Thread Marshall Schor
Eddie Epstein wrote: On 5/14/07, Marshall Schor [EMAIL PROTECTED] wrote: I don't think there is a significant performance savings. So I'm willing to go with the following (let's see if I get this right...) Changes: 1) 1 map from CAS objects to JCas cover objects, shared by all views 2

adding an installer for UIMA distr

2007-05-14 Thread Marshall Schor
Some people have noticed (and complained) that Apache UIMA doesn't have an installer. The new thunderbird email system is using a free / open source installer, http://sourceforge.net/projects/nsis/ which might be appropriate. Is this a good thing to do, and do we have any volunteers

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-14 Thread Marshall Schor
Marshall Schor wrote: Marshall Schor wrote: Adam Lally wrote: On 5/13/07, Marshall Schor [EMAIL PROTECTED] wrote: Before: --- MyAnnotation x = new MyAnnotation(someView_1); aView_1.addFsToIndexes(x); aView_2.addFsToIndexes(x); // removes from

Re: changing the semantics (very slightly) for JCas objects with respect to Views

2007-05-15 Thread Marshall Schor
Thilo Goetz wrote: Eddie Epstein wrote: On 5/14/07, Adam Lally [EMAIL PROTECTED] wrote: I prefer that we deprecate addToIndexes() and removeFromIndexes() but take reasonable steps to make the methods behave is closely to the current behavior as possible. If Marshall is willing to

Some reorg in FsClassRegistry

2007-05-15 Thread Marshall Schor
Current design has 1 instance of FsClassRegistry per Cas per View. With the redesign going on for JCas we no longer need one per View. We don't even need one per Cas. CASes in a pool, sharing the same type system, can share generators. Anyone object if I change the impl to move the

CAS refactoring for view-shared things

2007-05-15 Thread Marshall Schor
When Cas Views are made, another instance of CASImpl type is created, and a great many of its fields are copied from the base view. How about an alternate design, which moves all of the fields being copied into a new object that is shared by all CASImpls belonging to one view? This would

Re: CAS refactoring for view-shared things

2007-05-15 Thread Marshall Schor
Eddie Epstein wrote: On 5/15/07, Marshall Schor [EMAIL PROTECTED] wrote: When Cas Views are made, another instance of CASImpl type is created, and a great many of its fields are copied from the base view. How about an alternate design, which moves all of the fields being copied into a new

asking for confirmation of change to initCASIndexes in CASImpl

2007-05-19 Thread Marshall Schor
initCASIndexes in CASImpl starts off with: public void initCASIndexes() throws CASException { if (null == this.ts.getType(CAS.TYPE_NAME_SOFA)) { throw new CASException(CASException.MUST_COMMIT_TYPE_SYSTEM, null); } ... more The MUST_COMMIT_TYPE_SYSTEM

setting up index repositories for views

2007-05-19 Thread Marshall Schor
CASImpl has a method initCASIndexes. This method is called by lots of test cases, and by the main routine of doCreateCAS - it is supposed to set up the built-in indexes for the CAS. It sets up 2 of these: 1) the AnnotationIndex 2) the SofaIndex: an index over SofaFSs. It seems to me that

Running findbugs on uimaj-core - Class FSInfo appears to be unused by any code?

2007-05-19 Thread Marshall Schor
The class FSInfo in uimaj-core: org.apache.uima.cas.impl.FSInfo appears to be completely unused, there are no references to it that I can find. Ok to remove it? -Marshall

Re: [jira] Updated: (UIMA-408) Make more CASImpl methods private, have clients use ll APIs.

2007-05-20 Thread Marshall Schor
I'm just fininshing up a re-org of the CASImpl - the tests now all run, but I'm doing some final checking before checking things back in... If possible, please wait until I'm done before proceeding. I've also gone thru and changed the protected methods to package-private in CASImpl - they

Eddie - can you check my reasoning on this bug in setting the CASImpl sofaRef?

2007-05-21 Thread Marshall Schor
The resetNoQuestions iterates over all the views, calling resetView: /* * iterated reset - once per view of a CAS except for the base CAS */ private void resetView() { this.indexRepository.flush(); if (this.mySofaRef 0 this.getSofa().getSofaRef() == 1) { //

Re: [jira] Created: (UIMA-409) Reorganization of TypeSystemImpl, CASImpl, FSClassRegistry, adding new CASMetadata class

2007-05-21 Thread Marshall Schor
directory - it fails validation, with no error message (it says unknown error). Will look at this more... -Marshall Marshall Schor (JIRA) wrote: Reorganization of TypeSystemImpl, CASImpl, FSClassRegistry, adding new CASMetadata class

Re: 2.2 release

2007-05-25 Thread Marshall Schor
Thilo Goetz wrote: Hi all, how are we doing for our next release? It would be good if someone went through Jira and categorized the open issues. A quick look shows 88 unresolved issues. I know we don't have to do all of these for 2.2, but let's consider which one(s) to do. The ones

is FlowControllerImpl an unused class?

2007-06-01 Thread Marshall Schor
The interface FlowController has an abstract subclass: FlowController_ImplBase, which has 2 other abstract subclasses: a Cas and a JCas impl base. But it also ahas a non-abstract subclass FlowControllerImpl which seems unreferenced by the rest of the code. Can this class be deleted?

Re: Images in documentation

2007-06-01 Thread Marshall Schor
Thilo Goetz wrote: Everybody, I'm in the process of updating the CVD docs, and struggling with the images again. Since I've found no way to make things work for both pdf and html, I've decided to go with html. I'm leaving the images unscaled, which looks good in the browser. In pdf, they

Re: [jira] Assigned: (UIMA-351) UIMA pear runtime

2007-06-04 Thread Marshall Schor
=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler reassigned UIMA-351: - Assignee: Marshall Schor (was: Michael Baessler) Hi Marshall, I have created an additional testcase for the PEAR runtime and unfortunately it fails... For me it seems

Re: [jira] Commented: (UIMA-400) Fix Eclipse plugin

2007-06-05 Thread Marshall Schor
+1 to dropping Eclipse 3.0 support, based on time, and the fact that it's quite easy to upgrade to new versions of Eclipse. I hope I'm not wrong... but the users will speak I guess. -Marshall Adam Lally (JIRA) wrote: [

Re: [jira] Closed: (UIMA-368) Allow setting logger config file and other JVM system properties in scripts/bat files

2007-06-09 Thread Marshall Schor
Reminder - please update the main documentation (perhaps in the tutorial book) to make users aware of this capability, if not already done. -Marshall Adam Lally (JIRA) wrote: [

Re: [jira] Commented: (UIMA-357) Write documentation for the Cas Editor

2007-06-09 Thread Marshall Schor
Michael Baessler (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501483 ] Michael Baessler commented on UIMA-357: --- Marshall, can we easily setup a docbook

Re: [jira] Commented: (UIMA-402) Adding Remote SOAP AE to Aggregate in CDE causes validation error

2007-06-14 Thread Marshall Schor
Adam Lally (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501723 ] Adam Lally commented on UIMA-402: - Marshall wrote (on uima-dev): Basic thought: if the

Re: [jira] Assigned: (UIMA-402) Adding Remote SOAP AE to Aggregate in CDE causes validation error

2007-06-14 Thread Marshall Schor
Adam Lally (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adam Lally reassigned UIMA-402: --- Assignee: Marshall Schor (was: Adam Lally) Marshall, I added the uima-core

Re: CAS Editor/sandbox documentation

2007-06-15 Thread Marshall Schor
Thilo Goetz wrote: Marshall, thanks for setting this up. Would you mind if we turn this into a general sandbox documentation project? Now that you have done the initial work of creating a docbook build, we might want to add documentation about other sandbox projects, not just the CAS Editor.

Re: [jira] Created: (UIMA-459) References html file has 0 bytes after clean build

2007-06-19 Thread Marshall Schor
Project: UIMA Issue Type: Bug Components: Documentation Affects Versions: 2.2 Reporter: Thilo Goetz Assignee: Marshall Schor Fix For: 2.2 When built separately, the references html file is generated correctly. When

Re: [DISCUSS] Result Specs, cap. lang. flow, was: Re: Default Result Specifications too complicated?

2007-06-21 Thread Marshall Schor
+1 Backwards compatibility is something we take seriously, and when a change is needed, we should provide transition time for our existing users. Results specifications seem to be good concept - and this approach gives us time to thoughtfully evolve it. -Marshall Thilo Goetz wrote: As

Re: slight typo in the Console message

2007-06-24 Thread Marshall Schor
Thanks. Fixed. -Marshall Benjamin Sznajder wrote: Hi When we stop the VNS, we get [6/24/07 1:13 PM | main] Exitting. ... Cheers! Benjamin

Re: 2.2 release

2007-06-26 Thread Marshall Schor
I suggest:: 258 - remove fixed in 2.2; wait until someone feels this is important enough 328 - remove fixed in 2.2; wait until someone feels this is important enough -Marshall Thilo Goetz wrote: Hi all, according to our test plan (http://cwiki.apache.org/UIMA/testplan22.html), we have

Re: 2.2 release

2007-06-26 Thread Marshall Schor
Thilo Goetz wrote: Has any progress been made on UIMA-464 (a classcast exeption using an FSIterator returned by the AnnotationIndex.subiterator(AnnotationFS)? If this is a bug, I'd like to see it fixed for 2.2... -Marshall

Re: [jira] Commented: (UIMA-456) Make our Eclipse plugin projects into PDE projects

2007-07-05 Thread Marshall Schor
Hi Jörn - thanks for this. Is the version a UIMA version, an Eclipse version, or a Maven version number? What does the manifest.ignore/manifest mean? Can you post a link to something that describes how you figured out what to put here? Thanks again! -Marshall (trying to keep learning new

Strange about file - can it be deleted?

2007-07-09 Thread Marshall Schor
uimaj-tools has in src/main/resources in org/apache/uima/tools/util/gui/ a file about.txt, with the content: Apache UIMA (Unstructured Information Management Architecture) SDK Version ${version}-incubating http://incubator.apache.org/uima Copyright 2006, 2007 The Apache Software Foundation

Re: Strange about file - can it be deleted?

2007-07-10 Thread Marshall Schor
.) in org.apache.uima.tools.util.gui.AboutDialog. Please do not remove ;-) --Thilo Marshall Schor wrote: uimaj-tools has in src/main/resources in org/apache/uima/tools/util/gui/ a file about.txt, with the content: Apache UIMA (Unstructured Information Management Architecture) SDK Version ${version}-incubating http

July UIMA Board report due tomorrow - I put something in the wiki

2007-07-10 Thread Marshall Schor
Please review and fix / augment as needed :-) Wiki is: http://wiki.apache.org/incubator/July2007 -Marshall

Re: PEAR InstallationController API

2007-07-11 Thread Marshall Schor
There was a (in)famous incident where the implementation for rerunning the Semantic Index Builder did the same thing - it (formerly) erased all the files in the target directory. What happened was a senior level manager (Dave Ferrucci) was just trying out this code, he was busy and didn't

[Fwd: Re: Iterators: problem when using standard methods in combination with moveTo*]

2007-07-12 Thread Marshall Schor
()) { ++currentLen; } maxLen = ((maxLen currentLen) ? currentLen : maxLen); } System.out.println(Longest sentence contains + maxLen + tokens.); --Thilo Marshall Schor wrote: Did you consider using subIterators? These are (briefly) described in section 4.7.4 of the Apache UIMA Reference

Re: [Fwd: Re: Iterators: problem when using standard methods in combination with moveTo*]

2007-07-12 Thread Marshall Schor
don't know where that text went. Maybe I dreamed it. --Thilo Marshall Schor wrote: Thilo - is this fixable - so it just works as users expect? -Marshall Original Message Subject: Re: Iterators: problem when using standard methods in combination with moveTo* Date: Thu

Re: UIMA Javadocs in Eclipse

2007-07-12 Thread Marshall Schor
Thilo Goetz wrote: Is it just me, or is the following from section 1.1 of the Tutorial and Guide out of context: Note In Eclipse 3.1, if you highlight a UIMA class or method defined in the UIMA SDK JavaDocs, you can conveniently have Eclipse open the corresponding JavaDoc for that class or

Re: taking a crack at writing a xmi-serialization in multiple threads test case

2007-07-12 Thread Marshall Schor
)). If it works for you, please see if you can isolate what's different in your failing case verses this artificial test. -Marshall Marshall Schor wrote: I'm going to try and make a test case to see if I can duplicate Greg's slowdowns. If anyone has beaten me to it, please let me know right

Re: LGPL Icons

2007-07-12 Thread Marshall Schor
Jörn Kottmann wrote: Hello, is it possible to use LGPL icons in the Cas Editor ? I don't think so. This is because downloaders of things from Apache expect to be free of obligations when they do things with what they downloaded. See http://people.apache.org/~cliffs/3party.html. This lists

Re: [Fwd: Re: Iterators: problem when using standard methods in combination with moveTo*]

2007-07-13 Thread Marshall Schor
Those arguments sound convincing to me. I guess I would only prefer the docs were less mysterious, and in addition to saying not to mix the two styles, they would state the reasons, as you have here :-) -Marshall Thilo Goetz wrote: Marshall Schor wrote: It seems to me the only object

Re: svn commit: r555746 - /incubator/uima/uimaj/trunk/uimaj-core/src/test/java/org/apache/uima/cas/impl/XmiCasDeserializerTest.java

2007-07-13 Thread Marshall Schor
Michael Baessler wrote: As far as I know is System.nanoTime() a Java 5 feature and is not available in Java 1.4. So do we still want to be Java 1.4 compatible? I think we want the framework to be 1.4 compatible. It's probably less a requirement for the test cases :-), but I take your point

Re: Question about Aggregate Analysis Engines with Remote

2007-07-16 Thread Marshall Schor
Michael Baessler wrote: What do you mean by we can add a remoteAE if and only if, the AE is already deployed on the remote machine do you use the ComponentDescriptorEditor (CDE) plugin to do that? In this case, the CDE has to retrieve the meta data of the deployed AE to get for example

Re: Deprecate old InstallationController APIs

2007-07-17 Thread Marshall Schor
+1 I don't know of any use of the 2nd way, but I may be just un-informed ;-) Lev Kozakov may know something about this. -Marshall Michael Baessler wrote: When looking at the InstallationController code I see some old method, where I think they are never used. The

Re: [jira] Updated: (UIMA-458) For creating new UIMA descriptors in Eclipse, make accelerator keys work better

2007-07-17 Thread Marshall Schor
fixed :-) please update Jira. Then, take a look at the test plan and see if you think we're ready to vote -Marshall Marshall Schor wrote: Good points - I'll keep both versions from now on. I was trying to clean up Jira a bit to see if we had any remaining issues that needed attention

Re: [jira] Updated: (UIMA-498) TAEConfiguratorPlugin throws NullPointer during activation

2007-07-17 Thread Marshall Schor
platform to enforce that the plugin is is run as we tested it. Jörn On Jul 17, 2007, at 7:47 PM, Marshall Schor (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor updated UIMA-498

Re: [jira] Commented: (UIMA-510) JCasGen uses an older Java model for merging hand-coded code with generated code, which doesn't support Java beyond the 1.4 level.

2007-07-19 Thread Marshall Schor
where we can check what level of Eclipse the user has and issue an error if it's too low? I think we've discussed this before, we could check for EMF at the same time. That would be very helpful, both to us and our users. --Thilo Marshall Schor (JIRA) wrote: [ https://issues.apache.org

Re: File uima-docbook/TODO

2007-07-20 Thread Marshall Schor
I think these TODOs came over from the original Velocity project. +1 to delete. These are not TODOs for our use, I think. -Marshall Thilo Goetz wrote: Do we need this file? Some TODOs seem out of date, for the others we could maybe open Jira issues? --Thilo

Re: Files without license headers in docbook project

2007-07-20 Thread Marshall Schor
Thilo Goetz wrote: As you may have noticed, I tagged a first release candidate earlier today. Subsequently, RAT found a number of issue. These are the remaining ones. As soon as these are resolved, I'll build another release candidate. --Thilo Thilo Goetz wrote: RAT complains about

Re: Files without license headers in docbook project

2007-07-20 Thread Marshall Schor
Oops - They're already *not* in SVN. So they shouldn't be in our source distribution. If they are, we can fix the assembly build step. -Marshall Marshall Schor wrote: Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: [...] These files all are generated by Docbook

Re: Files without license headers in docbook project

2007-07-20 Thread Marshall Schor
Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: [...] These files all are generated by Docbook, so can't have a license. !? uimaj-2.2.0-incubating/uima-docbooks/src/styles/titlepage/titlepage-html.xsl !? uimaj-2.2.0-incubating/uima-docbooks/src/styles

Re: Files without license headers in docbook project

2007-07-20 Thread Marshall Schor
. -Marshall Marshall Schor wrote: Oops - They're already *not* in SVN. So they shouldn't be in our source distribution. If they are, we can fix the assembly build step. -Marshall Marshall Schor wrote: Thilo Goetz wrote: Marshall Schor wrote: Thilo Goetz wrote: [...] These files all

Re: uimaj-2.2.0-RC2

2007-07-23 Thread Marshall Schor
Michael Baessler wrote: Hi, I see Marshall has fixed the RAT issues reported by Thilo and the JIRA bug tracking system says that we have no open issues to fix for uimaj 2.2. So it seems that we are ready to build the hopefully latest release candidate level. +1 But what do we do with

Re: Annotation viewer testing

2007-07-24 Thread Marshall Schor
Some history: Debian (a Linux distributor) has a legal issue with Mozilla (and Firefox), around trademarks; google this or see http://lwn.net/Articles/118268/ The issues appear to involve firefox as well. Debian's browser is named Iceweasel. -Marshall Michael Baessler wrote: Hi, when

Re: Annotation viewer testing

2007-07-24 Thread Marshall Schor
Some useful leads: http://www.linuxworld.com/news/2006/101106-portland-project.html describes xdg-utils, and says Fedora, OpenSUSE, and Debian have already committed to installing the utilities. One utility enables visiting a Web page in the user's chosen browser. On Debian, this capability

Re: Source in the binary release

2007-07-25 Thread Marshall Schor
Michael Baessler wrote: Adam Lally wrote: When checking through the Resolved issues assigned to me I noticed that one of them was the addition of jars containing our source code, as part of our binary release. I must have missed that when it went in. The current uimaj-2.2.0-03 does not contain

Re: Source in the binary release

2007-07-27 Thread Marshall Schor
Thanks, Michael; nice job :-) I'm going to update the documentation to describe in the same sections (where you took out info about how to attach the source) similar sections on how to attach the javadocs which are included in the binary distribution. -Marshall Michael Baessler wrote:

Re: Source in the binary release

2007-07-27 Thread Marshall Schor
Adam Lally wrote: On 7/26/07, Michael Baessler [EMAIL PROTECTED] wrote: So should be add the source jars to the source release? I don't think that is the normal Apache thing to do. On http://incubator.apache.org/guides/releasemanagement.html it defines source release as a simple export from

Re: CASEditor cas processors

2007-07-27 Thread Marshall Schor
Jörn Kottmann wrote: I played around with the CasEditor and tried to add a cas processor, but unfortunately without success. I was able to add the cas processor (annotator) to my project and I found the place in the context menu to run it, but I ever get ClassNotFound exceptions... what is

Suggestion for updating release notes automatically

2007-07-29 Thread Marshall Schor
In our release notes, the last section is cut/pasted from the release note generation done by Jira. We could replace that with a link to the Jira system to (re)generate on demand the release notes. The link would be, for instance for 2.2:

Are we ready to release 2.2?

2007-07-30 Thread Marshall Schor
Except for needing to rerun the release note generation, I'm +1 ! for doing the 2.2 release. Thilo - if you agree, can you call for an official vote? -Marshall

Re: Source in the binary release

2007-07-30 Thread Marshall Schor
Thilo Goetz wrote: Adam Lally wrote: -1 to this change. What exactly is the concern here? My main concern is what I originally said: Don't some companies have issues with their people downloading source code? Does that concern a large corporation that some of us work for, or

Re: Source in the binary release

2007-07-30 Thread Marshall Schor
Thilo Goetz wrote: Eddie Epstein wrote: On 7/30/07, Thilo Goetz [EMAIL PROTECTED] wrote: Eddie Epstein wrote: How hard is it to create the source jars from the UIMA source distribution? Not hard *if* you have our build env. set up (i.e., maven etc). I'm sort

Re: Source in the binary release

2007-07-31 Thread Marshall Schor
Thilo Goetz wrote: Adam Lally wrote: On 7/30/07, Thilo Goetz [EMAIL PROTECTED] wrote: Adam Lally wrote: -1 to this change. What exactly is the concern here? My main concern is what I originally said: Don't some companies have issues with their people downloading

I SVN Updated everything, but am getting test errors with mvn install, on AnnotationTreeTest

2007-07-31 Thread Marshall Schor
Running org.apache.uima.cas.test.AnnotationTreeTest testTree(org.apache.uima.cas.test.AnnotationTreeTest) Time elapsed: 0.16 sec FAILURE! junit.framework.AssertionFailedError at junit.framework.AssertionFailedError.init(AssertionFailedError.java:11) at

Re: Source in the binary release

2007-07-31 Thread Marshall Schor
Adam Lally wrote: Actually I was thinking of something perhaps even easier for the user. What I meant was that the script would automatically add the source files directly into the jar files in the UIMA binary distribution. So no action would be necessary at all in Eclipse. (To locate the

Re: Source in the binary release

2007-07-31 Thread Marshall Schor
Adam Lally wrote: On 7/31/07, Marshall Schor [EMAIL PROTECTED] wrote: Also - the resources need to be included in the jars (they have the message bundles, etc.). The resource are already in the jars, so we don't need to add them in this step. Just the source files need to be added

Re: I SVN Updated everything, but am getting test errors with mvn install, on AnnotationTreeTest

2007-08-01 Thread Marshall Schor
--Thilo Thilo Goetz wrote: Marshall Schor wrote: Running org.apache.uima.cas.test.AnnotationTreeTest testTree(org.apache.uima.cas.test.AnnotationTreeTest) Time elapsed: 0.16 sec FAILURE! junit.framework.AssertionFailedError at junit.framework.AssertionFailedError.init

Re: Source in the binary release

2007-08-01 Thread Marshall Schor
Adam Lally wrote: On 8/1/07, Michael Baessler [EMAIL PROTECTED] wrote: I see that issue 499 is still in reopen state. I checked in my changes using this issue. So I think we can close them or is there anything else we need to do? OK with me to close it. We should update the

Re: Source in the binary release

2007-08-02 Thread Marshall Schor
Thilo Goetz wrote: Michael Baessler wrote: Marshall Schor wrote: We should update the documentation (3 places?) which describes how to attach javadocs, to now also mention running those scripts to attach the source. Do you know where exactly the places are that we need

Re: [VOTE] Release uimaj-2.2.0-RC4 as uimaj-2.2.0-incubating

2007-08-04 Thread Marshall Schor
Adam Lally wrote: On 8/3/07, Thilo Goetz [EMAIL PROTECTED] wrote: I think we're finally ready ;-) I cut RC3 this morning, found a minor issue with RAT and did RC4. Next time I'll run RAT before tagging the release... The release artifacts are available on people.a.o at

Re: Make that RC5 [was: uimaj-2.2.0-RC4]

2007-08-06 Thread Marshall Schor
Adam Lally wrote: On 8/6/07, Thilo Goetz [EMAIL PROTECTED] wrote: Thilo Goetz wrote: I built a new release candidate with Adam's and Marshall's fixes in. It's available as usual at on people.a.o at /home/twgoetz/uima-distributions/2.2/RC5. Let's try a new vote later today or

Re: Make that RC5 [was: uimaj-2.2.0-RC4]

2007-08-06 Thread Marshall Schor
Marshall Schor wrote: Adam Lally wrote: On 8/6/07, Thilo Goetz [EMAIL PROTECTED] wrote: Thilo Goetz wrote: I built a new release candidate with Adam's and Marshall's fixes in. It's available as usual at on people.a.o at /home/twgoetz/uima-distributions/2.2/RC5. Let's try a new vote

Re: Make that RC5 [was: uimaj-2.2.0-RC4]

2007-08-06 Thread Marshall Schor
Thilo Goetz wrote: Thilo Goetz wrote: I built a new release candidate with Adam's and Marshall's fixes in. It's available as usual at on people.a.o at /home/twgoetz/uima-distributions/2.2/RC5. Let's try a new vote later today or tomorrow. +1 to doing a new vote :-) -Marshall

Re: [VOTE] Release uimaj-2.2.0-RC5 as uimaj-2.2.0-incubating

2007-08-07 Thread Marshall Schor
Thilo Goetz wrote: Ok, here we go. This build passes our regression test suite, as well as Adam's test scripts. Michael and I also ran some manual sanity checks. RAT report looks good, too. The release artifacts are available on people.a.o at /home/twgoetz/uima-distributions/2.2/RC5 So

Re: Put Maven artifacts up for vote too?

2007-08-07 Thread Marshall Schor
Adam Lally wrote: As I recall we had a couple of user requests for us to publish our jars as Maven artifacts in the Apache incubator repository. And I think I got our Maven metadata into shape during the 2.1.0 release process after some comments from Dan Kulp on the [EMAIL PROTECTED] list. So

Re: Moving to Java 1.5?

2007-08-07 Thread Marshall Schor
Thilo Goetz wrote: Hi all, I'm wondering if it's time to move to Java 1.5 after this release. While there are still people out there who use Java 1.4, their numbers are shrinking rapidly. I'm guessing that by the time we do our next release, the need for Java 1.4 compatibility will have gone.

uimaj project pom questions

2007-08-08 Thread Marshall Schor
In the uimaj project's pom, the parent element points to itself. Why is this done, and where is the documentation in Maven which describes what this means? Also, there are two elements defining the javadoc plugin - is this intentional, or should/can these be merged? If we are heading toward

Re: uimaj project pom questions

2007-08-08 Thread Marshall Schor
Adam Lally wrote: On 8/8/07, Marshall Schor [EMAIL PROTECTED] wrote: In the uimaj project's pom, the parent element points to itself. I don't see any parent element in the uimaj project's pom. right - my oops - I was looking at the uimaj-distr pom, not the uimaj pom. Also

<    1   2   3   4   5   6   7   8   9   10   >