setup for project using Bndtools and a Bnd Workspace [message #1798561] |
Tue, 20 November 2018 08:04  |
Eclipse User |
|
|
|
We are using oomph-setups for many projects and it is working very well.
With every project using a Bnd Workspace the project import (exactly the first compile) is very slow. If this first compile is canceled in the progress view the second compilation wich starts automatically is as fast as usual.
Enclosed a very simple snippet from the setup:
<?xml version="1.0" encoding="UTF-8"?>
<setup:Project
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore"
name="jaxrs-with-osgiR7-and-bndtools"
label="jaxrs-with-osgiR7-and-bndtools">
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.jaxrs-with-osgiR7-and-bndtools"
remoteURI="git@****:rnd/jaxrs-with-osgiR7-and-bndtools.git"
pushURI="">
<description>cloning jaxrs-with-osgiR7-and-bndtools</description>
</setupTask>
<setupTask
xsi:type="projects:ProjectsImportTask"
id="import.jaxrs-with-osgiR7-and-bndtools">
<sourceLocator
rootFolder="${git.clone.jaxrs-with-osgiR7-and-bndtools.location}"/>
</setupTask>
<stream name="master"
label="master"/>
</setup:Project>
Does anyone have the same problem and even a solution?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04282 seconds