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 file. For now, i'm stuck with the 2n step. I'v added nant to hudson, and i'v given it the path to my build file (it's in my workspace, //workspace/General/DKTools/DKTools.build ) For some reason it says now that it has an error loading the buildfile, "The Network Path was not found". What else do I need to give as a path so it will find my file inside the workspace? And for step 3, how can i let hudson use flashbuilder to build a project? is there a plugin for that? step 4 should be doable, i've seen the build step for a bat file in the configuration -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
