Hi, dev: I met compile error when build module plugins\aries\geronimo-aries-builder under g 3.0 trunk: its org.apache.geronimo.aries.builder.GeronimoApplication class file, *new SimpleBundleInfo(applicationFactory, bm, url.toExternalForm())); * is undefined, which should be changed to *new SimpleBundleInfo(bm, url.toExternalForm()) avoiding build error.* Seems *org.apache.aries.application.utils.management.SimpleBundleInfo*constructor definition is updated in latest package org.apache.aries.util-0.2-incubating-SNAPSHOT.jar. Currently, i used the new SimpleBundleInfo definition to make build pass. Should we apply this change to g 3.0 trunk? Thanks in advance!
-- viola
