<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey,<div><br></div><div>thanks for the fast response. I tried it in the libs.autobuild of the PackageSet and it was working for the first checkout and build. When I try to rebuild the library the path is still wrong. Where is the path defined for that case?</div><div><br></div><div>Best,</div><div> Malte</div><div><br></div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-- <br>Malte Langosz<br>Simulation<br><br>DFKI Bremen<br>Robotics Innovation Center<br>Robert-Hooke-Straße 5<br>28359 Bremen, Germany<br><br>Phone: +49 (0)421 178 45-4126<br>Fax: +49 (0)421 218-64150<br>E-Mail: <a href="mailto:malte.roemmermann@dfki.de">malte.langosz@dfki.de</a><br><br>Weitere Informationen: <a href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a><br>-----------------------------------------------------------------------<br>Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br>Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern<br>Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster<br>(Vorsitzender) Dr. Walter Olthoff<br>Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br>Amtsgericht Kaiserslautern, HRB 2313<br>Sitz der Gesellschaft: Kaiserslautern (HRB 2313)<br>USt-Id.Nr.: DE 148646973<br>Steuernummer: 19/673/0060/3<br>-----------------------------------------------------------------------</div></div></span></div></span></span>
</div>
<br><div><div>Am 23.11.2012 um 10:53 schrieb Sylvain Joyeux:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 11/23/2012 10:38 AM, Malte Langosz wrote:<br><blockquote type="cite">Hey,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I would like to define a package for autoproj. But, I only need to build a subdirectory of a git repository for the package. Is it possible to define a subpath for the package, where to execute the configure and build procedure?<br></blockquote><blockquote type="cite"><br></blockquote>Currently, no.<br><br>You could try hacking around it by doing the following:<br><br>cmake_package "my/package" do |pkg|<br> pkg.post_import do<br> pkg.srcdir = File.join(pkg.srcdir, "subdir")<br> Autoproj.manifest.load_package_manifest(pkg.name)<br> end<br>end<br><br>which should work in most cases<br><br>-- <br>Sylvain Joyeux (Dr.Ing.)<br>Senior Researcher<br><br>Space & Security Robotics<br>Underwater Robotics<br><br>!!! Achtung, neue Telefonnummer!!!<br><br>Standort Bremen:<br>DFKI GmbH<br>Robotics Innovation Center<br>Robert-Hooke-Straße 5<br>28359 Bremen, Germany<br><br>Phone: +49 (0)421 178-454136<br>Fax: +49 (0)421 218-454150<br>E-Mail: <a href="mailto:robotik@dfki.de">robotik@dfki.de</a><br><br>Weitere Informationen: <a href="http://www.dfki.de/robotik">http://www.dfki.de/robotik</a><br>-----------------------------------------------------------------------<br>Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br>Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern<br>Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster<br>(Vorsitzender) Dr. Walter Olthoff<br>Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br>Amtsgericht Kaiserslautern, HRB 2313<br>Sitz der Gesellschaft: Kaiserslautern (HRB 2313)<br>USt-Id.Nr.: DE 148646973<br>Steuernummer: 19/673/0060/3<br>-----------------------------------------------------------------------<br><br></div></blockquote></div><br></div></body></html>