[jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-09-20 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz updated UIMA-355: - Reporter: Jörn Kottmann (was: Jörn Kottmann) > Eclipse PDE nature for org.apache.uima.runtime project > --

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Adam Lally
On 3/23/07, Jörn Kottmann <[EMAIL PROTECTED]> wrote: I did a little test, if I add an option to the maven-eclipse-plugin which does not exist, it ignores this option silently. So my idea, maybe you are using an older maven version than I which simply does not know the pde option and than it igno

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Jörn Kottmann
I did a little test, if I add an option to the maven-eclipse-plugin which does not exist, it ignores this option silently. So my idea, maybe you are using an older maven version than I which simply does not know the pde option and than it ignores it also silently. My version is 2.0.4

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Adam Lally
On 3/23/07, Jörn Kottmann <[EMAIL PROTECTED]> wrote: So the important difference is in the pom.xml. At the begin the packaging must be changed from pom to jar and then it adds the maven-eclipse-plugin pde option. Did you see this ? jar ... org.apache.maven.plugins maven-eclip

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Jörn Kottmann
Also I don't get a .ignore file - should this have been generated from mvn eclipse:eclipse? When you re-checked did you start from a fresh SVN extract and apply your patches? No, I did not find out how to a apply the patch. If I use eclipse for it does not work. It only adds new folders and fil

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Adam Lally
On 3/23/07, Jörn Kottmann <[EMAIL PROTECTED]> wrote: > When I apply both of your patches and run mvn eclipse:eclipse, it > doesn't seem to work. My uimaj-ep-runtime plugin is still just a > regular Java project, not a PDE project. Any ideas? Ok, I re-checked everything, but it works fine on my

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Jörn Kottmann
When I apply both of your patches and run mvn eclipse:eclipse, it doesn't seem to work. My uimaj-ep-runtime plugin is still just a regular Java project, not a PDE project. Any ideas? Ok, I re-checked everything, but it works fine on my machine. Please try eclipse:clean and then again eclipse:

Re: [jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-23 Thread Adam Lally
Jörn, When I apply both of your patches and run mvn eclipse:eclipse, it doesn't seem to work. My uimaj-ep-runtime plugin is still just a regular Java project, not a PDE project. Any ideas? -Adam On 3/23/07, Jörn Kottmann (JIRA) wrote: [ https://issues.apache.org/jira/browse/UIMA-355?p

[jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-22 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann updated UIMA-355: --- Attachment: pde2-patch.txt Patch for the assemble-plugin.xml file. It adds the version to the included

[jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-21 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann updated UIMA-355: --- Attachment: pde-patch.txt > Eclipse PDE nature for org.apache.uima.runtime project > --