Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Headless Builds with SWT-OLE

Figured it out, sorry for the noise...

In one of the parent pom's there was a target-platform-configuration with an environment for macosx. 

On Thu, Mar 28, 2013 at 5:16 PM, Joseph D Carroll Jr <jdsalingerjr@xxxxxxxxx> wrote:
I am working on loading an existing project into Hudson for headless builds, and one of the bundles uses the SWT-OLE features.  I would eventually like to package the OLE dependencies into a separate fragment (if not just completely remove them), similar to what SWT does.  But for now I need to get the project building in Hudson.

The issue I am having is that the Hudson build server is running on Linux and does not resolve the OLE packages, so I get a bunch of errors stating:

75. ERROR in /var/lib/hudson/jobs/B_RLSE_2013_R1/workspace/com.sample.common/src/com/sample/common/attachments/AttachmentPreviewDialog.java (at line 217)
	clientSite = createSite(oleFrame, "Shell.Explorer");
	                        ^^^^^^^^
OleFrame cannot be resolved to a type


Where should I look to correct this?  The builds are obviously targeted for Windows, but I would like to provide 32-bit & 64-bit builds.  


Any assistance would be greatly appreciated.


Thanks,

JD


Back to the top