[jboss-dev-forums] [JBoss Tools Development] - Eclipse Summit 2010 Mini-Agenda

Nick Boldt do-not-reply at jboss.com
Mon Nov 15 11:01:14 EST 2010


Nick Boldt [http://community.jboss.org/people/nickboldt] commented on the document

"Eclipse Summit 2010 Mini-Agenda"

To view all comments on this document, visit: http://community.jboss.org/docs/DOC-16029#comment-4594

--------------------------------------------------
== 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]  http://download.jboss.org/jbosstools/updates/target-platform/latest/ http://download.jboss.org/jbosstools/updates/target-platform/latest/  $ 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.   https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-source-feature-plugin/ https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-source-feature-plugin/  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:   http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.parent.pom/0.0.1-SNAPSHOT/ http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.parent.pom/0.0.1-SNAPSHOT/   http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.target.platform/0.0.1-SNAPSHOT/ http://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/org.jboss.tools.target.platform/0.0.1-SNAPSHOT/  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):   http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2.0.Beta2.nightly/logs/buildResults.html http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2.0.Beta2.nightly/logs/buildResults.html  ----  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.   https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-unique-GAV-plugin/ https://github.com/nickboldt/maven-plugins/tree/master/tycho-p2-unique-GAV-plugin/
--------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20101115/b6bff742/attachment.html 


More information about the jboss-dev-forums mailing list