Menu

#7 Source dist

open-later
nobody
None
1
2002-10-14
2002-09-22
No

Should be able to specify a property to exclude
directories from the copy in dist-src target in centipede
xbuild.xml.

For example I don't want to package up my private
collection of papers and background material with all
source distributions.

Discussion

  • Nicola Ken Barozzi

    • status: open --> open-invalid
     
  • Nicola Ken Barozzi

    Logged In: YES
    user_id=224482

    You can simply override the target by including this in your
    centibuild.xml

    <target name="dist-src"
    description="Prepares the source distribution"
    depends="centipede.cent.dist-src">

    /* in here delete the files you don't want in the
    distro */

    </target>

    What it does is to replace dist-src, and in the new version
    first call the original version and then do some things
    after it.

    If it works, please close this "bug".

     
  • Steve Meyfroidt

    Steve Meyfroidt - 2002-10-14

    Logged In: YES
    user_id=27007

    OK thanks: that sort of works (not ideal since copying
    several megs of background research material/projects).

    Can we leave it open but at a low priority for later?

     
  • Steve Meyfroidt

    Steve Meyfroidt - 2002-10-14
    • priority: 5 --> 1
    • status: open-invalid --> open-later
     

Log in to post a comment.