There is no need to update the top level project.properties file for the following reasons -
The include/excludes in the project.properties file seems not be used. The includes in the "new3" goal of the maven.xml is what gets used. It builds only those dirs that have a project.xml. Since we don't have any in the new console dir, we are safe in a m1 build. Cheers Prasad On 4/3/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > Oh the excludes ! Thanks Anita. Yes, I have to update that so that > this new dir doesn't get included in the m1 build. > > The new dir doesn't have a project.xml. So I wonder if it would still > gets included (if we don't specifically exclude it) in a m1 build. > > The new console dir structure will be in the HEAD and work only with > M2. M1 builds will remain untouched. > > Cheers > Prasad. > > > > On 4/3/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: > > The project.properties file is used to define the 'includes' and > > 'excludes' for m1 build : > > > > maven.geronimo.applications.includes=\ > > applications/*/project.xml,\ > > applications/daytrader/*/project.xml > > > > Thanks > > Anita > > --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > > > > > I'm sorry. I didn't get that. project.properties in m2 ? > > > > > > Cheers > > > Prasad > > > > > > On 4/3/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: > > > > +1 > > > > If you have not done it already, please update > > > project.properties > > > > at the top level. > > > > > > > > Thanks > > > > Anita > > > > > > > > --- Prasad Kashyap <[EMAIL PROTECTED]> wrote: > > > > > > > > > Last week Aaron, Joe, Paul and I discussed on IRC the intent to > > > > > restructure the src dirs of the console under the application > > > > > directory. > > > > > (http://servlet.uwyn.com/drone/log/bevinbot/geronimo/20060330) > > > > > > > > > > Geronimo-1660 > > > (http://issues.apache.org/jira/browse/GERONIMO-1660) > > > > > will seek to achieve this. Just wanted to send this out to the > > > larger > > > > > community before we commit the patch. > > > > > > > > > > Currently, the console is made up of 4 dirs under applications > > > > > - geronimo > > > > > - applications > > > > > + console-core > > > > > + console-ear > > > > > + console-standard > > > > > + console-framework > > > > > > > > > > The new structure will be as follows > > > > > - geronimo > > > > > - applications > > > > > - console <<--- new dir added here. existing console > > > > > sub-dirs moved under this. > > > > > + console-core > > > > > + console-ear > > > > > + console-standard > > > > > + console-framework > > > > > > > > > > This will keep all the console dirs in one place. As the console > > > > > grows > > > > > to add more components/directories, it won't clutter up the > > > > > applications dir. > > > > > > > > > > Comments welcome. > > > > > > > > > > Cheers > > > > > Prasad > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > > http://mail.yahoo.com > > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > >
