You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/01/26 14:45:14 UTC

DO NOT REPLY [Bug 6047] New: - [PATCH] build cleaning and structure and new target documentation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6047>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6047

[PATCH] build cleaning and structure and new target documentation

           Summary: [PATCH] build cleaning and structure and new target
                    documentation
           Product: Cocoon 2
           Version: 2.1alpha CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: xml-cocoon@nicolaken.com


Contains the modularization described in cocoon-dev for build.xml before 
issuing 2.0.1.

Here is the structure for the 2.0.1 release, where only new build targets
and init were moved out of top level dir:

build.xml (main build)

- used in build.xml as SYSTEM entities
tools/build/init.xpart (init target)
tools/build/interactive.xpart (interactive target)
tools/build/scratchpad.xpart (scratchpad target)

- used in build.xml as child targets
tools/build/try.xml (new targets to try)

The new targets are now:
build interactive
build scratchpad
build try -Dtry.task=[task to try]

Currently, I left the "all" target as the default one for consistent
behaviour.

I've cleaned the try-targets to contain only three:
patchqueue: Gets pending patches from Apache bugzilla generates xml description
patchqueue-notify: Sends a notification of the current patch queue to the 
mailing list

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org