[jira] [Updated] (FLEX-33265) Enable Mustella on CI server (jenkins)

2012-11-17 Thread OmPrakash Muppirala (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] OmPrakash Muppirala updated FLEX-33265: --- Description: Ideally, for each check-in, we want not only a build on the CI server

[jira] [Created] (FLEX-33265) Enable Mustella on CI server (jenkins)

2012-11-17 Thread OmPrakash Muppirala (JIRA)
OmPrakash Muppirala created FLEX-33265: -- Summary: Enable Mustella on CI server (jenkins) Key: FLEX-33265 URL: https://issues.apache.org/jira/browse/FLEX-33265 Project: Apache Flex Issue

Re: CI server

2012-05-24 Thread Carol Frampton
Yes that should do the trick. You just need to look at flex-sdk-description.xml after it builds and make sure that the build number is non-zero. The 2nd check would be to run mxmlc with no args and check that the build number is listed in the header that is printed out. Thanks, Carol On 5/24/12

Re: CI server

2012-05-24 Thread Justin Mclean
Hi, I've added: build.number=${SVN_REVISION} to the properties section of the ant script in Jenkins I believe that should do what you want. (it gets passed to ant with a -D option) Once the build machine is up and running again we'll know :-) Thanks, Justin

Re: CI server

2012-05-23 Thread Justin Mclean
Hi, > ant -Dbuild.number={svn-rev-that-triggered-build} release (or whatever > target you are using) I'm not currently making a release with the build just a standard "ant main". I had planed to put that in another project but the windows machine is currently out of disk space. It's been looked

Re: CI server

2012-05-23 Thread Bertrand Delacretaz
Hi, On Wed, May 23, 2012 at 6:46 PM, Carol Frampton wrote: > ...Where should I go or what should I read to figure out how our build > works?... AFAICS the build is at https://builds.apache.org/job/Flex_SDK_build/ Logged-in users can look at the build job configuration. -Bertrand

Re: CI server

2012-05-23 Thread Carol Frampton
Justin Mclean" wrote: >Hi, > >The windows CI server has just run out of disk space, while Flex SDK >build was not the direct cause I'm sure it helped a little (take up about >2GB). > >Anyway I've logged an issue with INFRA and also noted that we'll need >mo

Re: CI server

2012-05-21 Thread Carol Frampton
On 5/18/12 10 :11PM, "Justin Mclean" wrote: >Hi, > >The current issue is that AIR_HOME expects a full structure underneath >it. Don't we just need airglobal.swc to order to compile the SDK? > >The path to airglobal.swc is defined in the build file like so: >${env.AIR_HOME}/frameworks/libs/air

Re: CI server

2012-05-21 Thread Justin Mclean
Hi, The windows CI server has just run out of disk space, while Flex SDK build was not the direct cause I'm sure it helped a little (take up about 2GB). Anyway I've logged an issue with INFRA and also noted that we'll need more disk space in the near future for running the M

Re: CI server

2012-05-19 Thread Carlos Rovira
Amazing!! Good work! :D 2012/5/19 Roland Zwaga > that visit to the pub is well deserved! > > > > Hi, > > > > Everyone can take look at the build results here (no login or account > > required): > > > > https://builds.apache.org/job/Flex_SDK_build/ > > > -- Carlos Rovira Director de Tecnologí

Re: CI server

2012-05-18 Thread Roland Zwaga
that visit to the pub is well deserved! > Hi, > > Everyone can take look at the build results here (no login or account > required): > > https://builds.apache.org/job/Flex_SDK_build/ >

Re: CI server

2012-05-18 Thread Clint Modien
w00t Sent from my iPhone On May 18, 2012, at 9:32 PM, Justin Mclean wrote: > Hi, > > Everyone can take look at the build results here (no login or account > required): > > https://builds.apache.org/job/Flex_SDK_build/ > > Thanks, > Justin

Re: CI server

2012-05-18 Thread Alex Harui
On 5/18/12 7:46 PM, "Justin Mclean" wrote: > Hi, > > The Flex SDK Jenkins build is now working (ie will run ant main to completion > with success). I'm off to the pub to celebrate! :-) Yay Justin! -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: CI server

2012-05-18 Thread Justin Mclean
Hi, Everyone can take look at the build results here (no login or account required): https://builds.apache.org/job/Flex_SDK_build/ Thanks, Justin

Re: CI server

2012-05-18 Thread OmPrakash Muppirala
Awesome! On May 18, 2012 7:47 PM, "Justin Mclean" wrote: > Hi, > > The Flex SDK Jenkins build is now working (ie will run ant main to > completion with success). I'm off to the pub to celebrate! :-) > > Thanks, > Justin

Re: CI server

2012-05-18 Thread Justin Mclean
Hi, The Flex SDK Jenkins build is now working (ie will run ant main to completion with success). I'm off to the pub to celebrate! :-) Thanks, Justin

Re: CI server

2012-05-18 Thread Justin Mclean
Hi, The current issue is that AIR_HOME expects a full structure underneath it. Don't we just need airglobal.swc to order to compile the SDK? The path to airglobal.swc is defined in the build file like so: ${env.AIR_HOME}/frameworks/libs/air Thanks, Justin

Re: CI server

2012-05-18 Thread Justin Mclean
Hi, Issue I was having yesterday was that the full path contained spaces. I deleted the old project and recreate one called "Flex_SDK_build" so that there should be no spaces in the path. Any chance we can get this patch applied? https://issues.apache.org/jira/browse/FLEX-60 The build is curre

Re: CI server

2012-05-18 Thread Justin Mclean
This is from yesterday. It helps if I send messages to the list rather than to myself. Hi, I've checked in an Ant build script to download I run a Jenkins build and a few tries I've managed to get it to: 1. Checked the SDK out of SNV 2. Set the environment variables are set correctly (probably

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, > I'd be interested as well, although I'm not a committer. Added. Justin

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, > Our (Adobe) build system was a Windows system. I've tied the build to windows (for now). Justin

Re: CI server

2012-05-15 Thread Christophe Herreman
I'd be interested as well, although I'm not a committer. 2012/5/15 Justin Mclean > Hi, > > > Until we get the kinks in the build system worked out I think the broken > > build mail should just go to a select few > > Email changed to justin at classsoftware dot com, cframpto at adobe dot > com an

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, > Until we get the kinks in the build system worked out I think the broken > build mail should just go to a select few Email changed to justin at classsoftware dot com, cframpto at adobe dot com and jonbcampos at gmail dot com. Anyone else want to be added? Thanks, Justin

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, > I think it's fine to have a few build jobs triggered by commits OK I've changed it so it will now build on the hour (once enable) if something has been committed. Thanks, Justin

Re: CI server

2012-05-15 Thread Bertrand Delacretaz
Hi, On Tue, May 15, 2012 at 3:55 PM, Justin Mclean wrote: > Carol wrote: >> I'd prefer if we could kick off a build every time someone checks >> something in. > We can do that (and it's straight forward - one extra tick box to check) but > first off I think nightly build would be useful > and se

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, > If you look in ide/flashbuilder build.xml and > makeApacheFlexForFlashBuilder.sh you will find code that is doing this for > flashbuilder. Sounds like we need something similar. I was just thinking of using the code (slightly modified) from build_framwork.xml that downloads needed files, b

Re: CI server

2012-05-15 Thread Carol Frampton
Since linux is not one of the two major platforms it isn't the ideal build system. Our (Adobe) build system was a Windows system. We'd need a flash player for linux to run checkintests. Carol On 5/15/12 4 :30AM, "Justin Mclean" wrote: >Hi, > >Might want to note that the OS of most of the buil

Re: CI server

2012-05-15 Thread Carol Frampton
On 5/15/12 4 :17AM, "Justin Mclean" wrote: >Hi, > >I set up a draft nightly build call "Flex SDK nightly build". People who >have access can you take a look and see that it's ok. > >It's currently disabled and wouldn't work if was run. > >We need to: >1. Work out how to download the optional bi

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, Might want to note that the OS of most of the build machines is Linux but there is one windows (2008 server) machine and one OSX machine (currently offline and looks like it has been for several months). Thanks, Justin

Re: CI server

2012-05-15 Thread Justin Mclean
Hi, I set up a draft nightly build call "Flex SDK nightly build". People who have access can you take a look and see that it's ok. It's currently disabled and wouldn't work if was run. We need to: 1. Work out how to download the optional bits (Air SDK, Flash debug player and playerglobal.swc).

Re: CI server

2012-05-11 Thread Justin Mclean
H, > Here's an ant macrodef for incrementing a build number in Version.properties. > Version.properties can then be included by the build.xml file. I don't have access yet but when I do I look into using that. Thanks Justin

Re: CI server

2012-05-11 Thread Clint Modien
> On May 9, 2012, at 6:38 AM, Carol Frampton wrote: > Agreed. We had quite an elaborate CI setup for Flex. If needed I can go > dig up those scripts (most are Python I believe) at some point just to > make sure we don't end up missing some step. That would probably be worth doing… and if it's p

Re: CI server

2012-05-11 Thread Clint Modien
Hi Justin… were you able to get access to the Jenkins server? On May 8, 2012, at 10:14 PM, Bertrand Delacretaz wrote: > Hi, > > On Tue, May 8, 2012 at 7:26 PM, Jonathan Campos wrote: >> On Tue, May 8, 2012 at 7:46 PM, Justin Mclean >> wrote: >>> ...My apache username is "jmclean" so if possibl

Re: CI server

2012-05-09 Thread Carol Frampton
On 5/8/12 10 :41PM, "Justin Mclean" wrote: >Hi, > >> Personally I don't think anyone should spend much time on this until >>we've >> settled on how we're going to end up building this for the first >>release. > >Personally having the CI do a nightly build is still useful even if it's >doing a "

Re: CI server

2012-05-09 Thread Carlos Rovira
Happy to hear talking about Hudson or Jenkins. I think this kind od CI is a must nowadays. So great to see the people at Apache Flex discussing how to address this :) 2012/5/9 Bertrand Delacretaz > Hi, > > On Tue, May 8, 2012 at 7:26 PM, Jonathan Campos > wrote: > > On Tue, May 8, 2012 at 7:46

Re: CI server

2012-05-08 Thread Bertrand Delacretaz
Hi, On Tue, May 8, 2012 at 7:26 PM, Jonathan Campos wrote: > On Tue, May 8, 2012 at 7:46 PM, Justin Mclean wrote: >> ...My apache username is "jmclean" so if possible can I be added to the >> "hudson-jobadmin" group. I've subscribed to the infrastructure and build >> mailing lists. >> > I'd be in

Re: CI server

2012-05-08 Thread Justin Mclean
Hi, > Personally I don't think anyone should spend much time on this until we've > settled on how we're going to end up building this for the first release. Personally having the CI do a nightly build is still useful even if it's doing a "standard" build rather than a release build. It would (fo

Re: CI server

2012-05-08 Thread Carol Frampton
On 5/8/12 3 :58PM, "Jonathan Campos" wrote: >On Tue, May 8, 2012 at 2:27 PM, Bertrand Delacretaz >wrote: > >> Anyone with a JIRA account can open an issue of course, but before >> asking for a build service there should be Flex committers ready to >> help configure and manage it. >> > >Got it.

Re: CI server

2012-05-08 Thread Jonathan Campos
On Tue, May 8, 2012 at 7:46 PM, Justin Mclean wrote: > We don't need to open an INFRA Jira request but any committer can be given > access to Jenkins by the PMC Chair (Bertrand?). > > My apache username is "jmclean" so if possible can I be added to the > "hudson-jobadmin" group. I've subscribed to

Re: CI server

2012-05-08 Thread Justin Mclean
Hi, > Is that because you think the CI server will need to download the > prerequisites more than once? Generally the process is the CI server checks out code form version control (SVN in this case) and then runs a script (ANT in this case) to test the build. Jenkins does have p

Re: CI server

2012-05-08 Thread Alex Harui
required extra bits would require an extra script (or target > in extra ant script) to do so. > Is that because you think the CI server will need to download the prerequisites more than once? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui

Re: CI server

2012-05-08 Thread Justin Mclean
Hi, According to this: http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson We don't need to open an INFRA Jira request but any committer can be given access to Jenkins by the PMC Chair (Bertrand?). My apache username is "jmclean" so if possible can I be added to the "hudson-joba

Re: CI server

2012-05-08 Thread Jonathan Campos
As I've set up Hudson and Jenkins before I would prefer them. Great systems. On May 8, 2012 7:03 PM, "Alex Harui" wrote: > > > > On 5/8/12 4:51 PM, "Justin Mclean" wrote: > > > Hi, > > > > I'm happy to work on this I'm more familiar with Jenkins/Hudson than > Buildbot > > so would request that.

Re: CI server

2012-05-08 Thread Justin Mclean
Hi, > I'm not familiar with any of these technologies. They don't allow for > manual configuration? Yes the environment variables can be set up so that's not a big issue. Downloading the required extra bits would require an extra script (or target in extra ant script) to do so. Thanks, Justin

Re: CI server

2012-05-08 Thread Alex Harui
On 5/8/12 4:51 PM, "Justin Mclean" wrote: > Hi, > > I'm happy to work on this I'm more familiar with Jenkins/Hudson than Buildbot > so would request that. > > Currently we have an issue with the ant build script in that: > 1) You need to manually set environment variables > 2) You need to ma

Re: CI server

2012-05-08 Thread Justin Mclean
Hi, I'm happy to work on this I'm more familiar with Jenkins/Hudson than Buildbot so would request that. Currently we have an issue with the ant build script in that: 1) You need to manually set environment variables 2) You need to manually download extra bits Do we make up a special target in

Re: CI server

2012-05-08 Thread Jonathan Campos
On Tue, May 8, 2012 at 2:27 PM, Bertrand Delacretaz wrote: > Anyone with a JIRA account can open an issue of course, but before > asking for a build service there should be Flex committers ready to > help configure and manage it. > Got it. I was thinking of him just opening a ticket. I'm personal

Re: CI server

2012-05-08 Thread Bertrand Delacretaz
On Tue, May 8, 2012 at 11:24 AM, Jonathan Campos wrote: > As a non committer he can't even make a ticket? Anyone with a JIRA account can open an issue of course, but before asking for a build service there should be Flex committers ready to help configure and manage it. -Bertrand

Re: CI server

2012-05-08 Thread Jonathan Campos
As a non committer he can't even make a ticket? On May 8, 2012 12:29 PM, "Bertrand Delacretaz" wrote: > On Tue, May 8, 2012 at 10:16 AM, Jonathan Campos > wrote: > > On Tue, May 8, 2012 at 12:10 PM, Clint Modien wrote: > > > >> Team… who should create the ticket? > > > > sounds like a job for..

Re: CI server

2012-05-08 Thread Roland Zwaga
+1 on making Clint a committer ;) On 8 May 2012 20:15, Clint Modien wrote: > I am currently not a committer. If made one… I can get this done. > > On May 8, 2012, at 10:29 AM, Bertrand Delacretaz wrote: > > > > I think you need to be a committer to get access to ASF build systems' > > configurat

Re: CI server

2012-05-08 Thread Clint Modien
I am currently not a committer. If made one… I can get this done. On May 8, 2012, at 10:29 AM, Bertrand Delacretaz wrote: > > I think you need to be a committer to get access to ASF build systems' > configurations, and AFAIK Clint is not one. >

Re: CI server

2012-05-08 Thread Bertrand Delacretaz
On Tue, May 8, 2012 at 10:16 AM, Jonathan Campos wrote: > On Tue, May 8, 2012 at 12:10 PM, Clint Modien wrote: > >> Team… who should create the ticket? > > sounds like a job for... Clint I think you need to be a committer to get access to ASF build systems' configurations, and AFAIK Clint is not

Re: CI server

2012-05-08 Thread Jonathan Campos
On Tue, May 8, 2012 at 12:10 PM, Clint Modien wrote: > Team… who should create the ticket? sounds like a job for... Clint -- Jonathan Campos

Re: CI server

2012-05-08 Thread Clint Modien
Team… who should create the ticket? On May 3, 2012, at 11:35 AM, Clint Modien wrote: > busy place… https://builds.apache.org/ > > Here's the buildbot site: http://ci.apache.org/buildbot.html > > On the buildbot site is says we need to create a jira ticket here… > https://issues.apache.org/jira

Re: CI server

2012-05-03 Thread Clint Modien
busy place… https://builds.apache.org/ Here's the buildbot site: http://ci.apache.org/buildbot.html On the buildbot site is says we need to create a jira ticket here… https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=10410&issuetype=3 Here are a couple of examples of people requesting

Re: CI server

2012-05-03 Thread Bertrand Delacretaz
Hi, On Thu, May 3, 2012 at 7:57 PM, Alex Harui wrote: > ...We will probably use what other projects are using, if possible and not too > much hassle... There's Jenkins at https://builds.apache.org/ , docs at http://wiki.apache.org/general/Jenkins?action=show&redirect=Hudson http://ci.apache.org

Re: CI server

2012-05-03 Thread Carlos Rovira
That would be awesome! :) El jueves 3 de mayo de 2012, Clint Modien escribió: > Do we have a CI server setup for Apache Flex? > > Do we get one from Apache? > > If not… > > Do we need someone to donate one? > > Are we waiting for something? > > If not… I'd l

Re: CI server

2012-05-03 Thread Alex Harui
On 5/3/12 11:10 AM, "Clint Modien" wrote: > Do we have a CI server setup for Apache Flex? Not yet. > > Do we get one from Apache? We will probably use what other projects are using, if possible and not too much hassle. -- Alex Harui Flex SDK Team Adobe Systems, Inc. htt

CI server

2012-05-03 Thread Clint Modien
Do we have a CI server setup for Apache Flex? Do we get one from Apache? If not… Do we need someone to donate one? Are we waiting for something? If not… I'd like to work on sourcing one or two and setting it up if that's ok with the group? Clint Modien c. 650.421.6035 im: cmodien