Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jubula-dev] Dependencies error after compiling Jubula workspace imported from cloned master repo

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

- Claire 

On Mon, Feb 6, 2012 at 12:08 AM, Zeb Ford-Reitz <Zeb.Ford-Reitz@xxxxxxxxx> wrote:
Hi Claire,

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?

Thanks.
- Claire

_______________________________________________
jubula-dev mailing list
jubula-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jubula-dev


--
BREDEX GmbH
Mauernstr. 33
38100 Braunschweig

Tel.: +49-531-24330-0
Fax:  +49-531-24330-99
http: www.bredex.de

Geschäftsführer: Hans-J. Brede, Achim Lörke, Ulrich Obst
Amtsgericht Braunschweig HRB 2450



_______________________________________________
jubula-dev mailing list
jubula-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jubula-dev


_______________________________________________ jubula-dev mailing list jubula-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/jubula-dev


-- 
BREDEX GmbH
Mauernstr. 33
38100 Braunschweig

Tel.: +49-531-24330-0
Fax:  +49-531-24330-99
http: www.bredex.de

Geschäftsführer: Hans-J. Brede, Achim Lörke, Ulrich Obst
Amtsgericht Braunschweig HRB 2450

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Back to the top