Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [3p-dev] First successful build

Hello,

 

It works for Windows 32-bit J

I’ve seen some points to be fixed. Then, I will continue with the Polarsys Bugzilla.

 

Benoît

 

De : 3p-dev-bounces@xxxxxxxxxxxx [mailto:3p-dev-bounces@xxxxxxxxxxxx] De la part de HELLEBOID Matthieu
Envoyé : jeudi 29 août 2013 16:24
À : GAUFILLET, PIERRE; 3p-dev@xxxxxxxxxxxx
Objet : Re: [3p-dev] First successful build

 

Hello,

 

I’ve just made a commit to enable the win32/win32/x86 environment.

 

Best Regards,

Matthieu HELLEBOID

 

De : 3p-dev-bounces@xxxxxxxxxxxx [mailto:3p-dev-bounces@xxxxxxxxxxxx] De la part de GAUFILLET, PIERRE
Envoyé : mardi 27 août 2013 16:50
À : 3p-dev@xxxxxxxxxxxx
Objet : Re: [3p-dev] First successful build

 

Dear Benoit, I can explain how to patch the build so that you can get 32 bits packages, but unfortunately still cannot do it myself due to missing paperwork.

In releng/org.polarsys.ide.releng.tycho.parent/pom.xml, uncomment the following lines:

 

                    <plugin>

                           <groupId>org.eclipse.tycho</groupId>

                           <artifactId>target-platform-configuration</artifactId>

                           <version>${tycho-version}</version>

                           <configuration>

                                  <!-- configure the p2 target environments for multi-platform build -->

                                  <environments>

                                        <environment>

                                               <os>linux</os>

                                               <ws>gtk</ws>

                                               <arch>x86_64</arch>

                                        </environment>

                                        <!-- <environment> -->

                                        <!-- <os>solaris</os> -->

                                        <!-- <ws>gtk</ws> -->

                                        <!-- <arch>sparc</arch> -->

                                        <!-- </environment> -->

->                                      <!-- <environment> -->

->                                      <!-- <os>linux</os> -->

->                                      <!-- <ws>gtk</ws> -->

->                                      <!-- <arch>x86</arch> -->

->                                      <!-- </environment> -->

                                        <environment>

                                               <os>win32</os>

                                               <ws>win32</ws>

                                               <arch>x86_64</arch>

                                        </environment> -->

                                        <environment>

                                               <os>macosx</os>

                                               <ws>cocoa</ws>

                                               <arch>x86_64</arch>

                                        </environment>

->                                      <!-- <environment> -->

->                                      <!-- <os>win32</os> -->

->                                      <!-- <ws>win32</ws> -->

->                                      <!-- <arch>x86</arch> -->

->                                      <!-- </environment> -->

                                  </environments>

                           </configuration>

                    </plugin>

 

 

---

Pierre

 

From: LANGLOIS Benoit [mailto:benoit.langlois@xxxxxxxxxxxxxxx]
Sent: Tuesday, August 27, 2013 4:26 PM
To: GAUFILLET, PIERRE; 3p-dev@xxxxxxxxxxxx
Subject: RE: First successful build

 

Very good news!

However, I can’t execute it. It’s 64-bit only.

Benoît

 

De : 3p-dev-bounces@xxxxxxxxxxxx [mailto:3p-dev-bounces@xxxxxxxxxxxx] De la part de GAUFILLET, PIERRE
Envoyé : mardi 6 août 2013 14:17
À : 3p-dev@xxxxxxxxxxxx
Objet : [3p-dev] First successful build

 

Dear colleagues,

 

I am pleased to announce that 3p now builds successfully J : Thanks to all of you for your involvement!

 

Hudson has been set up to build automatically PolarSys IDE package every 2 hours if something has changed in the git repository.

It also stores the latest build so that it can be easily downloaded at https://polarsys.org/3p/hudson/job/Polarsys-IDE-master/

 

See you soon,

 

Pierre GAUFILLET

Software Engineering Specialist

Avionics and Simulation Products Software - EYYW

AIRBUS

Mailto: pierre.gaufillet@xxxxxxxxxx

Polarsys Industrial Working Group: http://www.polarsys.org

 

The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.
The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.

Back to the top