Skip to content

pom file errors after SWT workspace is setup in Ubuntu using oomph #1065

Answered by HeikoKlare
lathapatil asked this question in Q&A
Discussion options

You must be logged in to vote

I build the binaries via Maven from command line. A prerequisite for building the binaries is to have an swtBuildQualifier.txt in bundles\org.eclipse.swt\target, which is created by simply running an ordinary Maven build on the complete SWT repository (or you can probably also create it manually). Then you can execute the following within the folder of the fragment you want to build:

mvn clean process-resources -Dnative=${ws}.${os}.${arch} -DskipTests

So in your case it should be mvn clean process-resources -Dnative=gtk.linux.x86_64 -DskipTests in the org.eclipse.swt.gtk.linux.x86_64 fragment folder.

You can also find the description how to build the binaries here: #973 (comment)

I can …

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@merks
Comment options

Comment options

You must be logged in to vote
8 replies
@lathapatil
Comment options

@HeikoKlare
Comment options

@lathapatil
Comment options

@HeikoKlare
Comment options

Answer selected by lathapatil
@lathapatil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants