Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Status of Orion client tests on Hudson...

Hi everyone,

If you open the Hudson page, you are greeted with the following description.
https://hudson.eclipse.org/orion/job/orion-client-dev/

------------------------------

Minifies the Orion client code, and runs unit tests.

mamacdon: I've temporarily disabled the unit tests while investigating
why they fail. To reenable tests:

re-enable orion-test profile inside Maven 3 > Advanced
check 'Publish JUnit test result report' and set the includes to
**/target/test-reports/*.xml

------------------------------

This of course does not instill the reader with much confidence, if
any, of the Orion client build. (o_o) Now, if you open up a random
build log, you will see the following message near the bottom.

------------------------------

[WARNING] The requested profile "____disabled_orion-test" could not be
activated because it does not exist.

------------------------------

So...can anyone shed light as to what's going on with the Orion client
Maven build?

I'm currently using Travis CI off of my own orion.client fork on
GitHub for builds. It currently only deals with the Node server (since
that's what I hack on) but I would like to expand it to encompass the
client code as well (because hey, why not?). Is it as simple as
installing Maven and running `mvn clean install`? At least, that's
what the wiki page is telling me anyway...

https://wiki.eclipse.org/Orion/Releng_Builds#Tycho_build

Thanks in advance. :)

Regards,
Remy


Back to the top