Re: My next check in may break the build

2013-06-04 Thread Justin Mclean
Hi, OK, but does it get automatically downloaded? Or do folks have to download manually? Currently manually. The PIXELBENDER_HOME points to the directory where the zip lives. One thought I had was to pull them from a recent Apache Flex binary kit. I'd prefer to avoid that if we can, I'd

Re: My next check in may break the build

2013-06-04 Thread Justin Mclean
Hi, We can have Jenkins automate this. We can have the Linux build download the artifact(s) from the nightly build (which we discussed yesterday) and use those, right? I assume you mean have Jenkins create the pb.tar.gz file? Not sure if that fits in with Adobe licensing or Apache policy.

Re: My next check in may break the build

2013-06-04 Thread OmPrakash Muppirala
It needs to be obtained from somewhere. On Linux we can't compile the files, and having the compiled files in version control is not an option as that's against Apache policy. Apparently it is possible to run Pixel Bender on Linux using Wine [1] Would this approach work for us? Thanks, Om

My next check in may break the build

2013-06-03 Thread Justin Mclean
Hi, Just about to check in some changes that might break the build on Mac/Windows - that should be a clue to what the check in is :-). If it does break I'll fix it quickly. Thanks, Justin

Re: My next check in may break the build

2013-06-03 Thread Erik de Bruin
Go ahead, make my day ;-) EdB On Mon, Jun 3, 2013 at 10:18 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Just about to check in some changes that might break the build on Mac/Windows - that should be a clue to what the check in is :-). If it does break I'll fix it quickly.

Re: My next check in may break the build

2013-06-03 Thread Justin Mclean
HI, Go ahead, make my day Checked in - any major issues feel free to revert. The SDK should now compile (via ant main) under Linux if you have a pb.tar.gz file contains the 20 odd pixel bender files you need - open to suggestions of any other way of doing it. There still a minor issue with

Re: My next check in may break the build

2013-06-03 Thread Alex Harui
Hi Justin, Thanks for slogging through this. I was unable to tell from scanning the diffs how the pg.tar.gz file ends up where it does. Can you provide more details? Thanks, -Alex On 6/3/13 3:49 PM, Justin Mclean jus...@classsoftware.com wrote: HI, Go ahead, make my day Checked in - any

Re: My next check in may break the build

2013-06-03 Thread Alex Harui
On 6/3/13 10:19 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Thanks for slogging through this. I was unable to tell from scanning the diffs how the pg.tar.gz file ends up where it does. Can you provide more details? It needs to be obtained from somewhere. On Linux we can't

Re: My next check in may break the build

2013-06-03 Thread Erik de Bruin
We can have Jenkins automate this. We can have the Linux build download the artifact(s) from the nightly build (which we discussed yesterday) and use those, right? Does a Linux build have any dependencies on specific software on the build machine? EdB On Tue, Jun 4, 2013 at 7:47 AM, Alex