Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI build fails for org.eclipse.equinox.region

Thanks Alexander,

I created Bug 400007 and attached a patch [1] to cleanup the files.


Thanh

[1] https://bugs.eclipse.org/400007


On 05/02/13 04:04 AM, Aleksandar Kurtakov wrote:
----- Original Message -----
From: "Thanh Ha" <thanh.ha@xxxxxxxxxxx>
To: cbi-dev@xxxxxxxxxxx
Sent: Monday, February 4, 2013 10:56:06 PM
Subject: Re: [cbi-dev] CBI build fails for org.eclipse.equinox.region

Hi Lars,

You need to run "git submodule foreach git clean -fd" from the
aggregator root directory to clean up the build working directories.

I'm not sure why but it seems the directories for the SWT components
don't get cleaned up properly when the build fails at certain parts
of
the build. This causes the ant scripts for the SWT fragments to fail
to
build because it skips a step if some files that should have been
cleaned up exist.
Hi Thanh and others,

In cases like that - one has to configure maven to know what to cleanup. Documentation available at http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html . If someone gives me a patch or at least a list of what needs to be removed I'll be happy to apply it to SWT so one can rely on the build system to really do clean.

Alexander Kurtakov
Red Hat Eclipse team



Back to the top