thanks, but, no luck, maybe my problems actually lie elsewhere, I'll do some more research.

-M.

[EMAIL PROTECTED] wrote:

On Tue, 10 Feb 2004 15:46:21 -0500, "Mark R. Diggory" wrote:

I'm having some difficulty with this in /jakarta-commons/commons-build/maven.xml

specifically, I can seem to change the relative location of the */project.xml files from the base to "../*/project.xml". Any tips

here


would be great.

For example:

<goal name="build">

    <reactor:execute
      basedir="${basedir}"
      includes="../*/project.xml"
      excludes="../commons-build/project.xml"
      goals="clean,jar:install"
      banner="Building"
      ignoreFailures="true"
    />


Try changing to:
      <reactor:execute
        basedir="${basedir}/.."
        includes="*/project.xml"
        excludes="commons-build/project.xml"
        goals="clean,jar:install"
        banner="Building"
        ignoreFailures="true"
      />

Brent Worden
http://www.brent.worden.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to