Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-20 Thread mark_kendzior
I know nothing about flash builder but a quick search shows there is a way to build from a command line http://help.adobe.com/en_US/Flex/4.0/UsingFlashBuilder/WSbde04e3d3e6474c4-59108b2e1215eb9d5e4-8000.html In your build job add a build step that will launch the command line build of Flash bui

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-19 Thread Thijs
I have figured out, I need to add a couple of build steps.µ The steps I need: 1) get latest files from my perforce server (This works) 2) execute build file with nant (this sort of works, still need to fix a bug with flex_home not being set on the machine) 3) let flashbuilder build my project (g

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-19 Thread Thijs
I have figured out, I need to add a couple of build steps.µ The steps I need: 1) get latest files from my perforce server (This works) 2) execute build file with nant 3) let flashbuilder build my project (giving the project file as argument) 4) executing a bat file to let it create the wanted AIR

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-18 Thread mark_kendzior
Those files are just information about the build. Have you looked in the workspace where your build should be running and generating the files that you are looking for? Have you looked in the build log to see if the files are being created or if there are build errors? Mark On Monday, March

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-13 Thread Thijs
So I do need to put a random name in the client field? And I don't really get what I need to put in the view map field. In the wiki page it's like //depot/projects/test/... //workspace/... But in my case, our project is the only one on the depot, so it should be //depot/... //workspace/... th

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-13 Thread mark_kendzior
You shouldn't have to create the client in advance with the current configuration that is in your screen shot. If you have the "Let Jenkins Create Workspace" and "Let Jenkins Manage Workspace View" checked, the plugin will create the client for you. You do need to have a Workspace (client) na

RE: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-12 Thread Thijs
Thanks for your help. I've downloaded the visual client, set up a workspace and succesfully downloaded the files in there. I've put the name in the client txtfield and if i try to make a build now, it doesnt give errors but neither shows a succesful build. I'll have to dig deeper in this to get

RE: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-12 Thread Mandeville, Rob
ci-users@googlegroups.com Subject: Re: [Perforce Plugin] New to this - issues linking hudson with perforce I tought so that it was the client field giving issues, but I just didn't know what to fill in, hence i see screenshots with random names on it sometimes. The wiki told me to use p4 comm

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-12 Thread Thijs
I tought so that it was the client field giving issues, but I just didn't know what to fill in, hence i see screenshots with random names on it sometimes. The wiki told me to use p4 command line client, but I have no clue how it works, and since i'm not that good in english, the wiki page for t

RE: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-12 Thread Mandeville, Rob
groups.com Subject: [Perforce Plugin] New to this - issues linking hudson with perforce Hi all I'm very new to working with perforce and hudson. But for a school assignment, we need a hudson build server. I successfully installed hudson on a windows server 2008 R2 machina, and added the