<!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;">
new comment by <a href="http://community.jboss.org/people/nickboldt">Nick Boldt</a> <a href="http://community.jboss.org/docs/DOC-16029#comment-4594">View all comments on this document</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p><span>== Parent Pom & Target Platform Building ==  You can now build the parent pom & TP locally, and it will by default use the "unified.target" file, which points to [1].  [1] </span><a class="jive-link-external-small" href="http://download.jboss.org/jbosstools/updates/target-platform/latest/" target="_blank">http://download.jboss.org/jbosstools/updates/target-platform/latest/</a><span>  $ cd ~/trunk/build/parent; mvn3 clean install  Next, build a component using the "bootstrap" profiles:  $ cd ~/trunk/build/; mvn3 clean install -P jmx-bootstrap  ----  You can also generate a local copy of the Latest TP update site [1] like this:  $ cd ~/trunk/build/target-platform; mvn3 clean install -P get.local.target  Then, to use that local target instead of the remote one:  $ cd ~/trunk/build/parent; mvn3 clean install -P local.target  Next, build a component using the "bootstrap" profiles:  $ cd ~/trunk/build/; mvn3 clean install -P jmx-bootstrap,local.target  ----  Behind the scenes, every time I run the build.xml script in ~/trunk/build/target-platform, we now generate/update BOTH the multiple.target (all the Eclipse.org and google.com repos) and unified.target (a single URL [1]) files.   ----  Relative path issues still unresolved. I've published a copy of our parent pom into Nexus, but Tycho could not find it. Could be a misconfiguration in Nexus, but so far the JBQA folks haven't proven to be helpful here.  == Source Bundles ==  I now have a Maven plugin / mojo for generating .source features from other features, but it's not quite complete. I'm also not sure how to hook it into a build so that it can run automatically.  </span><a class="jive-link-external-small" href="https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-source-feature-plugin/" target="_blank">https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-source-feature-plugin/</a><span>  Need to also look at what Max did for JMX (not sure if it ever got committed to SVN).  == Maven depoy ==  Target platform and Parent Pom now being published to Nexus:  </span><a class="jive-link-external-small" href="http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.parent.pom/0.0.1-SNAPSHOT/" target="_blank">http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.parent.pom/0.0.1-SNAPSHOT/</a><span>  </span><a class="jive-link-external-small" href="http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.target.platform/0.0.1-SNAPSHOT/" target="_blank">http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.target.platform/0.0.1-SNAPSHOT/</a><span>  HOWEVER, last week the metadata wasn't being updated so builds that attempted to resolve the parent pom / target platform from the Nexus repo were failing. Today it seems OK so I'll try again. #weird  == Documentation & Auditing ==  > Tracking contents of JBT/JBDS when built as aggregation - JBIDE-7444 > Create new HTML generator for both jboss.org and standalone index.html page (JBIDE-6958, JBIDE-7045)  In progress. Here's a taste (some links + all images broken; need to aggregate upstream data into single file):  </span><a class="jive-link-external-small" href="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2.0.Beta2.nightly/logs/buildResults.html" target="_blank">http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2.0.Beta2.nightly/logs/buildResults.html</a><span>  ----  Created a new mojo for testing GAV uniqueness and cleaning up ugly GAV values. Currently will fix groudId values and report info/warning/errors for all pom.xml files found under a given directory tree.  </span><a class="jive-link-external-small" href="https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-unique-GAV-plugin/" target="_blank">https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-unique-GAV-plugin/</a></p></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>