You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Sandro Martini <sa...@gmail.com> on 2011/11/09 17:35:01 UTC

Pivot Minimal Application with Scala and Maven

Hi all,
just published under pivot-multilang (apache-extras) a minimal sample
Pivot application made in Scala, that uses Maven.

You can download from here:
http://code.google.com/a/apache-extras.org/p/pivot-multilang/downloads/list
and of course all sources are in svn, under trunk .

Note that for all eclipse (and m2e users) there are even some files
useful for example to run sample classes with pre-made launch files,
with /without maven, for all this stuff the file to download is:
pivot-scala-test-maven-1.0-project.zip

I updated all dependencies to latest Scala 2.9.1 (and I'm using its
latest beta plugin for eclipse).
Pivot dependencies still are using release 2.0, and will be updated to
2.0.1 just after will be released (and published in main maven
repository).

For comments, suggestions, etc we are here.


As a side note, for anyone using as me the latest Scala plugin for
eclipse (currently in beta):
if you have some Scala project (but "normal", because "maven" projects
are Ok), note that they have just fixed a bug (so should be ok from
the next update) that cause all resources to not be copied in build
output folder, so for example our samples that requires bxml files
(most) can't run ... temporary workaround is to copy by hand missing
resources.
Using the latest Stable Scala plugin for eclipse this doesn't occur.


Bye,
Sandro

Fwd: Pivot Minimal Application with Scala and Maven

Posted by Sandro Martini <sa...@gmail.com>.
Hi Andrei,

> the projects themselves
> https://svn.codespot.com/a/apache-extras.org/pivot-multilang/trunk/pivot-multilang-scala
>
> are not mavenized; (no pom.xml, not standard maven layout)
>
> any reason for that?
>
No real reason, I just started (or better, re-started) it from scratch
so I didn't use maven (even because other Pivot developers doesn't
seems to like/use maven too much) ... but I'm not against it :-) .
Only I don't have enough time to mavenize it now ... some week ago I
got the idea to ask to you and Drazen (having experience/interests
both on Pivot and Scala) if you want to join the Pivot-Multilang
project and help us to improve things ... I'd be happy to add you as
Committer there.

Tell me if you are interested, but no problem if you can't/don't want .

Bye,
Sandro

Re: Pivot Minimal Application with Scala and Maven

Posted by Sandro Martini <sa...@gmail.com>.
Hi Andrei,

> the projects themselves
> https://svn.codespot.com/a/apache-extras.org/pivot-multilang/trunk/pivot-multilang-scala
>
> are not mavenized; (no pom.xml, not standard maven layout)
>
> any reason for that?
>
No real reason, I just started (or better, re-started) it from scratch
so I didn't use maven (even because other Pivot developers doesn't
seems to like/use maven too much) ... but I'm not against it :-) .
Only I don't have enough time to mavenize it now ... some week ago I
got the idea to ask to you and Drazen (having experience/interests
both on Pivot and Scala) if you want to join the Pivot-Multilang
project and help us to improve things ... I'd be happy to add you as
Committer there.

Tell me if you are interested, but no problem if you can't/don't want .

Bye,
Sandro

Re: Pivot Minimal Application with Scala and Maven

Posted by Andrei Pozolotin <an...@gmail.com>.
    Sandro:

    the projects themselves
    https://svn.codespot.com/a/apache-extras.org/pivot-multilang/trunk/pivot-multilang-scala

    are not mavenized; (no pom.xml, not standard maven layout)

    any reason for that? 

    Thank you,

    Andrei


-------- Original Message  --------
Subject: Pivot Minimal Application with Scala and Maven
From: Sandro Martini <sa...@gmail.com>
To: Apache Pivot - Developers <de...@pivot.apache.org>, Apache Pivot -
Users <us...@pivot.apache.org>
Date: Wed 09 Nov 2011 10:35:01 AM CST
> Hi all,
> just published under pivot-multilang (apache-extras) a minimal sample
> Pivot application made in Scala, that uses Maven.
>
> You can download from here:
> http://code.google.com/a/apache-extras.org/p/pivot-multilang/downloads/list
> and of course all sources are in svn, under trunk .
>
> Note that for all eclipse (and m2e users) there are even some files
> useful for example to run sample classes with pre-made launch files,
> with /without maven, for all this stuff the file to download is:
> pivot-scala-test-maven-1.0-project.zip
>
> I updated all dependencies to latest Scala 2.9.1 (and I'm using its
> latest beta plugin for eclipse).
> Pivot dependencies still are using release 2.0, and will be updated to
> 2.0.1 just after will be released (and published in main maven
> repository).
>
> For comments, suggestions, etc we are here.
>
>
> As a side note, for anyone using as me the latest Scala plugin for
> eclipse (currently in beta):
> if you have some Scala project (but "normal", because "maven" projects
> are Ok), note that they have just fixed a bug (so should be ok from
> the next update) that cause all resources to not be copied in build
> output folder, so for example our samples that requires bxml files
> (most) can't run ... temporary workaround is to copy by hand missing
> resources.
> Using the latest Stable Scala plugin for eclipse this doesn't occur.
>
>
> Bye,
> Sandro
>