Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results.
thanks, Norbert _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
You can always instantiate a form with the contents of a window, and create a png from that.
Stephan Verstuurd vanaf mijn iPhone Op 21 mrt. 2012 om 11:57 heeft Norbert Hartl <[hidden email]> het volgende geschreven: > Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. > > thanks, > > Norbert > _______________________________________________ > 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 |
In reply to this post by NorbertHartl
Looks exciting!
Alexandre Le 21 mars 2012 à 05:57, Norbert Hartl <[hidden email]> a écrit : > Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. > > thanks, > > Norbert > _______________________________________________ > 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 |
what? :)
Ok, maybe I wrote it in a confusing way. I want to know if there is a possibility to use the scripting in Automoose and to produce images (png,...) that can be saved to disk. thanks, Norbert Am 22.03.2012 um 14:57 schrieb Alexandre Bergel: > Looks exciting! > > Alexandre > > > > Le 21 mars 2012 à 05:57, Norbert Hartl <[hidden email]> a écrit : > >> Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. >> >> thanks, >> >> Norbert >> _______________________________________________ >> 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi,
The idea behind AutoMoose is very similar to the Builder of Lukas (the one we use to build images with Jenkins). The difference is that you have some specific support for using an external parser to parse systems like Java and C++ and then load them in the Moose image. Once in the Moose image, you get Smalltalk to produce what you want. The only more specific support comes from Arki that can provide you with a means to implement rules and export them as tests results. These results can then be shown in Jenkins as a normal test: It would definitely be interesting to have some more specific plugin implemented in Jenkins that can digest some specific Moose output, but this is not done. You can find a description of AutoMoose here: http://www.themoosebook.org/book/internals/auto-moose Cheers, Doru On Wed, Mar 21, 2012 at 3:55 PM, Norbert Hartl <[hidden email]> wrote: > what? :) > > Ok, maybe I wrote it in a confusing way. I want to know if there is a possibility to use the scripting in Automoose and to produce images (png,...) that can be saved to disk. > > thanks, > > Norbert > > Am 22.03.2012 um 14:57 schrieb Alexandre Bergel: > >> Looks exciting! >> >> Alexandre >> >> >> >> Le 21 mars 2012 à 05:57, Norbert Hartl <[hidden email]> a écrit : >> >>> Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. >>> >>> thanks, >>> >>> Norbert >>> _______________________________________________ >>> 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 > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Every thing has its own flow" _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Am 21.03.2012 um 17:13 schrieb Tudor Girba: > Hi, > > The idea behind AutoMoose is very similar to the Builder of Lukas (the > one we use to build images with Jenkins). The difference is that you > have some specific support for using an external parser to parse > systems like Java and C++ and then load them in the Moose image. > > Once in the Moose image, you get Smalltalk to produce what you want. > The only more specific support comes from Arki that can provide you > with a means to implement rules and export them as tests results. > These results can then be shown in Jenkins as a normal test: > > It would definitely be interesting to have some more specific plugin > implemented in Jenkins that can digest some specific Moose output, but > this is not done. > > You can find a description of AutoMoose here: > http://www.themoosebook.org/book/internals/auto-moose Thanks, I've found this before but it didn't answer my question. I see the purpose of automoose now. Reading in code running predefined stuff and output something that is understood by jenkins as a test is a good thing to have. Still I think having pictures exported would be a nice addon. But then you might be right and it would need another plugin in jenkins. Do you think it is worth the effort? This is only useful if people look on the jenkins pages. I do it every day. Do you? Norbert > > > On Wed, Mar 21, 2012 at 3:55 PM, Norbert Hartl <[hidden email]> wrote: >> what? :) >> >> Ok, maybe I wrote it in a confusing way. I want to know if there is a possibility to use the scripting in Automoose and to produce images (png,...) that can be saved to disk. >> >> thanks, >> >> Norbert >> >> Am 22.03.2012 um 14:57 schrieb Alexandre Bergel: >> >>> Looks exciting! >>> >>> Alexandre >>> >>> >>> >>> Le 21 mars 2012 à 05:57, Norbert Hartl <[hidden email]> a écrit : >>> >>>> Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. >>>> >>>> thanks, >>>> >>>> Norbert >>>> _______________________________________________ >>>> 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 >> >> >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" > > _______________________________________________ > 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 |
On Wed, Mar 21, 2012 at 5:31 PM, Norbert Hartl <[hidden email]> wrote:
In addition, you can also export data and create your diagrams in Jenkins using the plugin: https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin But then you might be right and it would need another plugin in jenkins. Do you think it is worth the effort? This is only useful if people look on the jenkins pages. I do it every day. Do you? -- Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Stephan Eggermont-2
Am 21.03.2012 um 13:36 schrieb Stephan Eggermont: > You can always instantiate a form with the contents of a window, and create a png from that. > Good point, thanks! Norbert > Stephan > > Verstuurd vanaf mijn iPhone > > Op 21 mrt. 2012 om 11:57 heeft Norbert Hartl <[hidden email]> het volgende geschreven: > >> Now that I found some new motivation spending some time on moose I defined a project for me to work on. In order to achieve the simple task I like to know if it is possible to export images from Automoose. I don't know how the integration of moose into jenkins is meant. I would imagine having predefined analysis diagrams shown on the jenkins project page side by side with the lint und sunit results. >> >> thanks, >> >> Norbert >> _______________________________________________ >> 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 _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |