Re: "substring not found"
Hi Dan, I've installed reviewboard on machines without cleartool, but I've mounted my snapshot view shared folder via samba. To make it be working, workaround was changing header of diff file. By default, header contains extensible names. I've shortcutted it to something like "c:\\vobs\Component_Name\source\org\buba\myjava.java". That is my WA. =) Now I'm installing cleartool on server. I want to try Review Board in both methods: pre-commit & post-commit. I'll share my results with you. ;-) Michael, On Aug 7, 8:02 pm, Dan Savilonis wrote: > Could you explain your workaround? > > Are you using a snapshot view for post-review, the server, or both? > I've found that snapshot views don't work correctly with post-review, > and haven't tested with a snapshot view on the server side. > > Dan > > On Aug 6, 12:49 pm, MiZhKa wrote: > > > 3) WA was found and now request is created. > > Diff: > > > --- c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 > > 23:30:39.942229878 -0800 > > +++ c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 > > 23:30:50.442260588 -0800 > > @@ -26,6 +26,7 @@ > > throws RemoteException, CreateException, > > ServiceProvisioningException > > { > > //TODO: may be isn't use > > + // My face comment > > } > > > @Override > > > Michael > > > On Aug 6, 7:50 pm, MiZhKa wrote: > > > > I've tried. Patch is useful. But I have several problems with snapshot > > > views: > > > 1) To create diff CHECKEDOUT file should be copied to temp folder > > > 2) I've set temp folder to C:\temp because error was occurred with C: > > > \Documents and Settings\\Temp > > > 3) Now I have problem with uploading of file to server. Server > > > invalidates diff with error: > > > cat: /mnt/ftpit/Stream_Name/Component_name/@@/main/0// > > > @@..myfile.java@@/@@/main/Stream_name/8: No such file or directory\n > > > > I am diving deeper. > > > > On Aug 5, 3:27 am, Dan Savilonis wrote: > > > > > Clearcase support only officially works through post-review since it > > > > needs to do some tricks to generate the diff. How did you create this > > > > fake diff? Can you try following the steps I provided in this thread > > > > and see if you are able to get it to > > > > work?http://groups.google.com/group/reviewboard/browse_thread/thread/1a612... > > > > > Dan > > > > > On Aug 4, 4:07 pm, Christian Hammond wrote: > > > > > > Can you provide more information? I need to see the full error log. > > > > > > Christian > > > > > > -- > > > > > Christian Hammond - chip...@chipx86.com > > > > > Review Board -http://www.review-board.org > > > > > VMware, Inc. -http://www.vmware.com > > > > > > On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > > > > > > Hi, > > > > > > > I've installed Review Board 1.0.1 and added ClearCase repository. To > > > > > > test Review Board, I've prepared fake diff file: > > > > > > > Index: configurations/demo/toolbox.jsp > > > > > > === > > > > > > --- configurations/demo/toolbox.jsp (label ) > > > > > > +++ configurations/demo/toolbox.jsp (label copy) > > > > > > @@ -4,6 +4,7 @@ > > > > > > > org.buba.ejb.session.custom.CustomXMLizerHome, > > > > > > > > > > > > org.buba.ejb.session.custom.CustomXMLizer, > > > > > > org.buba.ejb.framework.*, > > > > > > + java.math.BigInteger, > > > > > > > > > > > > org.buba.ejb.session.common.CommonService, > > > > > > > org.buba.ejb.session.common.CommonServiceHome, > > > > > > java.util.Collection, > > > > > > > As result the following error occurred: "substring not found". > > > > > > What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
Re: "substring not found"
Could you explain your workaround? Are you using a snapshot view for post-review, the server, or both? I've found that snapshot views don't work correctly with post-review, and haven't tested with a snapshot view on the server side. Dan On Aug 6, 12:49 pm, MiZhKa wrote: > 3) WA was found and now request is created. > Diff: > > --- c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 > 23:30:39.942229878 -0800 > +++ c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 > 23:30:50.442260588 -0800 > @@ -26,6 +26,7 @@ > throws RemoteException, CreateException, > ServiceProvisioningException > { > //TODO: may be isn't use > + // My face comment > } > > @Override > > Michael > > On Aug 6, 7:50 pm, MiZhKa wrote: > > > I've tried. Patch is useful. But I have several problems with snapshot > > views: > > 1) To create diff CHECKEDOUT file should be copied to temp folder > > 2) I've set temp folder to C:\temp because error was occurred with C: > > \Documents and Settings\\Temp > > 3) Now I have problem with uploading of file to server. Server > > invalidates diff with error: > > cat: /mnt/ftpit/Stream_Name/Component_name/@@/main/0// > > @@..myfile.java@@/@@/main/Stream_name/8: No such file or directory\n > > > I am diving deeper. > > > On Aug 5, 3:27 am, Dan Savilonis wrote: > > > > Clearcase support only officially works through post-review since it > > > needs to do some tricks to generate the diff. How did you create this > > > fake diff? Can you try following the steps I provided in this thread > > > and see if you are able to get it to > > > work?http://groups.google.com/group/reviewboard/browse_thread/thread/1a612... > > > > Dan > > > > On Aug 4, 4:07 pm, Christian Hammond wrote: > > > > > Can you provide more information? I need to see the full error log. > > > > > Christian > > > > > -- > > > > Christian Hammond - chip...@chipx86.com > > > > Review Board -http://www.review-board.org > > > > VMware, Inc. -http://www.vmware.com > > > > > On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > > > > > Hi, > > > > > > I've installed Review Board 1.0.1 and added ClearCase repository. To > > > > > test Review Board, I've prepared fake diff file: > > > > > > Index: configurations/demo/toolbox.jsp > > > > > === > > > > > --- configurations/demo/toolbox.jsp (label ) > > > > > +++ configurations/demo/toolbox.jsp (label copy) > > > > > @@ -4,6 +4,7 @@ > > > > > > org.buba.ejb.session.custom.CustomXMLizerHome, > > > > > > > > > > org.buba.ejb.session.custom.CustomXMLizer, > > > > > org.buba.ejb.framework.*, > > > > > + java.math.BigInteger, > > > > > > > > > > org.buba.ejb.session.common.CommonService, > > > > > > org.buba.ejb.session.common.CommonServiceHome, > > > > > java.util.Collection, > > > > > > As result the following error occurred: "substring not found". > > > > > What can I do to resolve this problem? > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
Re: "substring not found"
3) WA was found and now request is created. Diff: --- c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 23:30:39.942229878 -0800 +++ c:\\vobs\Component_Name\source\org\buba\myjava.java 2002-02-21 23:30:50.442260588 -0800 @@ -26,6 +26,7 @@ throws RemoteException, CreateException, ServiceProvisioningException { //TODO: may be isn't use + // My face comment } @Override Michael On Aug 6, 7:50 pm, MiZhKa wrote: > I've tried. Patch is useful. But I have several problems with snapshot > views: > 1) To create diff CHECKEDOUT file should be copied to temp folder > 2) I've set temp folder to C:\temp because error was occurred with C: > \Documents and Settings\\Temp > 3) Now I have problem with uploading of file to server. Server > invalidates diff with error: > cat: /mnt/ftpit/Stream_Name/Component_name/@@/main/0// > @@..myfile.java@@/@@/main/Stream_name/8: No such file or directory\n > > I am diving deeper. > > On Aug 5, 3:27 am, Dan Savilonis wrote: > > > Clearcase support only officially works through post-review since it > > needs to do some tricks to generate the diff. How did you create this > > fake diff? Can you try following the steps I provided in this thread > > and see if you are able to get it to > > work?http://groups.google.com/group/reviewboard/browse_thread/thread/1a612... > > > Dan > > > On Aug 4, 4:07 pm, Christian Hammond wrote: > > > > Can you provide more information? I need to see the full error log. > > > > Christian > > > > -- > > > Christian Hammond - chip...@chipx86.com > > > Review Board -http://www.review-board.org > > > VMware, Inc. -http://www.vmware.com > > > > On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > > > > Hi, > > > > > I've installed Review Board 1.0.1 and added ClearCase repository. To > > > > test Review Board, I've prepared fake diff file: > > > > > Index: configurations/demo/toolbox.jsp > > > > === > > > > --- configurations/demo/toolbox.jsp (label ) > > > > +++ configurations/demo/toolbox.jsp (label copy) > > > > @@ -4,6 +4,7 @@ > > > > > org.buba.ejb.session.custom.CustomXMLizerHome, > > > > > > > > org.buba.ejb.session.custom.CustomXMLizer, > > > > org.buba.ejb.framework.*, > > > > + java.math.BigInteger, > > > > > > > > org.buba.ejb.session.common.CommonService, > > > > > org.buba.ejb.session.common.CommonServiceHome, > > > > java.util.Collection, > > > > > As result the following error occurred: "substring not found". > > > > What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
Re: "substring not found"
I've tried. Patch is useful. But I have several problems with snapshot views: 1) To create diff CHECKEDOUT file should be copied to temp folder 2) I've set temp folder to C:\temp because error was occurred with C: \Documents and Settings\\Temp 3) Now I have problem with uploading of file to server. Server invalidates diff with error: cat: /mnt/ftpit/Stream_Name/Component_name/@@/main/0// @@..myfile.java@@/@@/main/Stream_name/8: No such file or directory\n I am diving deeper. On Aug 5, 3:27 am, Dan Savilonis wrote: > Clearcase support only officially works through post-review since it > needs to do some tricks to generate the diff. How did you create this > fake diff? Can you try following the steps I provided in this thread > and see if you are able to get it to > work?http://groups.google.com/group/reviewboard/browse_thread/thread/1a612... > > Dan > > On Aug 4, 4:07 pm, Christian Hammond wrote: > > > Can you provide more information? I need to see the full error log. > > > Christian > > > -- > > Christian Hammond - chip...@chipx86.com > > Review Board -http://www.review-board.org > > VMware, Inc. -http://www.vmware.com > > > On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > > > Hi, > > > > I've installed Review Board 1.0.1 and added ClearCase repository. To > > > test Review Board, I've prepared fake diff file: > > > > Index: configurations/demo/toolbox.jsp > > > === > > > --- configurations/demo/toolbox.jsp (label ) > > > +++ configurations/demo/toolbox.jsp (label copy) > > > @@ -4,6 +4,7 @@ > > > > org.buba.ejb.session.custom.CustomXMLizerHome, > > > org.buba.ejb.session.custom.CustomXMLizer, > > > org.buba.ejb.framework.*, > > > + java.math.BigInteger, > > > org.buba.ejb.session.common.CommonService, > > > > org.buba.ejb.session.common.CommonServiceHome, > > > java.util.Collection, > > > > As result the following error occurred: "substring not found". > > > What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
Re: "substring not found"
Clearcase support only officially works through post-review since it needs to do some tricks to generate the diff. How did you create this fake diff? Can you try following the steps I provided in this thread and see if you are able to get it to work? http://groups.google.com/group/reviewboard/browse_thread/thread/1a6124f46fd926a Dan On Aug 4, 4:07 pm, Christian Hammond wrote: > Can you provide more information? I need to see the full error log. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.review-board.org > VMware, Inc. -http://www.vmware.com > > > > On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > > Hi, > > > I've installed Review Board 1.0.1 and added ClearCase repository. To > > test Review Board, I've prepared fake diff file: > > > Index: configurations/demo/toolbox.jsp > > === > > --- configurations/demo/toolbox.jsp (label ) > > +++ configurations/demo/toolbox.jsp (label copy) > > @@ -4,6 +4,7 @@ > > > org.buba.ejb.session.custom.CustomXMLizerHome, > > org.buba.ejb.session.custom.CustomXMLizer, > > org.buba.ejb.framework.*, > > + java.math.BigInteger, > > org.buba.ejb.session.common.CommonService, > > > org.buba.ejb.session.common.CommonServiceHome, > > java.util.Collection, > > > As result the following error occurred: "substring not found". > > What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
Re: "substring not found"
Can you provide more information? I need to see the full error log. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa wrote: > > Hi, > > I've installed Review Board 1.0.1 and added ClearCase repository. To > test Review Board, I've prepared fake diff file: > > Index: configurations/demo/toolbox.jsp > === > --- configurations/demo/toolbox.jsp (label ) > +++ configurations/demo/toolbox.jsp (label copy) > @@ -4,6 +4,7 @@ > > org.buba.ejb.session.custom.CustomXMLizerHome, > org.buba.ejb.session.custom.CustomXMLizer, > org.buba.ejb.framework.*, > +java.math.BigInteger, > org.buba.ejb.session.common.CommonService, > > org.buba.ejb.session.common.CommonServiceHome, > java.util.Collection, > > As result the following error occurred: "substring not found". > What can I do to resolve this problem? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
"substring not found"
Hi, I've installed Review Board 1.0.1 and added ClearCase repository. To test Review Board, I've prepared fake diff file: Index: configurations/demo/toolbox.jsp === --- configurations/demo/toolbox.jsp (label ) +++ configurations/demo/toolbox.jsp (label copy) @@ -4,6 +4,7 @@ org.buba.ejb.session.custom.CustomXMLizerHome, org.buba.ejb.session.custom.CustomXMLizer, org.buba.ejb.framework.*, +java.math.BigInteger, org.buba.ejb.session.common.CommonService, org.buba.ejb.session.common.CommonServiceHome, java.util.Collection, As result the following error occurred: "substring not found". What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---
"substring not found"
Hi, I've installed Review Board 1.0.1 and added ClearCase repository. To test Review Board, I've prepared fake diff file: Index: configurations/demo/toolbox.jsp === --- configurations/demo/toolbox.jsp (label ) +++ configurations/demo/toolbox.jsp (label copy) @@ -4,6 +4,7 @@ org.buba.ejb.session.custom.CustomXMLizerHome, org.buba.ejb.session.custom.CustomXMLizer, org.buba.ejb.framework.*, +java.math.BigInteger, org.buba.ejb.session.common.CommonService, org.buba.ejb.session.common.CommonServiceHome, java.util.Collection, As result the following error occurred: "substring not found". What can I do to resolve this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.com To unsubscribe from this group, send email to reviewboard+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~--~~~~--~~--~--~---