SWT build dependency (original) (raw)
Richard Bair richard.bair at oracle.com
Thu Oct 18 16:30:35 PDT 2012
- Previous message: hg: openjfx/8/master/rt: 18 new changesets
- Next message: SWT build dependency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So may latest headache is downloading the SWT dependency for our build. We use SWT for the SWT embedding support. So this is what I tried from looking at various blogs, because the version of SWT I'm looking for isn't in a Repo:
project(':swt') { sourceSets.main.java.srcDirs = ['src/java'] dependencies { compile project(':build-tools'), project(':base'), project(':graphics') compile module('org.eclipse.swt:org.eclipse.swt:3.7.1 at jar') { //name = 'org.eclipse.swt' extension = 'jar' url = 'http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.7.1-201109091335/swt-3.7.1-cocoa-macosx-x86_64.zip' } } }
so I'm trying to download directly from a URL. No dice. Still browsing the web looking for some solution
- Previous message: hg: openjfx/8/master/rt: 18 new changesets
- Next message: SWT build dependency
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]