Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK and maven artifacts

 Thanks!

I will take a look at Tycho and will investigate if it is an option for me. Right now, the plugins are build the other way around with felix.

Best regards,

Peter

On 26.03.2012 16:44, Alexey Panchenko wrote:
Hi Peter,

You should use Tycho (now lives at http://eclipse.org/tycho/) to build
your project.
Tycho reads dependencies from the manifests and automatically fetches
then from the specified p2 repositories.

And DLTK 3.0 is available in Indigo repository.

Regards,
Alex

On Mon, Mar 26, 2012 at 21:27, Peter Klügl<pkluegl@xxxxxxxxxxxxxxxx>  wrote:
  Hi,

I'm developing an IDE built on DLTK for the rule language TextMarker, which
is now hosted at Apache UIMA. Recently, I changed the build process for the
projects to maven facing some problems.

Right now, I managing my maven dependencies by adding a complete Indigo
installation with DLTK 3.0 to my local maven repository, but this approach
is not very practical for other developers that want to build the IDE.

I haven't found DLTK artifacts in public repositories. Are there any maven
artifact for DLTK Core Framework publicly available?

What is the best practice for building DLTK-based projects with maven? I
would rather avoid building the Core Frameworks myself and try to keep my
build process as simple as possible.

Any advice will be greatly appreciated.

Best regards,

Peter

--
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@xxxxxxxxxxxxxxxxxxxxxxxxxxx
     http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


--
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@xxxxxxxxxxxxxxxxxxxxxxxxxxx
     http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------



Back to the top