<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Jon,<div><br></div><div>you can use a simple IDE script:</div><div><br></div><div><div></div><blockquote type="cite"><div>If you use Studio you can use build automation with the following IDE script:</div><div><br></div><div><div> dim cmd as String</div><div> cmd = CurrentBuildLocation + "/Contents/INSTALL_VCOMPONENTS_V4RB_v3"</div><div> cmd = cmd + " " + CurrentBuildLocation + "/" + getShellString(CurrentBuildAppName) + ".app" + "/"</div><div> dim theOutput as string = doShellCommand(cmd)</div><div> if theOutput <> "" then print theOutput</div><div> </div><div> function getShellString(theString as String) as string</div><div> Return ReplaceAll(theString, " ", "\ ")</div><div> end Function</div><div> </div><div> 'only works if "Use Build Folder" during build is not selected</div><div><br></div><div>There you can also see the final slash. I was told that I can properly escape the application name, but the function seems easier to read.</div></div></blockquote><div><div><br></div><div><br></div></div><div><div>Am 20.01.2010 um 15:02 schrieb jda:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Hi Ruslan,<br><br>I'm trying to use the RB Build Automation feature to install <br>Valentina components automatically when I build a project. I'm <br>copying the files/folders (for a non-VServer app)<br><br>libvclient_fat_release.dylib<br>libvkernel_fat_release.dylib<br>libvshared_fat_release.dylib<br>vresources<br><br>to the Contents folder of the built app. As far as I can see, the <br>final configuration in the app package is identical to using your <br>script INSTALL VCOMPONENTS V4RB v3 (without the server parts). But <br>the app fails to launch (can't find plugin method <br>Valentina.DebugLevel(Assigns inLevel as integer).<br><br>What else is the install script doing that I'm not?<br><br>I can always run the script after a build, but I'd prefer to <br>integrate it into the build automation.<br><br>Thanks,<br><br>Jon<br>_______________________________________________<br>Valentina-beta mailing list<br><a href="mailto:Valentina-beta@lists.macserve.net">Valentina-beta@lists.macserve.net</a><br>http://lists.macserve.net/mailman/listinfo/valentina-beta<br></div></blockquote></div><br><div>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mit freundlichen Grüßen/Regards</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Trixi Willius</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.mothsoftware.com">http://www.mothsoftware.com</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Mail Archiver X: archive, clean and search email</font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica"><a href="http://www.beatrixwillius.de">http://www.beatrixwillius.de</a></font></p>
<p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Fractals, 3d landscapes etc.</font></p>
</div>
<br></div></body></html>