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 builder.
 
Google and this group are your friends.  I saw a few things out there but 
don't know enough about it to know if they are useful.
 
Mark
On Tuesday, March 19, 2013 1:31:45 PM UTC-6, Thijs wrote:

>  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 (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 3th step.
>
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 (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 3th step.

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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 18, 2013 5:05:59 AM UTC-6, Thijs wrote:
>
> Could anyone tell me why hudson doesn't really build something (see 
> screenshot)
>
> I want it to give me back an Air installer, and ipa-file for iPad. But I 
> have no clue why it only gives those 3 files you see in screenshot
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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/... then?

/edit
That seems to have done the trick! Altho he is still busy after a few 
minutes, so i'm not sure if the build will be succesfull :p
!!
Thanks a lot!

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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) name set.  You also need to have the "View Map" set to what you 
want to check out.  This will follow the same standard as any Perforce 
clientspec.  Once you have these set, you should see information at the top 
of your build log about the client being created and the files being 
checked out.

Mark

On Tuesday, March 12, 2013 12:49:42 PM UTC-6, Thijs wrote:
>
> 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 Perforce plugin.
>
> However i'm failing in the connection between the 2. I seem to be getting 
> errors, if I follow the wiki page (wich is a bit different then my settings 
> so it seems)
>
> The perforce server is hosted by a company, so I can't change anything. 
> I'm using P4V client on my home computer, and that works fine (connecting 
> to the p4 server, getting updated files, ...)
>
> But I don't really get how to configure the plugin, so hudson will also 
> get all the files from our server, and (try to) make a build. 
> Another difficulty is that my native language is not english, as you can 
> see on some of the screenshots.
>
>
> I also don't really know what to fill in on the perforce plugin 
> configuration. All I know is the server adres and my user name and 
> password, more settings I don't really have (unless I can find them on the 
> P4V client)
>
>
> I hope this odd explanation makes sence for someone so I can get this up 
> and running;
>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 a succesful build out of it i think :p
 

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-03-12 Thread Mandeville, Rob
I've never played with the plugin, but it shouldn't be able to tell the 
difference between a client spec you create with the GUI versus one you create 
via the command line.

What I don't know is how (or if) the plugin edits the client spec to put the 
source code where Jenkins wants the code.  So to go any further than this, 
you'll have to get an answer from somebody who's used the plugin.

Best of luck!

--Rob

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Thijs
Sent: Tuesday, March 12, 2013 2:59 PM
To: jenkinsci-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 command line client, but I have no clue how it 
works, and since i'm not that good in english, the wiki page for that didn't 
really clear stuff out :p

So I should just get the Visual client, set up a workspace, let him get all 
depot files in there 1 time, and then give the plugin the filepath to that 
folder?

On Tuesday, March 12, 2013 7:49:42 PM UTC+1, Thijs wrote:
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 Perforce plugin.

However i'm failing in the connection between the 2. I seem to be getting 
errors, if I follow the wiki page (wich is a bit different then my settings so 
it seems)

The perforce server is hosted by a company, so I can't change anything. I'm 
using P4V client on my home computer, and that works fine (connecting to the p4 
server, getting updated files, ...)

But I don't really get how to configure the plugin, so hudson will also get all 
the files from our server, and (try to) make a build.
Another difficulty is that my native language is not english, as you can see on 
some of the screenshots.


I also don't really know what to fill in on the perforce plugin configuration. 
All I know is the server adres and my user name and password, more settings I 
don't really have (unless I can find them on the P4V client)


I hope this odd explanation makes sence for someone so I can get this up and 
running;

--
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 
jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.


The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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 that 
didn't really clear stuff out :p

So I should just get the Visual client, set up a workspace, let him get all 
depot files in there 1 time, and then give the plugin the filepath to that 
folder?

On Tuesday, March 12, 2013 7:49:42 PM UTC+1, Thijs wrote:
>
> 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 Perforce plugin.
>
> However i'm failing in the connection between the 2. I seem to be getting 
> errors, if I follow the wiki page (wich is a bit different then my settings 
> so it seems)
>
> The perforce server is hosted by a company, so I can't change anything. 
> I'm using P4V client on my home computer, and that works fine (connecting 
> to the p4 server, getting updated files, ...)
>
> But I don't really get how to configure the plugin, so hudson will also 
> get all the files from our server, and (try to) make a build. 
> Another difficulty is that my native language is not english, as you can 
> see on some of the screenshots.
>
>
> I also don't really know what to fill in on the perforce plugin 
> configuration. All I know is the server adres and my user name and 
> password, more settings I don't really have (unless I can find them on the 
> P4V client)
>
>
> I hope this odd explanation makes sence for someone so I can get this up 
> and running;
>
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-03-12 Thread Mandeville, Rob
My Perforce is a little rusty, but I think I see your problem.  You never 
specified a client workspace.  You left the "client" field blank, according to 
perfplug.JPG.

First, make sure that you can connect to Perforce from the command line or p4v, 
set up a client spec, and use it to get your files from the P4 server.  Then 
you should be able to enter that client spec into Hudson/Jenkins and go from 
there.

--Rob

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Thijs
Sent: Tuesday, March 12, 2013 2:50 PM
To: jenkinsci-users@googlegroups.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 Perforce plugin.

However i'm failing in the connection between the 2. I seem to be getting 
errors, if I follow the wiki page (wich is a bit different then my settings so 
it seems)

The perforce server is hosted by a company, so I can't change anything. I'm 
using P4V client on my home computer, and that works fine (connecting to the p4 
server, getting updated files, ...)

But I don't really get how to configure the plugin, so hudson will also get all 
the files from our server, and (try to) make a build.
Another difficulty is that my native language is not english, as you can see on 
some of the screenshots.


I also don't really know what to fill in on the perforce plugin configuration. 
All I know is the server adres and my user name and password, more settings I 
don't really have (unless I can find them on the P4V client)


I hope this odd explanation makes sence for someone so I can get this up and 
running;

--
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 
jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.