<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>I'm not sure but I believe Tycho may filter the output directory.&nbsp; And, given the way Eclipse build.properties work, you probably need to add bin/forge and bin/forge.bat to the list of includes, which means they will be in the bin dir in the resulting archive.<br><br>Theoretically, you should not need to include .classpath or .project or .settings as m2eclipse w/tycho should take care of configuring the project correctly.&nbsp; If you want to get fancy, you could also configure a dependency:copy execution to pull in the relevant jars (e.g. jboss-modules.jar) and place them in the correct locations.&nbsp; This would save having jars checked into svn (drawback is that you have to run process-(re)sources, to copy down the jars, before the project will configure correctly).&nbsp; It would also allow you to more easily update the jars used (at the cost of potentially pulling down an unstable snapshot, if that's what you're using).&nbsp; If you'd like an example, you can look at the org.switchyard.tools.core plugin in the switchyard tools git repo (https://github.com/jboss-switchyard/tools/tree/master/eclipse/plugins/org.switchyard.tools.core).<br><br>Best,<br>Rob<br><br><hr id="zwchr"><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">
  
    
  
    Digging further I noticed another potential problem. bin folder has
    two files that never gets into bundle. Do we need them?<br>
    <br>
    <img src="cid:part1.07010700.06070202@exadel.com" alt="" width="325" height="434"><br>
    <br>
    On 10/20/2011 04:53 PM, Denis Golovin wrote:
    <blockquote cite="mid:4EA0B469.2000103@exadel.com">
      
      It looks like it is fine do not have src folder in tycho 0.13.0.
      No failures, but no .source.jars as well. <br>
      <br>
      The right fix is<br>
      <br>
      add '.' into libraries list like this<br>
      <img src="cid:part2.08000509.00040001@exadel.com" alt="" width="1056" height="704"><br>
      <br>
      which means only build.properties should be changed like shown
      below<br>
      <br>
      <img src="cid:part3.06020008.07050208@exadel.com" alt="" width="1080" height="191"><br>
      <br>
      This fix forks for both tycho versions 0.12.0 and 0.13.0<br>
      <br>
      Denis<br>
      <br>
      <br>
      On 10/20/2011 01:40 PM, Max Andersen wrote:
      <blockquote cite="mid:9A78CAF6-C46E-4C95-920F-8BDF337475C5@redhat.com">
        <div>
          <div style="padding-top: 8px; overflow-x: hidden;">Is there not a
            way to conditionally enable the source packaging instead of
            these "fixes" ?<br>
            <br>
            <table width="100%" cellpadding="5px">
              <tbody>
                <tr>
                  <td> <a style="padding-left: 20px; background-repeat: no-repeat;" href="https://source.jboss.org/user/dgolovin" title="" target="_blank"><span>Denis Golovin</span></a> committed
                    <a href="https://source.jboss.org/changelog/JBossTools?cs=35852" target="_blank">35852</a>
                    on branch <a title="" href="https://source.jboss.org/changelog/%7Ebr=trunk/JBossTools" target="_blank">trunk</a>
                    in <a href="https://source.jboss.org/browse/JBossTools" title="JBossTools" target="_blank"> JBossTools </a> </td>
                </tr>
                <tr>
                  <td style="border-top: 1px solid rgb(204, 204, 204); border-bottom: 1px solid rgb(204, 204, 204);"> added src folder to fix source
                    gathering related errors </td>
                </tr>
                <tr>
                  <td>
                    <table style="margin-left: 10px;" cellpadding="0">
                      <tbody>
                        <tr>
                          <td style="padding: 0pt 10px 0pt 5px; vertical-align: middle;"> ·
                            /trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath
                          </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            (-0, +1) </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            <span style="color: rgb(80, 80, 80); padding-right: 2px;">|</span>
                            <a title="View file
                              history" href="https://source.jboss.org/browse/JBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath#r35852" target="_blank">History

                            </a> </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            <span style="color: rgb(80, 80, 80); padding-right: 2px;">|</span>
                            <a title="View full
                              source" href="https://source.jboss.org/browse/JBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath?r=35852" target="_blank">Source

                            </a> </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            <span style="color: rgb(80, 80, 80); padding-right: 2px;">|</span>
                            <a href="https://source.jboss.org/browse/JBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath?r1=33788&amp;r2=35852" target="_blank">Diff

                            </a> </td>
                        </tr>
                        <tr>
                          <td style="padding: 0pt 10px 0pt 5px; vertical-align: middle;"> ·
                            /trunk/forge/plugins/org.jboss.tools.forge.runtime/src
                          </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            (-0, +0) </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            <span style="color: rgb(80, 80, 80); padding-right: 2px;">|</span>
                            <a title="View file
                              history" href="https://source.jboss.org/browse/JBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime/src#r35852" target="_blank">History

                            </a> </td>
                          <td style="padding: 0pt 2px; font-size: 0.9em; vertical-align: middle;">
                            <span style="color: rgb(80, 80, 80); padding-right: 2px;">|</span>
                            <a title="View full
                              source" href="https://source.jboss.org/browse/JBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime/src?r=35852" target="_blank">Source

                            </a> </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
          <br>
          <br>
          <div style="font-size: 14pt; text-align: left;"><a href="https://source.jboss.org/changelog/JBossTools?cs=35852" target="_blank">https://source.jboss.org/changelog/JBossTools?cs=35852</a></div>
          <br>
          <br>
          <br>
          <div style="color: rgb(153, 153, 153);">Sent with <a href="http://itunes.apple.com/app/mobilerss-hd-google-rss-news/id375300540?mt=8" style="text-decoration: underline; color: rgb(153, 153, 153);" target="_blank">MobileRSS

              HD</a></div>
        </div>
        <div><br>
          <br>
          Sent from a mobile device</div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre>_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org" target="_blank">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre>_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org" target="_blank">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
    </blockquote>
    <br>
  <br>_______________________________________________<br>jbosstools-dev mailing list<br>jbosstools-dev@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/jbosstools-dev</blockquote><br></div></body></html>