You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Andrea Taurchini <at...@gmail.com> on 2012/10/09 15:22:42 UTC

Creating EE ...

Dear Sirs,
I wolud like to try to create my own ee following this tutorial
http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
but
unfortunately, after checking out stanbol as in
http://incubator.apache.org/stanbol/docs/trunk/tutorial.html I cannot make
reference to the compiled jar under
launchers/stable/target/classes/resources/bundles/20/org.apache.stanbol.enhancer.servicesapi-0.10.0-incubating-SNAPSHOT.jar
since I only found 0.9.0 version.
What did I make wrong ?

KR,
Andrea

Re: Creating EE ...

Posted by Andrea Taurchini <at...@gmail.com>.
Thanks everyone ... I will try again !!!

KR,
Andrea



2012/10/9 Rupert Westenthaler <ru...@gmail.com>

> Hi Andrea
>
> your path
>
> >
> launchers/stable/target/classes/resources/bundles/20/org.apache.stanbol.enhancer.servicesapi-0.10.0-incubating-SNAPSHOT.jar
>
> looks really outdated. First because the start level for the
> o.a.stanbol.enhancer.servicesapi bundle was increased from 20 to 30
> with rev1371819 (10.Aug.2012). Your path still refers to "20" and not
> the expected "30". Second because since graduation the version
> "0.10.0-incubating-SNAPSHOT" does no longer exist. Since rev1389387
> (24.Sep.2012) the expected one is "0.10.0-SNAPSHOT".
>
> On Tue, Oct 9, 2012 at 4:37 PM, Rene Nederhand <re...@nederhand.net> wrote:
> >
> /launchers/full/target/classes/resources/bundles/30/org.apache.stanbol.enhancer.servicesapi-0.10.0-SNAPSHOT.jar
>
> this is the expected path for the full launcher. For the stanble
> launcher it is the same but with "/stable/" instead of "full"
>
> When have you checked out the Stanbol source? What SVN url have you
> used (you can use "svn info" to get the URL)? The correct URL is
> "https://svn.apache.org/repos/asf/stanbol/trunk/".
>
> If you have an other URL I recommend a new checkout. In case the URL
> is as expected you can also try to "svn update".
>
> It could also help if you delete the Stanbol bundles from your local
> Maven repository (~/.m2/repository/org/apache/stanbol/). This ensures
> that you do not accidentally have old incubation bundles present in
> your local repository.
>
>
> I hope this helps
> best
> Rupert
>
> >
> > available.
> >
> > Can't you use that one?
> >
> > Best,
> > René
> >
> > On Tue, Oct 9, 2012 at 3:52 PM, Andrea Taurchini <ataurchini@gmail.com
> >wrote:
> >
> >> Dear Melanie,
> >> thanks for your reply. I really don't know, however compiling stanbol
> >> produced successfully the
> >> jar org.apache.stanbol.enhancer.servicesapi-0.9.0-incubating.jar
> >> under launchers/stable/target/**classes/resources/bundles/20/ but not
> the
> >> 0.10.0.
> >> I really can't get any clue !!!
> >>
> >> best,
> >> Andrea
> >>
> >>
> >>
> >>
> >> 2012/10/9 Melanie Reiplinger <me...@dfki.de>
> >>
> >> > Hi Andrea,
> >> >
> >> > not sure if this is of any help, but have you considered that paths
> >> > containing "incubating" may not be correct anymore? Stanbol has
> graduated
> >> > recently.
> >> >
> >> > best,
> >> > Melanie
> >> >
> >> > Am 09.10.2012 15:22, schrieb Andrea Taurchini:
> >> >
> >> >  Dear Sirs,
> >> >> I wolud like to try to create my own ee following this tutorial
> >> >> http://blog.iks-project.eu/**creating-enhancement-engines-**
> >> >> for-stanbol-0-10-0-incubating-**using-netbeans-7-1-2/<
> >>
> http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
> >> >
> >> >> but
> >> >> unfortunately, after checking out stanbol as in
> >> >> http://incubator.apache.org/**stanbol/docs/trunk/tutorial.**html<
> >> http://incubator.apache.org/stanbol/docs/trunk/tutorial.html>I cannot
> make
> >> >> reference to the compiled jar under
> >> >> launchers/stable/target/**classes/resources/bundles/20/**
> >> >> org.apache.stanbol.enhancer.**servicesapi-0.10.0-incubating-**
> >> >> SNAPSHOT.jar
> >> >> since I only found 0.9.0 version.
> >> >> What did I make wrong ?
> >> >>
> >> >> KR,
> >> >> Andrea
> >> >>
> >> >>
> >> >
> >>
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen
>

Re: Creating EE ...

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi Andrea

your path

> launchers/stable/target/classes/resources/bundles/20/org.apache.stanbol.enhancer.servicesapi-0.10.0-incubating-SNAPSHOT.jar

looks really outdated. First because the start level for the
o.a.stanbol.enhancer.servicesapi bundle was increased from 20 to 30
with rev1371819 (10.Aug.2012). Your path still refers to "20" and not
the expected "30". Second because since graduation the version
"0.10.0-incubating-SNAPSHOT" does no longer exist. Since rev1389387
(24.Sep.2012) the expected one is "0.10.0-SNAPSHOT".

On Tue, Oct 9, 2012 at 4:37 PM, Rene Nederhand <re...@nederhand.net> wrote:
> /launchers/full/target/classes/resources/bundles/30/org.apache.stanbol.enhancer.servicesapi-0.10.0-SNAPSHOT.jar

this is the expected path for the full launcher. For the stanble
launcher it is the same but with "/stable/" instead of "full"

When have you checked out the Stanbol source? What SVN url have you
used (you can use "svn info" to get the URL)? The correct URL is
"https://svn.apache.org/repos/asf/stanbol/trunk/".

If you have an other URL I recommend a new checkout. In case the URL
is as expected you can also try to "svn update".

It could also help if you delete the Stanbol bundles from your local
Maven repository (~/.m2/repository/org/apache/stanbol/). This ensures
that you do not accidentally have old incubation bundles present in
your local repository.


I hope this helps
best
Rupert

>
> available.
>
> Can't you use that one?
>
> Best,
> René
>
> On Tue, Oct 9, 2012 at 3:52 PM, Andrea Taurchini <at...@gmail.com>wrote:
>
>> Dear Melanie,
>> thanks for your reply. I really don't know, however compiling stanbol
>> produced successfully the
>> jar org.apache.stanbol.enhancer.servicesapi-0.9.0-incubating.jar
>> under launchers/stable/target/**classes/resources/bundles/20/ but not the
>> 0.10.0.
>> I really can't get any clue !!!
>>
>> best,
>> Andrea
>>
>>
>>
>>
>> 2012/10/9 Melanie Reiplinger <me...@dfki.de>
>>
>> > Hi Andrea,
>> >
>> > not sure if this is of any help, but have you considered that paths
>> > containing "incubating" may not be correct anymore? Stanbol has graduated
>> > recently.
>> >
>> > best,
>> > Melanie
>> >
>> > Am 09.10.2012 15:22, schrieb Andrea Taurchini:
>> >
>> >  Dear Sirs,
>> >> I wolud like to try to create my own ee following this tutorial
>> >> http://blog.iks-project.eu/**creating-enhancement-engines-**
>> >> for-stanbol-0-10-0-incubating-**using-netbeans-7-1-2/<
>> http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
>> >
>> >> but
>> >> unfortunately, after checking out stanbol as in
>> >> http://incubator.apache.org/**stanbol/docs/trunk/tutorial.**html<
>> http://incubator.apache.org/stanbol/docs/trunk/tutorial.html>I cannot make
>> >> reference to the compiled jar under
>> >> launchers/stable/target/**classes/resources/bundles/20/**
>> >> org.apache.stanbol.enhancer.**servicesapi-0.10.0-incubating-**
>> >> SNAPSHOT.jar
>> >> since I only found 0.9.0 version.
>> >> What did I make wrong ?
>> >>
>> >> KR,
>> >> Andrea
>> >>
>> >>
>> >
>>



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating EE ...

Posted by Rene Nederhand <re...@nederhand.net>.
Hi Andrea,

I've compiled a fresh svn checkout and have

/launchers/full/target/classes/resources/bundles/30/org.apache.stanbol.enhancer.servicesapi-0.10.0-SNAPSHOT.jar

available.

Can't you use that one?

Best,
René

On Tue, Oct 9, 2012 at 3:52 PM, Andrea Taurchini <at...@gmail.com>wrote:

> Dear Melanie,
> thanks for your reply. I really don't know, however compiling stanbol
> produced successfully the
> jar org.apache.stanbol.enhancer.servicesapi-0.9.0-incubating.jar
> under launchers/stable/target/**classes/resources/bundles/20/ but not the
> 0.10.0.
> I really can't get any clue !!!
>
> best,
> Andrea
>
>
>
>
> 2012/10/9 Melanie Reiplinger <me...@dfki.de>
>
> > Hi Andrea,
> >
> > not sure if this is of any help, but have you considered that paths
> > containing "incubating" may not be correct anymore? Stanbol has graduated
> > recently.
> >
> > best,
> > Melanie
> >
> > Am 09.10.2012 15:22, schrieb Andrea Taurchini:
> >
> >  Dear Sirs,
> >> I wolud like to try to create my own ee following this tutorial
> >> http://blog.iks-project.eu/**creating-enhancement-engines-**
> >> for-stanbol-0-10-0-incubating-**using-netbeans-7-1-2/<
> http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
> >
> >> but
> >> unfortunately, after checking out stanbol as in
> >> http://incubator.apache.org/**stanbol/docs/trunk/tutorial.**html<
> http://incubator.apache.org/stanbol/docs/trunk/tutorial.html>I cannot make
> >> reference to the compiled jar under
> >> launchers/stable/target/**classes/resources/bundles/20/**
> >> org.apache.stanbol.enhancer.**servicesapi-0.10.0-incubating-**
> >> SNAPSHOT.jar
> >> since I only found 0.9.0 version.
> >> What did I make wrong ?
> >>
> >> KR,
> >> Andrea
> >>
> >>
> >
>

Re: Creating EE ...

Posted by Rene Nederhand <re...@nederhand.net>.
Hi Andrea,

Attached you will find a netbeans project that I've created as described on
the IKS blog. I've fixed some errors in it as well.

It builds but I haven't tried to import/run it inside Stanbol. Please let
me know if you experience any problems using the code.

Cheers,
René

On Tue, Oct 9, 2012 at 3:52 PM, Andrea Taurchini <at...@gmail.com>wrote:

> Dear Melanie,
> thanks for your reply. I really don't know, however compiling stanbol
> produced successfully the
> jar org.apache.stanbol.enhancer.servicesapi-0.9.0-incubating.jar
> under launchers/stable/target/**classes/resources/bundles/20/ but not the
> 0.10.0.
> I really can't get any clue !!!
>
> best,
> Andrea
>
>
>
>
> 2012/10/9 Melanie Reiplinger <me...@dfki.de>
>
> > Hi Andrea,
> >
> > not sure if this is of any help, but have you considered that paths
> > containing "incubating" may not be correct anymore? Stanbol has graduated
> > recently.
> >
> > best,
> > Melanie
> >
> > Am 09.10.2012 15:22, schrieb Andrea Taurchini:
> >
> >  Dear Sirs,
> >> I wolud like to try to create my own ee following this tutorial
> >> http://blog.iks-project.eu/**creating-enhancement-engines-**
> >> for-stanbol-0-10-0-incubating-**using-netbeans-7-1-2/<
> http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
> >
> >> but
> >> unfortunately, after checking out stanbol as in
> >> http://incubator.apache.org/**stanbol/docs/trunk/tutorial.**html<
> http://incubator.apache.org/stanbol/docs/trunk/tutorial.html>I cannot make
> >> reference to the compiled jar under
> >> launchers/stable/target/**classes/resources/bundles/20/**
> >> org.apache.stanbol.enhancer.**servicesapi-0.10.0-incubating-**
> >> SNAPSHOT.jar
> >> since I only found 0.9.0 version.
> >> What did I make wrong ?
> >>
> >> KR,
> >> Andrea
> >>
> >>
> >
>

Re: Creating EE ...

Posted by Andrea Taurchini <at...@gmail.com>.
Dear Melanie,
thanks for your reply. I really don't know, however compiling stanbol
produced successfully the
jar org.apache.stanbol.enhancer.servicesapi-0.9.0-incubating.jar
under launchers/stable/target/**classes/resources/bundles/20/ but not the
0.10.0.
I really can't get any clue !!!

best,
Andrea




2012/10/9 Melanie Reiplinger <me...@dfki.de>

> Hi Andrea,
>
> not sure if this is of any help, but have you considered that paths
> containing "incubating" may not be correct anymore? Stanbol has graduated
> recently.
>
> best,
> Melanie
>
> Am 09.10.2012 15:22, schrieb Andrea Taurchini:
>
>  Dear Sirs,
>> I wolud like to try to create my own ee following this tutorial
>> http://blog.iks-project.eu/**creating-enhancement-engines-**
>> for-stanbol-0-10-0-incubating-**using-netbeans-7-1-2/<http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/>
>> but
>> unfortunately, after checking out stanbol as in
>> http://incubator.apache.org/**stanbol/docs/trunk/tutorial.**html<http://incubator.apache.org/stanbol/docs/trunk/tutorial.html>I cannot make
>> reference to the compiled jar under
>> launchers/stable/target/**classes/resources/bundles/20/**
>> org.apache.stanbol.enhancer.**servicesapi-0.10.0-incubating-**
>> SNAPSHOT.jar
>> since I only found 0.9.0 version.
>> What did I make wrong ?
>>
>> KR,
>> Andrea
>>
>>
>

Re: Creating EE ...

Posted by Melanie Reiplinger <me...@dfki.de>.
Hi Andrea,

not sure if this is of any help, but have you considered that paths 
containing "incubating" may not be correct anymore? Stanbol has 
graduated recently.

best,
Melanie

Am 09.10.2012 15:22, schrieb Andrea Taurchini:
> Dear Sirs,
> I wolud like to try to create my own ee following this tutorial
> http://blog.iks-project.eu/creating-enhancement-engines-for-stanbol-0-10-0-incubating-using-netbeans-7-1-2/
> but
> unfortunately, after checking out stanbol as in
> http://incubator.apache.org/stanbol/docs/trunk/tutorial.html I cannot make
> reference to the compiled jar under
> launchers/stable/target/classes/resources/bundles/20/org.apache.stanbol.enhancer.servicesapi-0.10.0-incubating-SNAPSHOT.jar
> since I only found 0.9.0 version.
> What did I make wrong ?
>
> KR,
> Andrea
>