I couldn't run the generate target successfully. It failed with org.eclipse.jubula.tools/target not found.
I downloaded maven 3 and then tried 'mvn clean package'. It failed as it couldn't find tycho version 0.14.0-SNAPSHOT specified in a few plugins. When I changed the version to 0.13.0 as an experiment, I was able to see the build build going. However the build eventually failed due to 2524 compilation errors in:
org.eclipse.jubula.rc.swt
Please let me know how should I proceed from here.
That's more generated classes. Running the "generate" target of the
org.eclipse.jubula.toolkit.generate.interfaces/generateInterfaces.xml
Ant file will generate the necessary files.
Additionally, running "mvn clean package" in the
org.eclipse.jubula.releng project should produce all necessary build
artifacts (including generating all required classes).
- Zeb
On 06.02.2012 18:29, Claire Lee wrote:
Hi Zeb -
That works for me. I actually overlooked two other
dependencies. There are:
org.eclipse.jubula.rc.swing is complaining that
org.eclipse.jubula.rc.swing.swing.interfaces cannot be found
and
org.eclipse.jubula.rc.swt is complaining that
org.eclipse.jubula.rc.swt.interfaces cannot be found
The two packages you mentioned contain generated classes.
You can generate "org.eclipse.jubula.client.archive.schema"
by running the "gen-xml-src" target of the
org.eclipse.jubula.client.archive/genXMLBean.xml Ant file,
and you can generate "org.eclipse.jubula.client.core.gen" by
running the "generate" target of the
org.eclipse.jubula.client.core/genParser.xml Ant file.
- Zeb
On 03.02.2012 19:59, Claire Lee wrote:
Hi -
After I cloned the Jubula git repository and imported
all the projects from master repo to the workspace,
there appeared some dependency errors after the
workspace is built. I have been trying to resolve the
dependency errors referring to the target definition
for Indigo+nightly. I am now down to the following
dependency errors:
The import org.eclipse.jubula.client.archive.schema
cannot be resolved
The import import org.eclipse.jubula.client.core.gen
cannot be resolved
I am using Indigo SR1. Please let me know how can I
resolve these dependencies?