Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wb-dev] Tycho build for WB - Need help with native components

Hi,

I committed a Tycho build setup for the Java bits of WB. To trigger
the build you type

mvn clean verify

in the main directory of the Git repository. See the build log below
for details.

After the build you find an update site in
org.eclipse.wb.releng.updatesite/target/repository. Installation from
it currently fails, I guess due to the missing native parts but did
not investigate in details.

Unfortunately I have no idea how to build native components. Can
someone from the WB team handle the build of the native components?

Alex from the SWT team gave me this snippet which might help:
http://git.eclipse.org/c/cdt/org.eclipse.cdt.git/commit/?id=dff6b3bae3ddb27df5433ce7ff3ebb2f4c90de6d

Best regards, Lars


<!--
<module>org.eclipse.wb.os.linux</module>
<module>org.eclipse.wb.os.macosx</module>
<module>org.eclipse.wb.os.win32</module>
-->

[INFO] org.eclipse.wb.releng .............................. SUCCESS [  0.083 s]
[INFO] org.eclipse.wb.root ................................ SUCCESS [  0.001 s]
[INFO] org.eclipse.wb.os .................................. SUCCESS [  1.692 s]
[INFO] org.eclipse.wb.runtime.lib ......................... SUCCESS [  0.076 s]
[INFO] org.eclipse.wb.runtime ............................. SUCCESS [  0.101 s]
[INFO] org.eclipse.wb.core.lib ............................ SUCCESS [  0.277 s]
[INFO] org.eclipse.wb.core ................................ SUCCESS [  4.444 s]
[INFO] org.eclipse.wb.core.java ........................... SUCCESS [  3.710 s]
[INFO] org.eclipse.wb.core.databinding .................... SUCCESS [  0.974 s]
[INFO] org.eclipse.wb.core.xml ............................ SUCCESS [  1.281 s]
[INFO] org.eclipse.wb.core.databinding.xml ................ SUCCESS [  0.400 s]
[INFO] org.eclipse.wb.core.ui ............................. SUCCESS [  0.374 s]
[INFO] org.eclipse.wb.css ................................. SUCCESS [  0.559 s]
[INFO] org.eclipse.wb.dev ................................. SUCCESS [  0.239 s]
[INFO] org.eclipse.wb.discovery.core ...................... SUCCESS [  0.318 s]
[INFO] org.eclipse.wb.discovery.ui ........................ SUCCESS [  0.340 s]
[INFO] org.eclipse.wb.doc.user ............................ SUCCESS [  0.480 s]
[INFO] org.eclipse.wb.jdt.fragment ........................ SUCCESS [  0.115 s]
[INFO] org.eclipse.wb.layout.group ........................ SUCCESS [  0.674 s]
[INFO] org.eclipse.wb.swt ................................. SUCCESS [  1.995 s]
[INFO] org.eclipse.wb.swt.widgets.baseline ................ SUCCESS [  0.174 s]
[INFO] org.eclipse.wb.rcp ................................. SUCCESS [  1.847 s]
[INFO] org.eclipse.wb.rcp.databinding ..................... SUCCESS [  1.045 s]
[INFO] org.eclipse.wb.rcp.databinding.emf ................. SUCCESS [  0.616 s]
[INFO] org.eclipse.wb.xwt ................................. SUCCESS [  1.018 s]
[INFO] org.eclipse.wb.rcp.databinding.xwt ................. SUCCESS [  0.582 s]
[INFO] org.eclipse.wb.rcp.doc.user ........................ SUCCESS [  0.836 s]
[INFO] org.eclipse.wb.rcp.nebula .......................... SUCCESS [  0.309 s]
[INFO] org.eclipse.wb.rcp.swing2swt ....................... SUCCESS [  0.222 s]
[INFO] org.eclipse.wb.swing ............................... SUCCESS [  1.742 s]
[INFO] org.eclipse.wb.rcp.SWT_AWT ......................... SUCCESS [  0.217 s]
[INFO] org.eclipse.wb.core.feature ........................ SUCCESS [  0.213 s]
[INFO] org.eclipse.wb.core.java.feature ................... SUCCESS [  0.080 s]
[INFO] org.eclipse.wb.core.ui.feature ..................... SUCCESS [  0.060 s]
[INFO] org.eclipse.wb.core.xml.feature .................... SUCCESS [  0.075 s]
[INFO] org.eclipse.wb.css.feature ......................... SUCCESS [  0.061 s]
[INFO] org.eclipse.wb.doc.user.feature .................... SUCCESS [  0.142 s]
[INFO] org.eclipse.wb.layout.group.feature ................ SUCCESS [  0.070 s]
[INFO] org.eclipse.wb.rcp.doc.user.feature ................ SUCCESS [  0.067 s]
[INFO] org.eclipse.wb.swt.feature ......................... SUCCESS [  0.073 s]
[INFO] org.eclipse.wb.rcp.feature ......................... SUCCESS [  0.239 s]
[INFO] org.eclipse.wb.swing.doc.user ...................... SUCCESS [  0.545 s]
[INFO] org.eclipse.wb.swing.doc.user.feature .............. SUCCESS [  0.056 s]
[INFO] org.eclipse.wb.swing.FormLayout.lib ................ SUCCESS [  0.043 s]
[INFO] org.eclipse.wb.swing.FormLayout .................... SUCCESS [  0.802 s]
[INFO] org.eclipse.wb.swing.MigLayout.lib ................. SUCCESS [  0.045 s]
[INFO] org.eclipse.wb.swing.MigLayout ..................... SUCCESS [  0.540 s]
[INFO] org.eclipse.wb.swing.databinding ................... SUCCESS [  0.589 s]
[INFO] org.eclipse.wb.swing.jsr296 ........................ SUCCESS [  0.228 s]
[INFO] org.eclipse.wb.swing.java6 ......................... SUCCESS [  0.370 s]
[INFO] org.eclipse.wb.swing.feature ....................... SUCCESS [  0.213 s]
[INFO] org.eclipse.wb.xwt.feature ......................... SUCCESS [  0.162 s]
[INFO] org.eclipse.wb.releng.updatesite ................... SUCCESS [  8.047 s]
[INFO] org.eclipse.wb.rcp.SWT_AWT_support ................. SUCCESS [  0.157 s]


-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top