Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-dev] Eclipse4 support for uDig

I've never built anything as stated in one of my previous Mails i only setup stuff to work inside the IDE where eclipse.home naturally points on the running eclipse instance which in my case was Luna!

Tom

Von meinem iPhone gesendet

Am 13.08.2014 um 20:37 schrieb Frank Gasdorf <fgdrf@xxxxxxxxxxxxxxxxxxxxx>:

Just validated the build by myself and I'm not sure at the moment what went wrong.

Build-steps were all fine product with docs compiled and packaged. What I've seen and makes me wondering:
* a new target definition for luna has been define
* it contains the following line I don't understand in context with tycho:

      <location path="${eclipse_home}" type="Profile"/>

      What's the eclipse home during the build? At the end my product has still 3.7.2 (thats Indigo release). Do I have to parametrize the build itself? What do I miss right here?

* the target maven modul has not been added to the parent maven modul udig-targets
* in the root pom.xml file still Indigo target-definition is referenced:

                    <target>
                        <artifact>
                            <groupId>org.locationtech.udig-target</groupId>
                            <artifactId>udig-indigo-target</artifactId>
                            <version>3.7</version>
                        </artifact>
                    </target>

I assume that Tom build and started uDig from with an Kepler Installation (that possibly has all required emf, gef, etc.. bundles and features installed).

Conclusion : tycho/maven build still builds against the old target-Definition and maybe thats the reason for the given behavior (IService .. called twice, some exception during shut down application, etc)

I'll give it a try to modify the target definition to make maven happy.

Cheers
- Frank


2014-08-13 18:42 GMT+02:00 Tom Schindl <tom.schindl@xxxxxxxxxxxxxxx>:
I'm not sure i need/should get read access because i'm hired shortterm to push udig to Eclipse4. In the ideal case udig would be modified to be a pure e4 app but this is a huge task and nothing i'm hired for!

To sum up i'm fine doing pull requests!

Tom

Von meinem iPhone gesendet

> Am 13.08.2014 um 17:59 schrieb Jody Garnett <jody.garnett@xxxxxxxxx>:
>
> In that case I will make a formal branch on the udig repository and we should ensure you have commit access to it.
>
> Our procedure used to be nominating on the email list, I expect I need to do something with the eclipse dev portal now.
> _______________________________________________
> udig-dev mailing list
> udig-dev@xxxxxxxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://locationtech.org/mailman/listinfo/udig-dev
_______________________________________________
udig-dev mailing list
udig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/udig-dev

_______________________________________________
udig-dev mailing list
udig-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://locationtech.org/mailman/listinfo/udig-dev

Back to the top