You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Jürgen Jakobitsch <ja...@punkt.at> on 2010/06/17 18:55:00 UTC

building uimaj from source (svn co)

hi,

i could need some pointer into the right direction concerning
uimaj building from source :

what i did :

1. mkdir uima/2.3.1
2. cd uima/2.3.1
3. svn co http://svn.apache.org/repos/asf/uima/uimaj/trunk .
4. cd aggregate-uimaj
5. mvn install

this results in a fatal error (full stacktrace is attached as a textfile):

<pre>
turnguard@linux-rp1k:~/java/lib/apache/uima/2.3.1/aggregate-uimaj> mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: null:uimaj-core:jar:2.3.1-SNAPSHOT
Reason: Cannot find parent: org.apache.uima:parent-pom-ibm-notice for project: null:uimaj-core:jar:2.3.1-SNAPSHOT for project null:uimaj-core:jar:2.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.apache.uima:parent-pom-ibm-notice for project: null:uimaj-core:jar:2.3.1-SNAPSHOT for project null:uimaj-core:jar:2.3.1-SNAPSHOT
</pre>


any help really appreciated
wkr www.turnguard.com/turnguard

-- 
punkt. netServices
______________________________
Jürgen Jakobitsch
Codeography

Lerchenfelder Gürtel 43 Top 5/2
A - 1160 Wien
Tel.: 01 / 897 41 22 - 29
Fax: 01 / 897 41 22 - 22

netServices http://www.punkt.at


Re: building uimaj from source (svn co)

Posted by Marshall Schor <ms...@schor.com>.
Hi -

You're catching us right in the middle of our switching our build to be
more comformant with the Maven "style".

Please see this web page for instructions on how to build, and be sure
to follow the one-time-setup instructions

http://uima.apache.org/building-uima

as well as the link below.

This should help, and we'll try to get this stabilized "real soon" now... 

-Marshall

On 6/17/2010 4:56 PM, florent andré wrote:
> hi,
>
> here you have the exactly same problem and a workaround solution :
> http://article.gmane.org/gmane.comp.apache.uima.general/2878
>
> Seems to be a real bug...
>
> ++
>
> On 17/06/2010 18:55, Jürgen Jakobitsch wrote:
>> hi,
>>
>> i could need some pointer into the right direction concerning
>> uimaj building from source :
>>
>> what i did :
>>
>> 1. mkdir uima/2.3.1
>> 2. cd uima/2.3.1
>> 3. svn co http://svn.apache.org/repos/asf/uima/uimaj/trunk .
>> 4. cd aggregate-uimaj
>> 5. mvn install
>>
>> this results in a fatal error (full stacktrace is attached as a
>> textfile):
>>
>> <pre>
>> turnguard@linux-rp1k:~/java/lib/apache/uima/2.3.1/aggregate-uimaj> 
>> mvn install
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>> Project ID: null:uimaj-core:jar:2.3.1-SNAPSHOT
>> Reason: Cannot find parent: org.apache.uima:parent-pom-ibm-notice for
>> project: null:uimaj-core:jar:2.3.1-SNAPSHOT for project
>> null:uimaj-core:jar:2.3.1-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
>> org.apache.uima:parent-pom-ibm-notice for project:
>> null:uimaj-core:jar:2.3.1-SNAPSHOT for project
>> null:uimaj-core:jar:2.3.1-SNAPSHOT
>> </pre>
>>
>>
>> any help really appreciated
>> wkr www.turnguard.com/turnguard
>>
>
>

Re: building uimaj from source (svn co)

Posted by florent andré <fl...@4sengines.com>.
hi,

here you have the exactly same problem and a workaround solution : 
http://article.gmane.org/gmane.comp.apache.uima.general/2878

Seems to be a real bug...

++

On 17/06/2010 18:55, Jürgen Jakobitsch wrote:
> hi,
>
> i could need some pointer into the right direction concerning
> uimaj building from source :
>
> what i did :
>
> 1. mkdir uima/2.3.1
> 2. cd uima/2.3.1
> 3. svn co http://svn.apache.org/repos/asf/uima/uimaj/trunk .
> 4. cd aggregate-uimaj
> 5. mvn install
>
> this results in a fatal error (full stacktrace is attached as a textfile):
>
> <pre>
> turnguard@linux-rp1k:~/java/lib/apache/uima/2.3.1/aggregate-uimaj>  mvn install
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> Project ID: null:uimaj-core:jar:2.3.1-SNAPSHOT
> Reason: Cannot find parent: org.apache.uima:parent-pom-ibm-notice for project: null:uimaj-core:jar:2.3.1-SNAPSHOT for project null:uimaj-core:jar:2.3.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.reactor.MavenExecutionException: Cannot find parent: org.apache.uima:parent-pom-ibm-notice for project: null:uimaj-core:jar:2.3.1-SNAPSHOT for project null:uimaj-core:jar:2.3.1-SNAPSHOT
> </pre>
>
>
> any help really appreciated
> wkr www.turnguard.com/turnguard
>