Re: Perforce Client View Type - View Map with multiple lines...

2014-04-16 Thread Mark Wilhelm
Well it appears to be working now. I "hand" modified the config.xml for the 
job, and made sure they were on different lines and spacing wasn't an 
issue. Now the multi view mapping is working as described.

Thank you for the feedback rginga.


On Wednesday, April 16, 2014 9:31:46 AM UTC-5, Mark Wilhelm wrote:
>
> That example was mostly to depict leveling, the named example shows the 
> different "actual" directories - so no conflict.  I'm wondering if there is 
> a line ending issue?  Jenkins is just not working when the second/third 
> lines are added.  When you look at the config.xml under the scm element 
> () what do you see?
>
> thanks again for your help.
>
> On Wednesday, April 16, 2014 8:59:11 AM UTC-5, rginga wrote:
>>
>>  Well you certainly can map multiple lines. We do it all the time. 
>> Admittedly most are one line and almost all simply do not use the second 
>> mapping.
>>
>>  
>>
>> Is your example accurate for what you want to do? Isn’t your second line 
>> negate your first line? using the – is correct to eliminate folder 
>> structures.
>>
>>  
>>
>> //DepotName/dir_level1/dir_level2... 
>> //WorkspaceName/Workspace_dir/dir_level1...
>>
>> -//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
>>
>> //DepotName/dir_level1/... //WorkspaceName/Workspace_dir...
>>
>>  
>>
>>  
>>
>> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On 
>> Behalf Of *Mark Wilhelm
>> *Sent:* Tuesday, April 15, 2014 6:29 PM
>> *To:* jenkins...@googlegroups.com
>> *Subject:* Re: Perforce Client View Type - View Map with multiple 
>> lines...
>>
>>  
>>  
>> Thanks for the reply.  I don't think that's it though.  I have a number 
>> of builds, and they don't have that ending slash.  It won't run with my 
>> extra lines in there.  I took out the subsequent two lines, and it runs. 
>> But that's not what I need.  
>>  
>>  
>>  
>> When I've been looking at examples, most (all but one) only have one line 
>> in the view map. But I have to believe that multiples are allowed - it 
>> would seem to be limiting without that.  Having said that, how do I do it? 
>>  How do I also negate inclusion?
>>  
>>  
>>  
>>
>>
>> On Tuesday, April 15, 2014 1:39:57 PM UTC-5, rginga wrote:
>>  
>> Try putting the last slash on:
>>
>>  
>>
>> //DepotName/dir_level1/dir_level2/... 
>> //WorkspaceName/Workspace_dir/dir_level1/...
>>
>>  
>>
>>  
>>
>> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On 
>> Behalf Of *Mark Wilhelm
>> *Sent:* Tuesday, April 15, 2014 1:30 PM
>> *To:* jenkins...@googlegroups.com
>> *Subject:* Perforce Client View Type - View Map with multiple lines...
>>
>>  
>>  
>> Hi,
>>  
>>  
>>  
>> I'm trying to select different levels of directories out of a Perforce 
>> Depot with the Jenkins Plugin for Perforce.It seems that only one statement 
>> is allowed (or works) unless I'm missing something.
>>  
>>  
>>  
>> For example...
>>  
>>  
>>  
>> essence:
>>   
>> //DepotName/dir_level1/dir_level2... 
>> //WorkspaceName/Workspace_dir/dir_level1...
>>  
>> -//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
>>  
>> //DepotName/dir_level1/... //WorkspaceName/Workspace_dir...
>>   
>>  
>>  
>> example:
>>  
>> //Foo/Star/dev... //Foo_bld/Foo_bld/Star...
>>  
>> -//Foo/dev/bar... //Foo_bld/Foo_bld...
>>  
>> //Foo/dev... //Foo_bld/Foo_bld...
>>  
>>  
>>   
>> Directory: Use custom workspace = D:\workspaces
>>  
>> Workspace (client) = Foo_bld
>>  
>>  
>>  
>> The directories don't seem to be created (only one, and it seems only the 
>> first one).
>>  
>>  
>>  
>> What am I doing wrong?
>>  
>>  
>>  
>>  
>>  
>> -- 
>> 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-use...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>   
>> -- 
>> 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-use...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>  
>

-- 
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/d/optout.


Re: Perforce Client View Type - View Map with multiple lines...

2014-04-16 Thread Mark Wilhelm
That example was mostly to depict leveling, the named example shows the 
different "actual" directories - so no conflict.  I'm wondering if there is 
a line ending issue?  Jenkins is just not working when the second/third 
lines are added.  When you look at the config.xml under the scm element 
() what do you see?

thanks again for your help.

On Wednesday, April 16, 2014 8:59:11 AM UTC-5, rginga wrote:
>
>  Well you certainly can map multiple lines. We do it all the time. 
> Admittedly most are one line and almost all simply do not use the second 
> mapping.
>
>  
>
> Is your example accurate for what you want to do? Isn’t your second line 
> negate your first line? using the – is correct to eliminate folder 
> structures.
>
>  
>
> //DepotName/dir_level1/dir_level2... 
> //WorkspaceName/Workspace_dir/dir_level1...
>
> -//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
>
> //DepotName/dir_level1/... //WorkspaceName/Workspace_dir...
>
>  
>
>  
>
> *From:* jenkins...@googlegroups.com  [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *Mark Wilhelm
> *Sent:* Tuesday, April 15, 2014 6:29 PM
> *To:* jenkins...@googlegroups.com 
> *Subject:* Re: Perforce Client View Type - View Map with multiple lines...
>
>  
>  
> Thanks for the reply.  I don't think that's it though.  I have a number of 
> builds, and they don't have that ending slash.  It won't run with my extra 
> lines in there.  I took out the subsequent two lines, and it runs. But 
> that's not what I need.  
>  
>  
>  
> When I've been looking at examples, most (all but one) only have one line 
> in the view map. But I have to believe that multiples are allowed - it 
> would seem to be limiting without that.  Having said that, how do I do it? 
>  How do I also negate inclusion?
>  
>  
>  
>
>
> On Tuesday, April 15, 2014 1:39:57 PM UTC-5, rginga wrote:
>  
> Try putting the last slash on:
>
>  
>
> //DepotName/dir_level1/dir_level2/... 
> //WorkspaceName/Workspace_dir/dir_level1/...
>
>  
>
>  
>
> *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On 
> Behalf Of *Mark Wilhelm
> *Sent:* Tuesday, April 15, 2014 1:30 PM
> *To:* jenkins...@googlegroups.com
> *Subject:* Perforce Client View Type - View Map with multiple lines...
>
>  
>  
> Hi,
>  
>  
>  
> I'm trying to select different levels of directories out of a Perforce 
> Depot with the Jenkins Plugin for Perforce.It seems that only one statement 
> is allowed (or works) unless I'm missing something.
>  
>  
>  
> For example...
>  
>  
>  
> essence:
>   
> //DepotName/dir_level1/dir_level2... 
> //WorkspaceName/Workspace_dir/dir_level1...
>  
> -//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
>  
> //DepotName/dir_level1/... //WorkspaceName/Workspace_dir...
>   
>  
>  
> example:
>  
> //Foo/Star/dev... //Foo_bld/Foo_bld/Star...
>  
> -//Foo/dev/bar... //Foo_bld/Foo_bld...
>  
> //Foo/dev... //Foo_bld/Foo_bld...
>  
>  
>   
> Directory: Use custom workspace = D:\workspaces
>  
> Workspace (client) = Foo_bld
>  
>  
>  
> The directories don't seem to be created (only one, and it seems only the 
> first one).
>  
>  
>  
> What am I doing wrong?
>  
>  
>  
>  
>  
> -- 
> 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-use...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>   
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>  

-- 
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/d/optout.


RE: Perforce Client View Type - View Map with multiple lines...

2014-04-16 Thread Ginga, Dick
Well you certainly can map multiple lines. We do it all the time. Admittedly 
most are one line and almost all simply do not use the second mapping.

Is your example accurate for what you want to do? Isn’t your second line negate 
your first line? using the – is correct to eliminate folder structures.

//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir/dir_level1...
-//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
//DepotName/dir_level1/... //WorkspaceName/Workspace_dir...


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Wilhelm
Sent: Tuesday, April 15, 2014 6:29 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Perforce Client View Type - View Map with multiple lines...

Thanks for the reply.  I don't think that's it though.  I have a number of 
builds, and they don't have that ending slash.  It won't run with my extra 
lines in there.  I took out the subsequent two lines, and it runs. But that's 
not what I need.

When I've been looking at examples, most (all but one) only have one line in 
the view map. But I have to believe that multiples are allowed - it would seem 
to be limiting without that.  Having said that, how do I do it?  How do I also 
negate inclusion?



On Tuesday, April 15, 2014 1:39:57 PM UTC-5, rginga wrote:
Try putting the last slash on:

//DepotName/dir_level1/dir_level2/... 
//WorkspaceName/Workspace_dir/dir_level1/...


From: jenkins...@googlegroups.com 
[mailto:jenkins...@googlegroups.com] On Behalf Of Mark Wilhelm
Sent: Tuesday, April 15, 2014 1:30 PM
To: jenkins...@googlegroups.com
Subject: Perforce Client View Type - View Map with multiple lines...

Hi,

I'm trying to select different levels of directories out of a Perforce Depot 
with the Jenkins Plugin for Perforce.It seems that only one statement is 
allowed (or works) unless I'm missing something.

For example...

essence:
//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir/dir_level1...
-//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
//DepotName/dir_level1/... //WorkspaceName/Workspace_dir...

example:
//Foo/Star/dev... //Foo_bld/Foo_bld/Star...
-//Foo/dev/bar... //Foo_bld/Foo_bld...
//Foo/dev... //Foo_bld/Foo_bld...

Directory: Use custom workspace = D:\workspaces
Workspace (client) = Foo_bld

The directories don't seem to be created (only one, and it seems only the first 
one).

What am I doing wrong?


--
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-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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/d/optout.

-- 
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/d/optout.


Re: Perforce Client View Type - View Map with multiple lines...

2014-04-15 Thread Mark Wilhelm
Thanks for the reply.  I don't think that's it though.  I have a number of 
builds, and they don't have that ending slash.  It won't run with my extra 
lines in there.  I took out the subsequent two lines, and it runs. But 
that's not what I need.  

When I've been looking at examples, most (all but one) only have one line 
in the view map. But I have to believe that multiples are allowed - it 
would seem to be limiting without that.  Having said that, how do I do it? 
 How do I also negate inclusion?



On Tuesday, April 15, 2014 1:39:57 PM UTC-5, rginga wrote:
>
>  Try putting the last slash on:
>
>  
>
> //DepotName/dir_level1/dir_level2/... 
> //WorkspaceName/Workspace_dir/dir_level1/...
>
>  
>
>  
>
> *From:* jenkins...@googlegroups.com  [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *Mark Wilhelm
> *Sent:* Tuesday, April 15, 2014 1:30 PM
> *To:* jenkins...@googlegroups.com 
> *Subject:* Perforce Client View Type - View Map with multiple lines...
>
>  
>  
> Hi,
>  
>  
>  
> I'm trying to select different levels of directories out of a Perforce 
> Depot with the Jenkins Plugin for Perforce.It seems that only one statement 
> is allowed (or works) unless I'm missing something.
>  
>  
>  
> For example...
>  
>  
>  
> essence:
>   
> //DepotName/dir_level1/dir_level2... 
> //WorkspaceName/Workspace_dir/dir_level1...
>  
> -//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
>  
> //DepotName/dir_level1/... //WorkspaceName/Workspace_dir...
>   
>  
>  
> example:
>  
> //Foo/Star/dev... //Foo_bld/Foo_bld/Star...
>  
> -//Foo/dev/bar... //Foo_bld/Foo_bld...
>  
> //Foo/dev... //Foo_bld/Foo_bld...
>  
>  
>   
> Directory: Use custom workspace = D:\workspaces
>  
> Workspace (client) = Foo_bld
>  
>  
>  
> The directories don't seem to be created (only one, and it seems only the 
> first one).
>  
>  
>  
> What am I doing wrong?
>  
>  
>  
>  
>  
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/d/optout.
>  

-- 
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/d/optout.


RE: Perforce Client View Type - View Map with multiple lines...

2014-04-15 Thread Ginga, Dick
Try putting the last slash on:

//DepotName/dir_level1/dir_level2/... 
//WorkspaceName/Workspace_dir/dir_level1/...


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Wilhelm
Sent: Tuesday, April 15, 2014 1:30 PM
To: jenkinsci-users@googlegroups.com
Subject: Perforce Client View Type - View Map with multiple lines...

Hi,

I'm trying to select different levels of directories out of a Perforce Depot 
with the Jenkins Plugin for Perforce.It seems that only one statement is 
allowed (or works) unless I'm missing something.

For example...

essence:
//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir/dir_level1...
-//DepotName/dir_level1/dir_level2... //WorkspaceName/Workspace_dir...
//DepotName/dir_level1/... //WorkspaceName/Workspace_dir...

example:
//Foo/Star/dev... //Foo_bld/Foo_bld/Star...
-//Foo/dev/bar... //Foo_bld/Foo_bld...
//Foo/dev... //Foo_bld/Foo_bld...

Directory: Use custom workspace = D:\workspaces
Workspace (client) = Foo_bld

The directories don't seem to be created (only one, and it seems only the first 
one).

What am I doing wrong?


--
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/d/optout.

-- 
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/d/optout.