Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] Xtext UI tests

Fixed
Test.xml was not included in build.properties

Regards,
Dennis.

Patrick Schönbach schrieb:
Hi,

I think, I have found at least a clue to the UI test problem. From the
build log:

[exec] unpackTestPlugin:
     [exec]      [echo] Unpack
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344.jar

to
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344

...
     [exec]      [move] Moving 1 file to
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins
     [exec]     [unjar] Expanding:
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344_.jar

into
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344
     [exec]    [delete] Deleting:
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344_.jar
     [exec]
     [exec] runtests:
     [exec]      [echo] Running
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344/test.xml

...
     [exec]
     [exec] BUILD FAILED
     [exec]
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/test.xml:133:

The following error occurred while executing this line:
     [exec]
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/test.xml:102:

The following error occurred while executing this line:
     [exec]
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/test.xml:80:

The following error occurred while executing this line:
     [exec] java.io.FileNotFoundException:
/home/www-data/build/modeling/tmf/xtext/downloads/drops/0.7.0/N200902041344/testing/N200902041344/testing/target/eclipse/dropins/eclipse/plugins/org.eclipse.xtext.ui.core.tests_0.7.0.v200902041344/test.xml

(No such file or directory)

What I do not understand, though, is the fact that
org.eclipse.xtext.ui.core.tests has a test.xml file.

Any ideas?

Regards,
Patrick




Back to the top