verveinej hudson job

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

verveinej hudson job

Tudor Girba
Hi,

Nicolas did a nice job with VerveineJ and now we have a ANT build file. I put together a Hudson job:
http://hudson.moosetechnology.org/job/verveinej/


I tried to also run the tests on the server but that one failed:
http://hudson.moosetechnology.org/job/verveinej/5/console

Nicolas, do you have an idea of why this happens?


Cheers,
Doru


--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: verveinej hudson job

Nicolas Anquetil

well it does say:
"Do not panic, this is a common problem.
The commonest cause is a missing JAR.
This is not a bug; it is a configuration problem"

So I guess we can relax, it was expected :-)


>From what I gathered, "Ant <junit> task is an Optional task, not a Core task, but with Ant 1.7, this just means you need to provide the ant-4.5.jar file"

I do have a ant-junit.jar file in my ant installation.


What version of Ant is hudson running? (I have 1.8.0)


nicolas


----- Mail original -----

> De: "Tudor Girba" <[hidden email]>
> À: "Moose-dev Moose Dev" <[hidden email]>
> Envoyé: Vendredi 1 Avril 2011 09:28:02
> Objet: [Moose-dev] verveinej hudson job
> Hi,
>
> Nicolas did a nice job with VerveineJ and now we have a ANT build
> file. I put together a Hudson job:
> http://hudson.moosetechnology.org/job/verveinej/
>
>
> I tried to also run the tests on the server but that one failed:
> http://hudson.moosetechnology.org/job/verveinej/5/console
>
> Nicolas, do you have an idea of why this happens?
>
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: verveinej hudson job

Tudor Girba
Hi Nicolas,

I was no panicking, just did not have time to look into it :).

The problem was that I installed ant with the default installation script of Ubuntu, and this only installed the basic ant version 1.7.0. Now I upgraded manually to 1.8.2 and I included all jars.

So, the tests work fine now:
http://hudson.moosetechnology.org/job/verveinej/8/console

The only thing left to do is to figure out how to export the test report in XML so that it can appear in Hudson.

Cheers,
Doru


On 1 Apr 2011, at 10:17, Nicolas Anquetil wrote:

>
> well it does say:
> "Do not panic, this is a common problem.
> The commonest cause is a missing JAR.
> This is not a bug; it is a configuration problem"
>
> So I guess we can relax, it was expected :-)
>
>
>> From what I gathered, "Ant <junit> task is an Optional task, not a Core task, but with Ant 1.7, this just means you need to provide the ant-4.5.jar file"
>
> I do have a ant-junit.jar file in my ant installation.
>
>
> What version of Ant is hudson running? (I have 1.8.0)
>
>
> nicolas
>
>
> ----- Mail original -----
>> De: "Tudor Girba" <[hidden email]>
>> À: "Moose-dev Moose Dev" <[hidden email]>
>> Envoyé: Vendredi 1 Avril 2011 09:28:02
>> Objet: [Moose-dev] verveinej hudson job
>> Hi,
>>
>> Nicolas did a nice job with VerveineJ and now we have a ANT build
>> file. I put together a Hudson job:
>> http://hudson.moosetechnology.org/job/verveinej/
>>
>>
>> I tried to also run the tests on the server but that one failed:
>> http://hudson.moosetechnology.org/job/verveinej/5/console
>>
>> Nicolas, do you have an idea of why this happens?
>>
>>
>> Cheers,
>> Doru
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Be rather willing to give than demanding to get."
>>
>>
>>
>>
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Beauty is where we see it."




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: verveinej hudson job

Nicolas Anquetil


> The only thing left to do is to figure out how to export the test
> report in XML so that it can appear in Hudson.


I believe it's already there;
In directory 'testrep'

nicolas
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: verveinej hudson job

Tudor Girba
Indeed :).

So, now the JUnit reports are available as well:
http://hudson.moosetechnology.org/job/verveinej/

Excellent.

Cheers,
Doru


On 1 Apr 2011, at 15:32, Nicolas Anquetil wrote:

>
>
>> The only thing left to do is to figure out how to export the test
>> report in XML so that it can appear in Hudson.
>
>
> I believe it's already there;
> In directory 'testrep'
>
> nicolas
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Live like you mean it."

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: verveinej hudson job

Stéphane Ducasse
EXCELLENT!


On Apr 1, 2011, at 8:32 PM, Tudor Girba wrote:

> Indeed :).
>
> So, now the JUnit reports are available as well:
> http://hudson.moosetechnology.org/job/verveinej/
>
> Excellent.
>
> Cheers,
> Doru
>
>
> On 1 Apr 2011, at 15:32, Nicolas Anquetil wrote:
>
>>
>>
>>> The only thing left to do is to figure out how to export the test
>>> report in XML so that it can appear in Hudson.
>>
>>
>> I believe it's already there;
>> In directory 'testrep'
>>
>> nicolas
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> --
> www.tudorgirba.com
>
> "Live like you mean it."
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev