Refactoring: org.apache.uima.cas.impl.ArrayFSImpl

2009-07-07 Thread Jörn Kottmann
Hi, the class has private constructor which is never used. Is there a reason for it ? Otherwise I would suggest to delete it. Jörn

Re: Building the eclipse update site

2009-07-07 Thread Jörn Kottmann
The project model of the Cas Editor does not really fit what we need now in my opinion. We have to rework that. It was made for the RCP Cas Editor version, but now the Cas Editor is more like a tool which just shows/edits CAS files. We could try to make a general model where a user configures a

[jira] Commented: (UIMA-1423) Document import broken

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728298#action_12728298 ] Jörn Kottmann commented on UIMA-1423: - OK, I correct it and now it also looks like the c

[jira] Commented: (UIMA-1423) Document import broken

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728292#action_12728292 ] Jörn Kottmann commented on UIMA-1423: - "Hi Jörn, I had to add the following xml snippet

Re: maven build problem

2009-07-07 Thread Jörn Kottmann
Tong Fin wrote: I really wonder if we're doing ourselves a favor by using maven for the eclipse plugin and eclipse update site builds. In eclipse we have all the tooling that we need at our disposal. We could maintain the plugin dependencies in the manifest files, where they belong.

Re: July board report is due

2009-07-07 Thread Thilo Goetz
Thilo Goetz wrote: > Jukka Zitting wrote: >> Hi, >> >> UIMA is again due for a board report [1]. Anyone willing to draft it? >> >> [1] http://wiki.apache.org/incubator/July2009 >> >> BR, >> >> Jukka Zitting > > Working on it... I have added a draft for UIMA. As usual, just go in and make your ad

Re: July board report is due

2009-07-07 Thread Thilo Goetz
Jukka Zitting wrote: > Hi, > > UIMA is again due for a board report [1]. Anyone willing to draft it? > > [1] http://wiki.apache.org/incubator/July2009 > > BR, > > Jukka Zitting Working on it...

Re: maven build problem

2009-07-07 Thread Tong Fin
I really wonder if we're doing ourselves a favor by using > maven for the eclipse plugin and eclipse update site builds. > In eclipse we have all the tooling that we need at our > disposal. We could maintain the plugin dependencies in the > manifest files, where they belong. > I completely agree

Re: Building the eclipse update site

2009-07-07 Thread Thilo Goetz
Jörn Kottmann wrote: > Thilo Goetz wrote: >> >> I was able to successfully build the update site and install >> into Eclipse 3.5. I tested the CDE and JCasGen, seems to work >> fine. Joern, what's a good way to quickly test the CAS Editor? >> >> > > Create a "NLP" project and add a type syste

Re: [jira] Resolved: (UIMA-1423) Document import broken

2009-07-07 Thread Peter Prettenhofer
Hi Jörn, I had to add the following xml snippet to section of the pom.xml: ${basedir}/src/main/resources maybe you forgot to commit the changes? best regards, Peter 2009/7/7 Jörn Kottmann (JIRA) : > >     [ > https://issues.apache.org/jira/browse/UIMA-1423?page=com.atlassian

Re: Building the eclipse update site

2009-07-07 Thread Thilo Goetz
Marshall Schor wrote: > At this point, the build procedure is: > > 1) run the build.xml in the uimaj-eclipse-update-site project with the > target set to build-features. You can do this in Eclipse by right > clicking the build.xml file and picking Run-As Ant-build ... > > 2) copy the features bu

Re: maven build problem

2009-07-07 Thread Thilo Goetz
Jörn Kottmann wrote: > I just set up my new uima-dev workspace on OS X for eclipse 3.5. > > After downloading all projects from uimaj into the workspace with > subsclipse, > I went into the uimaj folder and typed mvn eclipse:eclipse to generate the > eclipse project files for all projects. That st

Re: Building the eclipse update site

2009-07-07 Thread Jörn Kottmann
Thilo Goetz wrote: I was able to successfully build the update site and install into Eclipse 3.5. I tested the CDE and JCasGen, seems to work fine. Joern, what's a good way to quickly test the CAS Editor? Create a "NLP" project and add a type system to it, create a folder and add it as c

Re: Building the eclipse update site

2009-07-07 Thread Thilo Goetz
Marshall Schor wrote: > At this point, the build procedure is: > > 1) run the build.xml in the uimaj-eclipse-update-site project with the > target set to build-features. You can do this in Eclipse by right > clicking the build.xml file and picking Run-As Ant-build ... > > 2) copy the features bu

[jira] Created: (UIMA-1426) More control for apps against OOMs from UIMA core: Add configuration option to set the maximum heap size the CAS will grow to

2009-07-07 Thread Thomas Hampp (JIRA)
More control for apps against OOMs from UIMA core: Add configuration option to set the maximum heap size the CAS will grow to - Key: UIMA-1426

[jira] Closed: (UIMA-1425) Cas Editor plugin tests cannot be executed

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann closed UIMA-1425. --- Resolution: Fixed After adding junit 4.5 as an optional dependency to the plugin the runner can execu

[jira] Created: (UIMA-1425) Cas Editor plugin tests cannot be executed

2009-07-07 Thread JIRA
Cas Editor plugin tests cannot be executed -- Key: UIMA-1425 URL: https://issues.apache.org/jira/browse/UIMA-1425 Project: UIMA Issue Type: Bug Components: CasEditor Affects Versions: 2.3

[jira] Resolved: (UIMA-1423) Document import broken

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann resolved UIMA-1423. - Resolution: Fixed Fix Version/s: 2.3 Assignee: Jörn Kottmann The document import w

Re: maven build problem

2009-07-07 Thread Jörn Kottmann
I just set up my new uima-dev workspace on OS X for eclipse 3.5. After downloading all projects from uimaj into the workspace with subsclipse, I went into the uimaj folder and typed mvn eclipse:eclipse to generate the eclipse project files for all projects. That step failed with a dependenc

[jira] Updated: (UIMA-1424) Remove .launch files from Cas Editor

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann updated UIMA-1424: Summary: Remove .launch files from Cas Editor (was: Remove .launch files form Cas Editor) > Remove

[jira] Closed: (UIMA-1424) Remove .launch files form Cas Editor

2009-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann closed UIMA-1424. --- Resolution: Fixed > Remove .launch files form Cas Editor > > >

[jira] Created: (UIMA-1424) Remove .launch files form Cas Editor

2009-07-07 Thread JIRA
Remove .launch files form Cas Editor Key: UIMA-1424 URL: https://issues.apache.org/jira/browse/UIMA-1424 Project: UIMA Issue Type: Task Components: CasEditor Affects Versions: 2.3

Re: Building the eclipse update site

2009-07-07 Thread Jörn Kottmann
I am wondering if it is a good idea to install the debug plugin over the update site. What is the purpose of this plugin ? Jörn

[jira] Created: (UIMA-1423) Document import broken

2009-07-07 Thread Peter Prettenhofer (JIRA)
Document import broken -- Key: UIMA-1423 URL: https://issues.apache.org/jira/browse/UIMA-1423 Project: UIMA Issue Type: Bug Components: CasEditor Environment: Eclipse Runtime Binary 3.5 (Galileo)

July board report is due

2009-07-07 Thread Jukka Zitting
Hi, UIMA is again due for a board report [1]. Anyone willing to draft it? [1] http://wiki.apache.org/incubator/July2009 BR, Jukka Zitting

Re: Building the eclipse update site

2009-07-07 Thread Jörn Kottmann
Still not working (for reasons I have no idea) - the update site seems to have the cas editor jar, but there is no plugin installed for it. It would be good to have another pair of eyes look at this - maybe there's some misspelling somewhere... I followed the steps above to create the updat