Re: [jira] Commented: (UIMA-485) Cas Editor: Add cas text color annotation drawing strategy

2007-07-06 Thread Jörn Kottmann
-- Key: UIMA-485 URL: https://issues.apache.org/jira/browse/UIMA-485 Project: UIMA Issue Type: Improvement Components: Sandbox Reporter: Jörn Kottmann Assignee: Jörn Kottmann Priority: Minor Attachments

Re: CAS Editor still throws exceptions

2007-07-10 Thread Jörn Kottmann
Hello Michael, I still have some trouble with the CAS Editor. I tried to run it directly from my eclipse workspace and it seems to me that it starts-up correctly. But what is the right setting for "Run a program" in the eclipse CAS Editor run configuration? What do you mean with "Run a pr

Re: CAS Editor still throws exceptions

2007-07-10 Thread Jörn Kottmann
What is the correct setting for Program To Run? - Run a product or - Run an application The correct setting is to run the cas editor product, but the application also works. The advantage of the product is custom branding and packaging.

Re: UIMA Javadocs in Eclipse

2007-07-12 Thread Jörn Kottmann
Hi Thilo, the source code lookup does not work, because there is simply no source code in our jars. Creating a src.jar is one way to add source code in eclipse, but I always prefer to include the source code in the jar directly. To include the source code in a jar with the classes just pu

LGPL Icons

2007-07-12 Thread Jörn Kottmann
Hello, is it possible to use LGPL icons in the Cas Editor ? Thanks, Jörn

Re: [jira] Commented: (UIMA-434) CAS Editor add icons

2007-07-13 Thread Jörn Kottmann
A-434 Project: UIMA Issue Type: Bug Components: Sandbox Reporter: Jörn Kottmann Assignee: Jörn Kottmann Priority: Trivial Attachments: icons.zip, svgicons.zip, UIMA-434-patch.txt Add icons to the cas editor -- This message is automatically gene

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

2007-07-17 Thread Jörn Kottmann
Reporter: Jörn Kottmann TAEConfiguratorPlugin throws a NPE during activation if the org.eclipse.platform plugin is missing (but its not required <- not listed in manifest). The plugin tries to retrieve the version of the org.eclipse.platform plugin I suggest to remove the code since

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

2007-07-17 Thread Jörn Kottmann
I think I would rather do (a) nothing, so retesting is not needed, or if we're going to update files, do (b) the real fix (remove the dependency on platform) and then retest. Ok, than let us do b for 2.3. Jörn

Re: CasEditor plugin.xml

2007-07-24 Thread Jörn Kottmann
class="org.apache.uima.caseditor.splashHandlers.ExtensibleSplashHandle r" id="org.apache.uima.caseditor.splashHandlers.extensible"> class="org.apache.uima.caseditor.splashHandlers.InteractiveSplashHandl er" id="org.apache.uima.caseditor.splash

Re: [jira] Closed: (UIMA-515) enable CASEditor to work with resource specifiers as cas processors

2007-07-27 Thread Jörn Kottmann
Is there a trick to create an issue ? I also tried to create one, but always got a NullPointerException from jira. On Jul 27, 2007, at 3:53 PM, Michael Baessler (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-515? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabp

Re: CASEditor cas processors

2007-07-27 Thread Jörn Kottmann
Yes I only cast to get the annotator name, but maybe there is a better way to do this... But this is not the main topic here. I think we can remove this method, the menu shows the filename of the descriptor file. The main thing is that you don't need to cast the ResourceSpecifier to an An

Re: CASEditor cas processors

2007-07-27 Thread Jörn Kottmann
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 true, I never speci

Re: CASEditor cas processors

2007-07-27 Thread Jörn Kottmann
On Jul 27, 2007, at 7:27 PM, Marshall Schor wrote: 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

Re: CASEditor cas processors

2007-08-08 Thread Jörn Kottmann
Sorry that it did not had time to respond to this mail. I was quite busy the last few days. What do you think is missing for the PEAR package? With the latest fix in the CasEditor you can run an installed pear package. Additionally with less programming effort, it will also be no problem to

Re: CASEditor cas processors

2007-08-08 Thread Jörn Kottmann
To work around this issue, you can add a PEAR file to your cas editor project and install it on demand and then check if the PEAR file is already installed or not. When doing this, you can also check if the installation location for your PEAR has changed (if the workspace has been moved to

Re: CASEditor cas processors

2007-08-08 Thread Jörn Kottmann
I think the installation location should be in a temp directory or at least outside the workspace. If its already there he PEAR installation is reused. You are right local changes might be a problem here, maybe the user can be ask what to do in that case (reinstall or not) and ask him to bac

How to get a list of allowed values for a type?

2007-08-13 Thread Jörn Kottmann
Hello, in the uima reference documentation is an example (2.3.4) that shows how to specify allowed values for a sub type of string. Is it possible to get a list of these allowed values via the uima api ? Thanks, Jörn

Re: continuous integration

2007-08-15 Thread Jörn Kottmann
Hi Marshall, a few weeks ago I tested cruisecontrol with the uima project and it worked with our maven project structure. Maybe you would like to take a look at it. Jörn On Aug 15, 2007, at 9:01 PM, Marshall Schor wrote: Saw another post (may be outdated) that said Continuum didn't handle "

Re: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS

2007-08-16 Thread Jörn Kottmann
I'm having no luck with this as the Maven repo seems to be down or unreachable. I'll try again later. Can you continue and check the patch in without a sucessful maven build ?

Re: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS

2007-08-16 Thread Jörn Kottmann
I can, but the eclipse 3.3 plugins are not in the central m2 repository yet. The CasEditor will then not build via maven. I'm not sure how you got it to compile. Do you know how to get the newer versions of the eclipse plugins added to the repository? I use eclipse 3.3 to build and test it. T

Re: [jira] Commented: (UIMA-531) Cas Editor: Delete button of the FSView does not work correctly

2007-08-17 Thread Jörn Kottmann
Sorry, Michael I used Mylyn to attach the patch. Mylyn also attachted the "context" of the issue. A Mylyn context contains only these files which are related to the issue. This makes it possible to the eclipse ui to hide all projects and files which are not related to the issue. I was not aw

Cas Editor: Build and Packaging [was: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS]

2007-08-21 Thread Jörn Kottmann
How should we go on with this issue? Does anyone know if these packages will go into the maven repository in the future? Is there a place to request these changes, so that the packages are added to the maven repository? If not we have to change the build, so that we use a local eclipse ve

Re: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS

2007-08-21 Thread Jörn Kottmann
- how to add the Eclipse RCP artifacts to the repository I just did not get this done. I add the eclipse rcp file with install:install-file (successful), but when it later tries to access it, it says "Failed to resolve artifact." Can you add the files and access them later ? Thanks, Jörn

Java annotations for configuration parameters in AEs

2007-08-22 Thread Jörn Kottmann
Hello, I would like to suggest that we use java annotations for the classes which implement an AE. The configuration parameters can be defined via java annotations and then injected into the AE before initializing. The implementor than does not need to write code that retrieves configuration par

Re: Cas Editor: Build and Packaging [was: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS]

2007-08-22 Thread Jörn Kottmann
For the future I would like to have one tooling application for UIMA that integrates all current available tooling apps that are available with UIMA. I think there is a need for a standalone human annotation tool. That would be the Cas Editor as RCP application. The development of uima comp

Re: Cas Editor: Build and Packaging [was: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS]

2007-08-22 Thread Jörn Kottmann
I think there is a need for a standalone human annotation tool. That would be the Cas Editor as RCP application. Can you give me some more details? There are many annotators which use machine learning. These annotators need fully annotated sample documents for the training phase. Now you n

Re: Cas Editor: Build and Packaging [was: [jira] Commented: (UIMA-526) Cas Editor: Add a new Edit View for editing of FS]

2007-08-22 Thread Jörn Kottmann
2) The UIMA tooling from my point of view is often used when developing an annotator or any other UIMA component. So I will use it in a UIMA development environment which is from my point of view often eclipse. So plugins fits best here. When having a RCP application, you cannot have the to

Subtypes of lists and arrays

2007-08-23 Thread Jörn Kottmann
Hello, is it possible to define subtypes of lists and array types in uima ? Thanks, Jörn

Re: Java annotations for configuration parameters in AEs

2007-08-23 Thread Jörn Kottmann
On Aug 23, 2007, at 3:29 PM, Marshall Schor wrote: I like this idea. I think there are some details to work out. Most of these are maybe just things I need to learn :-) Here's a few: 1) Whatever approach we take for this - it would be nice to align with existing Eclipse support for this kind

Size of an array

2007-09-04 Thread Jörn Kottmann
Hello, how can I get the size of an array type ? I have a fs where fs.getType().isArray() == true. Now I woud like to know the size of the array. Thanks, Jörn

Re: Size of an array

2007-09-04 Thread Jörn Kottmann
Good question. Looks like there is no elegant way of doing this. There's an interface called CommonArrayFS that defines the size() method, but ArrayFS doesn't extend it. The string array also does not extend CommonArrayFS. Jörn

Re: [jira] Commented: (UIMA-559) Cas Editor: Add a facility to choose the type of a new annotation in the AnnotationEditor

2007-09-04 Thread Jörn Kottmann
Done. Joern, the CasEditor project doesn't compile for me atm. Do you have instructions on how to set things up so it compiles in Eclipse? I would prefer to make sure that things still compile after I've applied your patches (so I know I haven't screwed up ;-) You need to generate the ec

Re: [jira] Commented: (UIMA-559) Cas Editor: Add a facility to choose the type of a new annotation in the AnnotationEditor

2007-09-06 Thread Jörn Kottmann
Does it build for you on the command line? No, for the same reason. Even if these artifacts can be downloaded it is currently not possible build the Cas Editor as RCP application. There is already a jira issue for this. Jörn

Cas Editor Release

2007-09-13 Thread Jörn Kottmann
Hello, the Cas Editor is now nearly ready for the first release. Whats the release process for apacha uima sandbox components ? Thanks, Jörn

Re: Jira setup for Joern

2007-09-18 Thread Jörn Kottmann
Joern, it seems that you have two user accounts in Jira, one called "joern" and one called "kottmann". Yes that is right. As fair as I know it is not possible to delete an account in jira right ? I would like to delete the kottmann account. Exactly joern the account I currently use. Jörn

Re: [Fwd: Re: How to get Jira account deleted?]

2007-09-18 Thread Jörn Kottmann
at 8:37 AM, Thilo Goetz wrote: Hi, we have a new committer in the UIMA Incubator project who accidentally created two Jira accounts. What's the right way to get rid of one of them? Open an INFRA Jira issue? This mail? Name: Jörn Kottmann User ID to be deleted: kottmann (Other user ID *not*

Re: [jira] Updated: (UIMA-538) Cas Editor: Add an icon for the merge action in the outline view

2007-09-28 Thread Jörn Kottmann
Joern, does this mean that your svn access has not been activated yet? yes, Marshall found out this yesterday too and told me that he will ping Ken Coar about this. Jörn

Re: [jira] Commented: (UIMA-536) Build Cas Editor as rcp application with maven

2007-10-01 Thread Jörn Kottmann
One other possibility: The Apache Felix project (which graduated from the incubator recently) is an Apache-licensed implementation of OSGi R4; could this be used instead of the Eclipse-licensed one, for implementing the RCP packaging here? The OSGi runtime is orthogonal to the eclipse buil

UIMA annotators are too static

2007-10-04 Thread Jörn Kottmann
Hello, often annotators are more flexible and reusable than its assumed in UIMA. The configuration is static to the annotator because it is set via the descriptor. There are annotators which benefit from determining the types to use at runtime via a configuration parameter. This is alread

Re: [jira] Commented: (UIMA-593) Cas Editor: The show menu in the annotation editor can not hide annotations

2007-10-11 Thread Jörn Kottmann
URL: https://issues.apache.org/jira/browse/UIMA-593 Project: UIMA Issue Type: Bug Components: Sandbox Reporter: Jörn Kottmann Assignee: Jörn Kottmann Attachments: UIMA-593.patch This bug was caused by UIMA-571. -- This message is

Re: Scripting annotator

2007-10-31 Thread Jörn Kottmann
+1 from me too Jörn

Deadlocks in CPM tests ?

2007-11-04 Thread Jörn Kottmann
Hello, I did build uima serveral times with maven, but in two cases the tests block. I guess we have race conditions which lead to deadlocks. Here are the console output. First case: Running org.apache.uima.collection.impl.cpm.CpmInitTest Initialize was called: true Nov 4, 2007 8:32:03 PM or

PearCasPoolTest.testCasPool fails

2007-11-04 Thread Jörn Kottmann
Hello, on my machine this tests fails while building with maven. I guess the "src\test\resources\pearTests\installedSimpleTokenPear\uimaj-pear- forTesting" cannot be found in an unix environment. Here is the console output: Running org.apache.uima.collection.impl.cpm.PearCasPoolTest org.apach

Re: PearCasPoolTest.testCasPool fails

2007-11-05 Thread Jörn Kottmann
Hi Joern - do you think this is just a case of using "backslashes" instead of forward slashes? If it's easy for you to test, can see if switching this "fixes" the problem? Sure, I replaced the backslashes with slashes and now I got another exception. Just give me a note, I can test for you a

Re: Next release version number

2007-11-07 Thread Jörn Kottmann
On Nov 7, 2007, at 2:20 PM, Thilo Goetz wrote: . Since we're only fixing a handful of bugs and are not adding any new features (or are we?), I think we should undo the move to java 1.5 if possible, since we are only doing a minor release our users will not expect it. Jörn

Re: BSF Scripting Annotator

2007-11-07 Thread Jörn Kottmann
Did some of you already experienced such a behaviour? It looks like a classloader problem (the JRuby engine doesn't register automatically into BSFManager when launched by the surefire maven plugin). Any idea? There are some differences, they are documented in our wiki: http://cwiki.apach

Java 1.5 Generics

2007-11-07 Thread Jörn Kottmann
Hello, are there any plans yet to enhance the code base with generics ? Jörn

Re: Next release version number

2007-11-07 Thread Jörn Kottmann
You think so? I mean there's no code change required on the user side. All they have to do is run our code in a Java 5 VM, and I had the impression that everybody was doing that anyway. When we asked on the user's list, there wasn't a single person who spoke out in favor of 1.4. Or do you see

Re: Java 1.5 Generics

2007-11-09 Thread Jörn Kottmann
None yet that I know of. Feel free to draft some kind of proposal, and post here or perhaps on our wiki. If I got it right its possible to just insert generics everywhere in our code without breaking any code which does not use generics. The java compiler does a source-to-source translati

Re: Java 1.5 Generics

2007-11-09 Thread Jörn Kottmann
I thought you were proposing to upgrade our user APIs (in some compatible way so as to not break existing user code, of course) so that they took advantage of Java 1.5. Exactly, I was talking about adding generics to our API and the rest of the uima code. This will not break backward compat

Re: [jira] Commented: (UIMA-624) UIMA Sandbox BSF Annotator initial code drop

2007-11-20 Thread Jörn Kottmann
This is how we do the UIMA docbook (so there's code there that can be reused for this), and it keeps our SVN cleaner, I think. The docbook code for this has the issue, that it only works with a high screen resulution. The first time I build the docbooks on my macbook I had to attach an external

Re: [VOTE] Release uimaj-2.2.1-06 as uimaj-2.2.1-incubating

2007-12-10 Thread Jörn Kottmann
+1 Jörn On Dec 10, 2007, at 9:29 AM, Michael Baessler wrote: - We finished our testing according to uimaj-2.2.1 release plan. - All issues for release 2.2.1 are resolved and closed. - The RAT report looks good. All release artifacts are available on people.apache.org at /home/mbaessler/distri

Re: [Fwd: REMINDER: Board Reports Due THIS Week]

2008-01-08 Thread Jörn Kottmann
Joern - can you add a line or two about progress in the CAS editor? sure, I added a few lines to recent activities: "The Cas Editor is now ready for its first release inside the UIMA project, some short test which roughly followed the test plan were successful. The release should be out th

Re: [jira] Created: (UIMA-678) Update notice file

2008-01-08 Thread Jörn Kottmann
what Eclipse SW does the CAS Editor include? This depends on the eclipse version which is used to create the build. The current eclipse version is 3.3.1.1. The guys from the apache directory studio (http://directory.apache.org/studio/ ) also do not include the version in the notice file. Jör

Re: [jira] Created: (UIMA-678) Update notice file

2008-01-08 Thread Jörn Kottmann
1) You can distribute binaries (but not sources) of things that are EPL (Eclipse Public License) licensed, as long as the notice file identifies these and provides a link to the source for these. (This requirement comes from the EPL license)

Re: [jira] Created: (UIMA-678) Update notice file

2008-01-09 Thread Jörn Kottmann
The RCP runtime should be ok, classified as binary. So I guess we should be looking at having more than one NOTICE file for the CAS editor. The one that goes with the source distribution (every Apache project must have a source distribution) should not have the mention of Eclipse code, be

Re: jar naming with/without versions

2008-01-21 Thread Jörn Kottmann
On Jan 21, 2008, at 10:58 AM, Michael Baessler wrote: Is this OK to do, or is there a reason we keep the uimaj-ep-runtime inner jars naming conventions different? The motivation was to add a PDE nature to the eclipse plugin projects with the maven eclipse plugin. The only way I found to

Re: [DISCUSS] Naming for sandbox project for Asynchronous Scaleout

2008-01-22 Thread Jörn Kottmann
+1 Jörn On Jan 21, 2008, at 10:49 AM, Michael Baessler wrote: +1 for changing the name to uima-as. I think a clear and transparent name is very important that people get interested in and work with. It is also better and easier to integrate to the core if we decide to move it from the San

CasEditor-2.2.1-01 release candidate

2008-01-23 Thread Jörn Kottmann
Hello, I have uploaded the first release candidate of the Cas Editor to: people.apache.org:/home/joern/distributions/CasEditor-2.2.1/01 Jörn

Re: CasEditor-2.2.1-01 release candidate

2008-01-23 Thread Jörn Kottmann
I'm also interested in having a "Sandbox release" so let's work on this together and make progress. The Cas Editor is different from other sandbox projects in two points, its not platform independent and the package size is relative large with ca. 35 MB compared to other sandbox projects.

Cas Editor documentation review

2008-02-11 Thread Jörn Kottmann
Hello, before the release of the Cas Editor can be done, the documentation should be reviewed. Can someone help me out with this task ? Thanks, Jörn

Re: Cas Editor documentation review - only XCAS supported?

2008-02-11 Thread Jörn Kottmann
Let's try and get a release out with what is there now. Anything that's not a show stopper, open a Jira issue so we don't forget. The CasEditor has been sitting there almost ready for some time now. What it needs most urgently is a release and some end-user feed-back. Then we can prioritize for

Re: Cas Editor documentation review - special file types e.g. .ann and .con

2008-02-12 Thread Jörn Kottmann
I'm guessing that files labeled as .ann and .con are "converted" to end in ".xml" - and that these are standard UIMA descriptors, is that correct? The .ann or .con files contain standard uima descriptor files, bute they are not converted to .xml they are accessed with the eclipse resource

Re: Cas Editor documentation review - only XCAS supported?

2008-02-12 Thread Jörn Kottmann
I think a "few" lines of codes can support "both" formats without any problem. Ok, you are right XMI support is easy, I just checked it in. Jörn

Re: UIMA IN LINUX

2008-02-12 Thread Jörn Kottmann
I am working on uima ,in linux , when I pasted eclipse plugins of uima in eclipse folder. when i check by doing: Window->ShowView->other->PDE-plugins , I can able to see uima.desceditor and other plugins. but when do like: descriptor -> new ->others , It doent contain UIMA option. please su

Re: Sandbox release

2008-02-14 Thread Jörn Kottmann
With the next UIMA bugfix release (2.2.2) I would also like to ship the first Sandbox release. The release should contain a Sandbox annotator package and a CasEditor package. (Joern any updates for the CasEditor release?) The Cas Editor has two issues which must be resolved before release. Th

Re: Cas Editor docbook edits

2008-02-14 Thread Jörn Kottmann
Hi Marshall, I do not get the patch applied. There is also no revision 620694 in the repository of the casEditorUserGuide.xml file. I am not sure what is going wrong here. Maybe it has todo with my problem to get the .txt file out of the mail you send me. My email client always displays t

Re: Sandbox release

2008-02-14 Thread Jörn Kottmann
What do you mean by change of version 2.2.1 to 2.2.2? Is this coding effort or just a version increment in some manifest or build files? Version update in the manifest file and version update in the about string which is inside the plugin.xml file. Jörn

Re: Sandbox release

2008-02-15 Thread Jörn Kottmann
The build for the CasEditor package is still missing, but I think this has to be provided by Joern since I don't know how to build it :-) I also think that we have platform dependent packages for the CasEditor, right? Do we have to build them on different machines? Currently its not possibl

Re: Sandbox release

2008-02-15 Thread Jörn Kottmann
Could the CasEditor package be set up as an Eclipse plugin and install into a user's Eclipse, as an alternative to being a stand- alone RCP application? The Cas Editor is intended to be a stand alone tool which was built to support manual or semi automatic annotation of text corpora. It was

Re: Sandbox release

2008-02-15 Thread Jörn Kottmann
from command line(?) http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_product_build.htm See UIMA-536, work for this build method is already done. The disadvantage is that the user has to provide an eclipse installation. This smells for trouble. I woul

Eclipse plugin jar files

2008-03-11 Thread Jörn Kottmann
Hello, do we have to unzip the runtime jar file to make it work with eclipse ? I tried to build the Cas Editor but it failed because it could not find the necessary classes inside the runtime plugin, after I unzipped the runtime plugin file everything could be found. Jörn

Re: Eclipse plugin jar files

2008-03-12 Thread Jörn Kottmann
Hi Marshall, if we package the plugins as jar eclipse tooling can not find classes inside the nested jars as Tong pointed out. I suggest that we ship the plugins as folder. The other option which I see is to ship them as jar, but with the nested jars unzipped. What do you think ? Jörn

Re: Anybody waiting for a sandbox release candidate?

2008-03-21 Thread Jörn Kottmann
If you are, let me know and I'll try to do one later tonight (probably not a good idea) or tomorrow. On the other hand, if nobody shouts, we'll wait till next week. I'm still in the middle of getting at least some basic documentation for the Simple Server together. I would appreciate this, sin

CasEditor-2.2.2-04 is ready

2008-03-28 Thread Jörn Kottmann
I uploaded the release candidate to my home directory on people.apache.org. There are still all test for windows open in the test plan. All tests for linux did pass. I will finish this tomorrow when I have access to a windows machine. Thanks, Jörn

Re: CasEditor-2.2.2-04 is ready

2008-04-01 Thread Jörn Kottmann
do you have finished the testing? Yes, testing is finished and the test plan is updated. Jörn

Re: CasEditor-2.2.2-04 is ready

2008-04-03 Thread Jörn Kottmann
!? CasEditor-2.2.2-incubating-src/CasEditor/caseditor.product Can we add a license header here? Thats a xml file, so adding a license header is possible, but the file is re-written without license header after every change with the eclipse product editor. I will add a license header to

Re: CasEditor-2.2.2-04 is ready

2008-04-03 Thread Jörn Kottmann
1) Do you have a build description how to build the CasEditor artifact? This is imported and we need to have that before we can ship it. There is already a build script available which I wrote earlier, but was never included in the Cas Editor repository. I will check if I can fix that so w

Cas Editor build script

2008-04-04 Thread Jörn Kottmann
Hello, finally there is a basic build script which can compile the Cas Editor. 1. Create a build_local.properties file inside CasEditor/build-files, there is a sample which can simply copied and modified. The sample contains also comments which describe how it works. 2. Launch the CasEditor/

Re: Cas Editor build script

2008-04-04 Thread Jörn Kottmann
Hello, finally there is a basic build script which can compile the Cas Editor. 1. Create a build_local.properties file inside CasEditor/build- files, there is a sample which can simply copied and modified. The sample contains also comments which describe how it works. 2. Launch the CasEdit

Re: Cas Editor build script

2008-04-04 Thread Jörn Kottmann
What it the delta package? The dalta package contains plugins for other platforms as you eclipse is build for. So with the delta package you can build the CasEditor on windows for linux or macos. They are necessary for the build with this script. I changed the build.xml to accept a path i

Re: Cas Editor build script

2008-04-04 Thread Jörn Kottmann
On Apr 4, 2008, at 3:28 PM, Michael Baessler wrote: Jörn Kottmann wrote: What it the delta package? The dalta package contains plugins for other platforms as you eclipse is build for. So with the delta package you can build the CasEditor on windows for linux or macos. They are necessary

Re: Cas Editor build script

2008-04-04 Thread Jörn Kottmann
Now, after installing the delta package and after fixing some duplicate jar files that I have in my environment I was able to build the package. But the created package is not ready to ship, since the NOTICE and LICENSE files are missing. I can work on this tomorrow, documentation is also n

Re: Cas Editor build script

2008-04-07 Thread Jörn Kottmann
Now the License, Notice, Disclaimer and Keys files are included in all archives. I also added a source archive. Does someone know how to exclude a dir in a fileset ? I would like to exclude the target dir when copying the project folder for packaging. I also hat trouble to call the build_documen

Re: Cas Editor build script

2008-04-07 Thread Jörn Kottmann
Does the example from the ANT documentation not work? http://ant.apache.org/manual/CoreTypes/fileset.html <- should exclude the target dir I think Yeah I tried this already, but thought it does not work. Through a mistake I did not notice that it does. I also hat trouble to call t

Re: Cas Editor build script

2008-04-07 Thread Jörn Kottmann
- The source Package cannot be compiled since the UIMA core plugins cannot be copied (not available in the source package). I'm currently not sure how to solve this issue. The current source package cannot be reproduced since the dependencies can change. Does anyone has another idea than copy

Re: [VOTE] Release uimaj-2.2.2-05 as uimaj-2.2.2-incubating

2008-04-10 Thread Jörn Kottmann
+1 On Apr 10, 2008, at 11:00 AM, Thilo Goetz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Baessler wrote: | - Seems that we finished the testing according the uimaj-2.2.2 release plan | http://cwiki.apache.org/confluence/display/UIMA/TestPlan2.2.2 | - All issues for releas

Re: [VOTE] Release uimaj-annotator-addons-2.2.2-10 as uimaj-annotator-addons-2.2.2-incubating

2008-04-14 Thread Jörn Kottmann
On Apr 14, 2008, at 3:22 PM, Adam Lally wrote: On Wed, Apr 9, 2008 at 1:18 PM, Michael Baessler <[EMAIL PROTECTED]> wrote: - All release files (NOTICE, README, RELEASE NOTES, DISCLAIMER, LICENSE) are in place and up-to-date - All jar files have correct manifest files and also contains the N

Re: Cas Editor build script

2008-04-15 Thread Jörn Kottmann
On Apr 8, 2008, at 10:00 AM, Michael Baessler wrote: Jörn Kottmann wrote: - The source Package cannot be compiled since the UIMA core plugins cannot be copied (not available in the source package). I'm currently not sure how to solve this issue. The current source package cannot be repro

Re: Cas Editor build script

2008-04-15 Thread Jörn Kottmann
Just one other thing... I think the release notes are also missing. The release notes for release 2.2.2CE can be generated using Jira. How do you generate release notes from Jira ? Do you download a issue list as .doc or .xls and then create html and txt from it ? Jörn

Re: Issues with sandbox annotator distribution

2008-04-16 Thread Jörn Kottmann
Your machine is kaputt :-) His machine is fine, it was able to build the Cas Editor. Jörn

Re: [VOTE] Accept donation of uima-as

2008-04-17 Thread Jörn Kottmann
+1 On Apr 17, 2008, at 3:27 PM, Marshall Schor wrote: Part of the IP clearance process for a software grant is to have an official vote accepting the donation into the project. See http://incubator.apache.org/ip-clearance/ip-clearance-template.html . In order to fulfill the requirements of t

Cas Editor build

2008-04-22 Thread Jörn Kottmann
So the only issue with building may be to make the log4j "optional". I do not have this issues. Its possible to build the Cas Editor with a fresh eclipse 3.3.2 + EMF + delta package + uima runtime plugin. I added the release notes. I think there is one more issue. During building documentati

Re: Cas Editor build script

2008-04-23 Thread Jörn Kottmann
On Apr 23, 2008, at 9:34 AM, Michael Baessler wrote: Jörn Kottmann wrote: On Apr 8, 2008, at 10:00 AM, Michael Baessler wrote: Jörn Kottmann wrote: - The source Package cannot be compiled since the UIMA core plugins cannot be copied (not available in the source package). I'm curr

Re: Cas Editor build script

2008-04-25 Thread Jörn Kottmann
On Apr 23, 2008, at 12:06 PM, Thilo Goetz wrote: Michael Baessler wrote: Jörn Kottmann wrote: On Apr 23, 2008, at 9:34 AM, Michael Baessler wrote: [...] Sorry I'm still not able to build the CasEditor release. I used the eclipse 3.3.2 version with EMF 2.3.2, delta package 3.3.2 an

Re: Cas Editor build script

2008-05-01 Thread Jörn Kottmann
. Sorry, Jörn On Apr 23, 2008, at 12:06 PM, Thilo Goetz wrote: Michael Baessler wrote: Jörn Kottmann wrote: On Apr 23, 2008, at 9:34 AM, Michael Baessler wrote: [...] Sorry I'm still not able to build the CasEditor release. I used the eclipse 3.3.2 version with EMF 2.3.2, delta package

Re: Cas Editor build script

2008-05-12 Thread Jörn Kottmann
On May 6, 2008, at 10:48 AM, Michael Baessler wrote: Some recommendations from my side: - add some Apache license header to the release notes (the Incubator ask us to do this for the next release) I added a license section to both release notes files. - rename the release from 2.2.2CE t

Re: Cas Editor build script

2008-05-13 Thread Jörn Kottmann
I committed some changes for the CasEditor build, please review and check if still all works fine. Ok, cool, I just reviewed it. Every time the caseditor.product file is changed with the product editor the Apache License Header ist gone. I already added it again. You changed the build.xml

Re: Cas Editor build script

2008-05-13 Thread Jörn Kottmann
You changed the build.xml file to copy the org.apache.uima.runtime from ${eclipseLocation}/plugins instead from the uimaj-ep-runtime project. This change does not help, because the build already looks at ${eclipseLocation}/plugins which are necessary for the build. The build will work without

Re: [VOTE] Accept ConceptMapper into the Sandbox

2008-05-20 Thread Jörn Kottmann
+1 On May 19, 2008, at 11:08 PM, Marshall Schor wrote: Michael Tanenblatt has offered to donate ConceptMapper to Apache UIMA. There was some discussion on the uima-users list about this. Thread: http://markmail.org/message/mfuubh5are7vs5ua Please vote on whether or not to accept this dona

  1   2   3   4   5   >