This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Issues

5 replies
Aldo Bucchi
Joined: 2009-04-20,
User offline. Last seen 42 years 45 weeks ago.

Hi,

I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
development and everything works reasonably well (kudos to developers)
until I throw maven into the equation.

So, before getting into more detail, has anyone managed to get a
1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
both presentation and build )?

If so, what combination of POM + Eclipse settings works?
( I am following the src/main/scala conventions )

I can be more specific on the issues ( which are many ) but perhaps
this is a common scenario.

Scala rocks ;)

Thanks!
A

Joshua.Suereth
Joined: 2008-09-02,
User offline. Last seen 32 weeks 5 days ago.
Re: Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Iss
http://code.google.com/p/esmi/wiki/CreatingScalaMavenProjectsInEclipse

I plan to keep the above up-to-date as much as I am able.  My steps are usually as follows (Note, I use q4e + m2e interchangeably now, depending on mood).

1) Import project as maven project using q4e or m2e
2) Fix Source directories if they did not import correctly
3) Right click on the project and Add scala nature

PLEASE make sure you are either A) using different output directories for maven builds/eclipse builds or B) use the *exact* same version of eclipse scala plugin as the version of scala declared in your pom.xml!!!


If you want to use the maven-eclipse plugin, feel free, however it only knows about source directories defined in the build-helpers-plugin (or the "root" source directory), so feel free to modify it.



-Josh



On Mon, Apr 20, 2009 at 2:25 AM, Aldo Bucchi <aldo.bucchi@gmail.com> wrote:
Hi,

I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
development and everything works reasonably well (kudos to developers)
until I throw maven into the equation.

So, before getting into more detail, has anyone managed to get a
1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
both presentation and build )?

If so, what combination of POM  + Eclipse settings works?
( I am following the src/main/scala conventions )

I can be more specific on the issues ( which are many ) but perhaps
this is a common scenario.

Scala rocks ;)

Thanks!
A

--
Aldo Bucchi
U N I V R Z
Office: +56 2 795 4532
Mobile:+56 9 7623 8653
skype:aldo.bucchi
http://www.univrz.com/
http://aldobucchi.com/

PRIVILEGED AND CONFIDENTIAL INFORMATION
This message is only for the use of the individual or entity to which it is
addressed and may contain information that is privileged and confidential. If
you are not the intended recipient, please do not distribute or copy this
communication, by e-mail or otherwise. Instead, please notify us immediately by
return e-mail.
INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
Este mensaje está destinado sólo a la persona u organización al cual está
dirigido y podría contener información privilegiada y confidencial. Si usted no
es el destinatario, por favor no distribuya ni copie esta comunicación, por
email o por otra vía. Por el contrario, por favor notifíquenos inmediatamente
vía e-mail.

Aldo Bucchi
Joined: 2009-04-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Iss

Hello,

Thanks for your help. Questions inlined below

On Mon, Apr 20, 2009 at 8:11 AM, Josh Suereth wrote:
> http://code.google.com/p/esmi/wiki/CreatingScalaMavenProjectsInEclipse
>
> I plan to keep the above up-to-date as much as I am able.  My steps are
> usually as follows (Note, I use q4e + m2e interchangeably now, depending on
> mood).
>
> 1) Import project as maven project using q4e or m2e
> 2) Fix Source directories if they did not import correctly
> 3) Right click on the project and Add scala nature
>
> PLEASE make sure you are either A) using different output directories for
> maven builds/eclipse builds or B) use the *exact* same version of eclipse
> scala plugin as the version of scala declared in your pom.xml!!!

Target dirs were indeed misplaced.
Now, regarding the version. I am using 2.7.4 RC1 for the eclipse
plugin, which is supposed to be better ( and looks like it is ).
However, I can't find the matching version of scala-library in the
scala-tools maven repo.
Of course I can put it up somewhere else, which leads me to the question:
Which distribution of the RC (jar artifact) should I install in the repo?
from this page:
http://www.scala-lang.org/node/211

The OSGi bundle?
http://www.scala-lang.org/downloads/distrib/files/scala.library_2.7.4.RC...

I am still fighting with Eclipse, but things look better ;)

Thanks,
A

>
>
> If you want to use the maven-eclipse plugin, feel free, however it only
> knows about source directories defined in the build-helpers-plugin (or the
> "root" source directory), so feel free to modify it.
>
>
>
> -Josh
>
>
>
> On Mon, Apr 20, 2009 at 2:25 AM, Aldo Bucchi wrote:
>>
>> Hi,
>>
>> I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
>> development and everything works reasonably well (kudos to developers)
>> until I throw maven into the equation.
>>
>> So, before getting into more detail, has anyone managed to get a
>> 1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
>> both presentation and build )?
>>
>> If so, what combination of POM  + Eclipse settings works?
>> ( I am following the src/main/scala conventions )
>>
>> I can be more specific on the issues ( which are many ) but perhaps
>> this is a common scenario.
>>
>> Scala rocks ;)
>>
>> Thanks!
>> A
>>
>> --
>> Aldo Bucchi
>> U N I V R Z
>> Office: +56 2 795 4532
>> Mobile:+56 9 7623 8653
>> skype:aldo.bucchi
>> http://www.univrz.com/
>> http://aldobucchi.com/
>>
>> PRIVILEGED AND CONFIDENTIAL INFORMATION
>> This message is only for the use of the individual or entity to which it
>> is
>> addressed and may contain information that is privileged and confidential.
>> If
>> you are not the intended recipient, please do not distribute or copy this
>> communication, by e-mail or otherwise. Instead, please notify us
>> immediately by
>> return e-mail.
>> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>> Este mensaje está destinado sólo a la persona u organización al cual está
>> dirigido y podría contener información privilegiada y confidencial. Si
>> usted no
>> es el destinatario, por favor no distribuya ni copie esta comunicación,
>> por
>> email o por otra vía. Por el contrario, por favor notifíquenos
>> inmediatamente
>> vía e-mail.
>
>

Aldo Bucchi
Joined: 2009-04-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Iss

Ok,

I answered myself on the library question ;)
Very dumb question BTW

Thanks,
A

On Mon, Apr 20, 2009 at 6:15 PM, Aldo Bucchi wrote:
> Hello,
>
> Thanks for your help. Questions inlined below
>
> On Mon, Apr 20, 2009 at 8:11 AM, Josh Suereth wrote:
>> http://code.google.com/p/esmi/wiki/CreatingScalaMavenProjectsInEclipse
>>
>> I plan to keep the above up-to-date as much as I am able.  My steps are
>> usually as follows (Note, I use q4e + m2e interchangeably now, depending on
>> mood).
>>
>> 1) Import project as maven project using q4e or m2e
>> 2) Fix Source directories if they did not import correctly
>> 3) Right click on the project and Add scala nature
>>
>> PLEASE make sure you are either A) using different output directories for
>> maven builds/eclipse builds or B) use the *exact* same version of eclipse
>> scala plugin as the version of scala declared in your pom.xml!!!
>
> Target dirs were indeed misplaced.
> Now, regarding the version. I am using 2.7.4 RC1 for the eclipse
> plugin, which is supposed to be better ( and looks like it is ).
> However, I can't find the matching version of scala-library in the
> scala-tools maven repo.
> Of course I can put it up somewhere else, which leads me to the question:
> Which distribution of the RC (jar artifact) should I install in the repo?
> from this page:
> http://www.scala-lang.org/node/211
>
> The OSGi bundle?
> http://www.scala-lang.org/downloads/distrib/files/scala.library_2.7.4.RC...
>
> I am still fighting with Eclipse, but things look better ;)
>
> Thanks,
> A
>
>>
>>
>> If you want to use the maven-eclipse plugin, feel free, however it only
>> knows about source directories defined in the build-helpers-plugin (or the
>> "root" source directory), so feel free to modify it.
>>
>>
>>
>> -Josh
>>
>>
>>
>> On Mon, Apr 20, 2009 at 2:25 AM, Aldo Bucchi wrote:
>>>
>>> Hi,
>>>
>>> I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
>>> development and everything works reasonably well (kudos to developers)
>>> until I throw maven into the equation.
>>>
>>> So, before getting into more detail, has anyone managed to get a
>>> 1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
>>> both presentation and build )?
>>>
>>> If so, what combination of POM  + Eclipse settings works?
>>> ( I am following the src/main/scala conventions )
>>>
>>> I can be more specific on the issues ( which are many ) but perhaps
>>> this is a common scenario.
>>>
>>> Scala rocks ;)
>>>
>>> Thanks!
>>> A
>>>
>>> --
>>> Aldo Bucchi
>>> U N I V R Z
>>> Office: +56 2 795 4532
>>> Mobile:+56 9 7623 8653
>>> skype:aldo.bucchi
>>> http://www.univrz.com/
>>> http://aldobucchi.com/
>>>
>>> PRIVILEGED AND CONFIDENTIAL INFORMATION
>>> This message is only for the use of the individual or entity to which it
>>> is
>>> addressed and may contain information that is privileged and confidential.
>>> If
>>> you are not the intended recipient, please do not distribute or copy this
>>> communication, by e-mail or otherwise. Instead, please notify us
>>> immediately by
>>> return e-mail.
>>> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>>> Este mensaje está destinado sólo a la persona u organización al cual está
>>> dirigido y podría contener información privilegiada y confidencial. Si
>>> usted no
>>> es el destinatario, por favor no distribuya ni copie esta comunicación,
>>> por
>>> email o por otra vía. Por el contrario, por favor notifíquenos
>>> inmediatamente
>>> vía e-mail.
>>
>>
>
>
>
> --
> Aldo Bucchi
> U N I V R Z
> Office: +56 2 795 4532
> Mobile:+56 9 7623 8653
> skype:aldo.bucchi
> http://www.univrz.com/
> http://aldobucchi.com/
>
> PRIVILEGED AND CONFIDENTIAL INFORMATION
> This message is only for the use of the individual or entity to which it is
> addressed and may contain information that is privileged and confidential. If
> you are not the intended recipient, please do not distribute or copy this
> communication, by e-mail or otherwise. Instead, please notify us immediately by
> return e-mail.
> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
> Este mensaje está destinado sólo a la persona u organización al cual está
> dirigido y podría contener información privilegiada y confidencial. Si usted no
> es el destinatario, por favor no distribuya ni copie esta comunicación, por
> email o por otra vía. Por el contrario, por favor notifíquenos inmediatamente
> vía e-mail.
>

Joshua.Suereth
Joined: 2008-09-02,
User offline. Last seen 32 weeks 5 days ago.
Re: Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Iss
np!

As soon as we have nexus up and running smoothly, we should be able to deploy the 2.7.4-rc1 to the maven-snapshots repository (which you can use if desired).

Sorry for the delay!
-josh

On Mon, Apr 20, 2009 at 6:39 PM, Aldo Bucchi <aldo.bucchi@gmail.com> wrote:
Ok,

I answered myself on the library question ;)
Very dumb question BTW

Thanks,
A

On Mon, Apr 20, 2009 at 6:15 PM, Aldo Bucchi <aldo.bucchi@gmail.com> wrote:
> Hello,
>
> Thanks for your help. Questions inlined below
>
> On Mon, Apr 20, 2009 at 8:11 AM, Josh Suereth <joshua.suereth@gmail.com> wrote:
>> http://code.google.com/p/esmi/wiki/CreatingScalaMavenProjectsInEclipse
>>
>> I plan to keep the above up-to-date as much as I am able.  My steps are
>> usually as follows (Note, I use q4e + m2e interchangeably now, depending on
>> mood).
>>
>> 1) Import project as maven project using q4e or m2e
>> 2) Fix Source directories if they did not import correctly
>> 3) Right click on the project and Add scala nature
>>
>> PLEASE make sure you are either A) using different output directories for
>> maven builds/eclipse builds or B) use the *exact* same version of eclipse
>> scala plugin as the version of scala declared in your pom.xml!!!
>
> Target dirs were indeed misplaced.
> Now, regarding the version. I am using 2.7.4 RC1 for the eclipse
> plugin, which is supposed to be better ( and looks like it is ).
> However, I can't find the matching version of scala-library in the
> scala-tools maven repo.
> Of course I can put it up somewhere else, which leads me to the question:
> Which distribution of the RC (jar artifact) should I install in the repo?
> from this page:
> http://www.scala-lang.org/node/211
>
> The OSGi bundle?
> http://www.scala-lang.org/downloads/distrib/files/scala.library_2.7.4.RC1.jar
>
> I am still fighting with Eclipse, but things look better ;)
>
> Thanks,
> A
>
>>
>>
>> If you want to use the maven-eclipse plugin, feel free, however it only
>> knows about source directories defined in the build-helpers-plugin (or the
>> "root" source directory), so feel free to modify it.
>>
>>
>>
>> -Josh
>>
>>
>>
>> On Mon, Apr 20, 2009 at 2:25 AM, Aldo Bucchi <aldo.bucchi@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
>>> development and everything works reasonably well (kudos to developers)
>>> until I throw maven into the equation.
>>>
>>> So, before getting into more detail, has anyone managed to get a
>>> 1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
>>> both presentation and build )?
>>>
>>> If so, what combination of POM  + Eclipse settings works?
>>> ( I am following the src/main/scala conventions )
>>>
>>> I can be more specific on the issues ( which are many ) but perhaps
>>> this is a common scenario.
>>>
>>> Scala rocks ;)
>>>
>>> Thanks!
>>> A
>>>
>>> --
>>> Aldo Bucchi
>>> U N I V R Z
>>> Office: +56 2 795 4532
>>> Mobile:+56 9 7623 8653
>>> skype:aldo.bucchi
>>> http://www.univrz.com/
>>> http://aldobucchi.com/
>>>
>>> PRIVILEGED AND CONFIDENTIAL INFORMATION
>>> This message is only for the use of the individual or entity to which it
>>> is
>>> addressed and may contain information that is privileged and confidential.
>>> If
>>> you are not the intended recipient, please do not distribute or copy this
>>> communication, by e-mail or otherwise. Instead, please notify us
>>> immediately by
>>> return e-mail.
>>> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>>> Este mensaje está destinado sólo a la persona u organización al cual está
>>> dirigido y podría contener información privilegiada y confidencial. Si
>>> usted no
>>> es el destinatario, por favor no distribuya ni copie esta comunicación,
>>> por
>>> email o por otra vía. Por el contrario, por favor notifíquenos
>>> inmediatamente
>>> vía e-mail.
>>
>>
>
>
>
> --
> Aldo Bucchi
> U N I V R Z
> Office: +56 2 795 4532
> Mobile:+56 9 7623 8653
> skype:aldo.bucchi
> http://www.univrz.com/
> http://aldobucchi.com/
>
> PRIVILEGED AND CONFIDENTIAL INFORMATION
> This message is only for the use of the individual or entity to which it is
> addressed and may contain information that is privileged and confidential. If
> you are not the intended recipient, please do not distribute or copy this
> communication, by e-mail or otherwise. Instead, please notify us immediately by
> return e-mail.
> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
> Este mensaje está destinado sólo a la persona u organización al cual está
> dirigido y podría contener información privilegiada y confidencial. Si usted no
> es el destinatario, por favor no distribuya ni copie esta comunicación, por
> email o por otra vía. Por el contrario, por favor notifíquenos inmediatamente
> vía e-mail.
>



--
Aldo Bucchi
U N I V R Z
Office: +56 2 795 4532
Mobile:+56 9 7623 8653
skype:aldo.bucchi
http://www.univrz.com/
http://aldobucchi.com/

PRIVILEGED AND CONFIDENTIAL INFORMATION
This message is only for the use of the individual or entity to which it is
addressed and may contain information that is privileged and confidential. If
you are not the intended recipient, please do not distribute or copy this
communication, by e-mail or otherwise. Instead, please notify us immediately by
return e-mail.
INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
Este mensaje está destinado sólo a la persona u organización al cual está
dirigido y podría contener información privilegiada y confidencial. Si usted no
es el destinatario, por favor no distribuya ni copie esta comunicación, por
email o por otra vía. Por el contrario, por favor notifíquenos inmediatamente
vía e-mail.

Aldo Bucchi
Joined: 2009-04-20,
User offline. Last seen 42 years 45 weeks ago.
Re: Scala Plugin for Eclipse 2.7.4 RC + Maven Multimodule; Iss

Hello,

Just FYI. Apparently checking out "modules as different projects" with
m2e is the way to go (as opposed to nested projects/folders).
That, and following your advice, solved my classpath/output/etc problems.

I prefer separated projects anyway ;)

Thanks!
A

On Mon, Apr 20, 2009 at 9:24 PM, Josh Suereth wrote:
> np!
>
> As soon as we have nexus up and running smoothly, we should be able to
> deploy the 2.7.4-rc1 to the maven-snapshots repository (which you can use if
> desired).
>
> Sorry for the delay!
> -josh
>
> On Mon, Apr 20, 2009 at 6:39 PM, Aldo Bucchi wrote:
>>
>> Ok,
>>
>> I answered myself on the library question ;)
>> Very dumb question BTW
>>
>> Thanks,
>> A
>>
>> On Mon, Apr 20, 2009 at 6:15 PM, Aldo Bucchi
>> wrote:
>> > Hello,
>> >
>> > Thanks for your help. Questions inlined below
>> >
>> > On Mon, Apr 20, 2009 at 8:11 AM, Josh Suereth
>> > wrote:
>> >> http://code.google.com/p/esmi/wiki/CreatingScalaMavenProjectsInEclipse
>> >>
>> >> I plan to keep the above up-to-date as much as I am able.  My steps are
>> >> usually as follows (Note, I use q4e + m2e interchangeably now,
>> >> depending on
>> >> mood).
>> >>
>> >> 1) Import project as maven project using q4e or m2e
>> >> 2) Fix Source directories if they did not import correctly
>> >> 3) Right click on the project and Add scala nature
>> >>
>> >> PLEASE make sure you are either A) using different output directories
>> >> for
>> >> maven builds/eclipse builds or B) use the *exact* same version of
>> >> eclipse
>> >> scala plugin as the version of scala declared in your pom.xml!!!
>> >
>> > Target dirs were indeed misplaced.
>> > Now, regarding the version. I am using 2.7.4 RC1 for the eclipse
>> > plugin, which is supposed to be better ( and looks like it is ).
>> > However, I can't find the matching version of scala-library in the
>> > scala-tools maven repo.
>> > Of course I can put it up somewhere else, which leads me to the
>> > question:
>> > Which distribution of the RC (jar artifact) should I install in the
>> > repo?
>> > from this page:
>> > http://www.scala-lang.org/node/211
>> >
>> > The OSGi bundle?
>> >
>> > http://www.scala-lang.org/downloads/distrib/files/scala.library_2.7.4.RC...
>> >
>> > I am still fighting with Eclipse, but things look better ;)
>> >
>> > Thanks,
>> > A
>> >
>> >>
>> >>
>> >> If you want to use the maven-eclipse plugin, feel free, however it only
>> >> knows about source directories defined in the build-helpers-plugin (or
>> >> the
>> >> "root" source directory), so feel free to modify it.
>> >>
>> >>
>> >>
>> >> -Josh
>> >>
>> >>
>> >>
>> >> On Mon, Apr 20, 2009 at 2:25 AM, Aldo Bucchi
>> >> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> I have been using the RC for Eclipse Plugin 2.7.4 for mixed Java/Scala
>> >>> development and everything works reasonably well (kudos to developers)
>> >>> until I throw maven into the equation.
>> >>>
>> >>> So, before getting into more detail, has anyone managed to get a
>> >>> 1)maven, 2)multimodule, 3)mixed java/scala eclipse project running (
>> >>> both presentation and build )?
>> >>>
>> >>> If so, what combination of POM  + Eclipse settings works?
>> >>> ( I am following the src/main/scala conventions )
>> >>>
>> >>> I can be more specific on the issues ( which are many ) but perhaps
>> >>> this is a common scenario.
>> >>>
>> >>> Scala rocks ;)
>> >>>
>> >>> Thanks!
>> >>> A
>> >>>
>> >>> --
>> >>> Aldo Bucchi
>> >>> U N I V R Z
>> >>> Office: +56 2 795 4532
>> >>> Mobile:+56 9 7623 8653
>> >>> skype:aldo.bucchi
>> >>> http://www.univrz.com/
>> >>> http://aldobucchi.com/
>> >>>
>> >>> PRIVILEGED AND CONFIDENTIAL INFORMATION
>> >>> This message is only for the use of the individual or entity to which
>> >>> it
>> >>> is
>> >>> addressed and may contain information that is privileged and
>> >>> confidential.
>> >>> If
>> >>> you are not the intended recipient, please do not distribute or copy
>> >>> this
>> >>> communication, by e-mail or otherwise. Instead, please notify us
>> >>> immediately by
>> >>> return e-mail.
>> >>> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>> >>> Este mensaje está destinado sólo a la persona u organización al cual
>> >>> está
>> >>> dirigido y podría contener información privilegiada y confidencial. Si
>> >>> usted no
>> >>> es el destinatario, por favor no distribuya ni copie esta
>> >>> comunicación,
>> >>> por
>> >>> email o por otra vía. Por el contrario, por favor notifíquenos
>> >>> inmediatamente
>> >>> vía e-mail.
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Aldo Bucchi
>> > U N I V R Z
>> > Office: +56 2 795 4532
>> > Mobile:+56 9 7623 8653
>> > skype:aldo.bucchi
>> > http://www.univrz.com/
>> > http://aldobucchi.com/
>> >
>> > PRIVILEGED AND CONFIDENTIAL INFORMATION
>> > This message is only for the use of the individual or entity to which it
>> > is
>> > addressed and may contain information that is privileged and
>> > confidential. If
>> > you are not the intended recipient, please do not distribute or copy
>> > this
>> > communication, by e-mail or otherwise. Instead, please notify us
>> > immediately by
>> > return e-mail.
>> > INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>> > Este mensaje está destinado sólo a la persona u organización al cual
>> > está
>> > dirigido y podría contener información privilegiada y confidencial. Si
>> > usted no
>> > es el destinatario, por favor no distribuya ni copie esta comunicación,
>> > por
>> > email o por otra vía. Por el contrario, por favor notifíquenos
>> > inmediatamente
>> > vía e-mail.
>> >
>>
>>
>>
>> --
>> Aldo Bucchi
>> U N I V R Z
>> Office: +56 2 795 4532
>> Mobile:+56 9 7623 8653
>> skype:aldo.bucchi
>> http://www.univrz.com/
>> http://aldobucchi.com/
>>
>> PRIVILEGED AND CONFIDENTIAL INFORMATION
>> This message is only for the use of the individual or entity to which it
>> is
>> addressed and may contain information that is privileged and confidential.
>> If
>> you are not the intended recipient, please do not distribute or copy this
>> communication, by e-mail or otherwise. Instead, please notify us
>> immediately by
>> return e-mail.
>> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL
>> Este mensaje está destinado sólo a la persona u organización al cual está
>> dirigido y podría contener información privilegiada y confidencial. Si
>> usted no
>> es el destinatario, por favor no distribuya ni copie esta comunicación,
>> por
>> email o por otra vía. Por el contrario, por favor notifíquenos
>> inmediatamente
>> vía e-mail.
>
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland