<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Eclipse Summit 2010 Mini-Agenda
</h3>
<span style="margin-bottom: 10px;">
    modified by <a href="http://community.jboss.org/people/max.andersen%40jboss.com">Max Andersen</a> in <i>JBoss Tools Development</i> - <a href="http://community.jboss.org/docs/DOC-16029">View the full document</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>This doc outlines the items Nick and Max will be working on (or at least discussing at length) during Eclipse Summit:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Parent Pom &amp; Target Platform Building ==</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Why is helios-remote-target not the default one for our builds ?</p><ul><li>It is enabled by default, along with the "helios" profile which includes all the Eclipse.org and google.com sites against which the helios-remote-target's site is built. So... maybe we no longer need the "helios" one to be enabled by default? ~Nick</li><li>It is now default - so we use one single updatesite(Yay!)</li><li>Outstanding: have a matching target platform that points to this site. Can we simply have one target in which we replace all repo urls ? (Nick)</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Why does our pom not have relative path references so you don't have to install parent first ?</p><p>i.e. &lt;relativePath&gt;../../../build/parent/pom.xml&lt;/relativePath&gt;</p><ul><li>If we use relative pom's shouldn't we make the aggregator pom for "modules" a parent pom that references to the uber-pom ? (avoids the need to update too much the children and allow each module to adjust for their needs - i.e. run tests non-ui harness)</li><li>Outstanding: This should be done to a certain extent - need to look up consequences for aggreator/parent (Max)</li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Testing == (Max)<br/></strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>We should use two surefire runs to seperate (fast) unit tests from (slow) integration tests, i.e. use failsafe plugin or simply use IT* as the pattern for integration tests. -- Agreed. Can have different profiles w/ different classname filters in the parent/pom.xml. I was thinking more like </span><a class="jive-link-external-small" href="http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing" target="_blank">http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing</a><span> where its split in same profile via mvn test and mvn integration-test goals.</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We should find out how we can run some plugins with uiharness and others without, even within same plugin.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Would be good to find way just run tests without compiling everything again.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Need to get OSX tests run out-of-box, see m2eclipse/trunk/org.maven.ide.eclipse.parent/pom.xml</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Source Bundles == (Nick)<br/></strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can we generate source bundles so we get source features ? (see egit for example of this)</p><p>(note: source features != sdk features since these doesn't include the binary) -- Apparently yes, but @d_a_carver says the egit stuff doesn't work. Yes, but git://github.com/pieceoftheloaf/tycho-examples.git for some reason do (at least I get sources plugin built).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>We got a working setup for JMX, need to cleanup features and add feature.source.</p><p>Make script to generate it based on existing feature ?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Maven depoy == (Max)<br/></strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>At least our pom's should be deployed to repository.org</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Need to start actually use versioning.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Dependencies ==</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>We have an issue with javax.soap 1.2 vs. javax.soap 1.3 we haven't been able to resolve - </span><span class="jive-link-external-small">JBIDE-6450</span><span> - need some idea on how to resolve it. - discussed with Chris A, solutions tried - nothing found yet. documented in JBIDE-6450.<br/></span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>Teiid/Savara extraneous dependencies (on datatools.enablement.sdk.feature (</span>JBIDE-7443) <span>or osgi package (instead of containing bundle/plugin/feature - </span>SAVARA-141<span>)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>Decide contents of [JBDS Target Platform + 3rd Party Site] vs. [JBT TP] (ie., where to put things like m2eclipse, gwt, springide, testng and how to clearly state level of support)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can we use tycho's "semi" support for maven dependencies for 3rd party jars, i.e. modeshape, drools and others have these jars in the system.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Check if upper/lower bound of plugins can be checked/applied so we get consistent p2/update behavior.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Update Sites ==</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Reduce the footprint of update site zips posted to download.jboss.org and sourceforge.net. Suggest either JUST the all-in-one aggregate site, or else the all-in-one + Hibernate, VPE, Drools, and Teiid (the biggest ones).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>Publish multiple update sites into a singel composite site on devstudio.jboss.com. See </span><a class="jive-link-external-small" href="https://docspace.corp.redhat.com/docs/DOC-47710#Published_Artifacts" target="_blank">https://docspace.corp.redhat.com/docs/DOC-47710#Published_Artifacts</a></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><strong>== Documentation &amp; Auditing ==</strong></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span>Tracking contents of JBT/JBDS when built as aggregation - </span>JBIDE-7444</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Create new HTML generator for both jboss.org and standalone index.html page (JBIDE-6958, JBIDE-7045)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Create new tool to diff between releases "sanity checker" - JBIDE-6343</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Update docs re: building, testing, provisioning:</p><ul><li><a class="jive-link-wiki-small" href="http://community.jboss.org/docs/DOC-15755" target="_blank">http://community.jboss.org/wiki/JBossToolsTargetPlatformProvisioningorhowtoresolvemissingdependencieswhencompilingJBossTools</a></li><li><a class="jive-link-external-small" href="http://www.jboss.org/tools/docs/building" target="_blank">http://www.jboss.org/tools/docs/building</a></li><li><a class="jive-link-external-small" href="http://www.jboss.org/tools/docs/testing" target="_blank">http://www.jboss.org/tools/docs/testing</a></li><li>...?</li></ul></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Comment by <a href="http://community.jboss.org/docs/DOC-16029">going to Community</a></p>

        <p style="margin: 0;">Create a new document in JBoss Tools Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2129">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>