List Info

Thread: DO NOT REPLY be able to (partially) disable/control the dependency gr




DO NOT REPLY be able to (partially) disable/control the dependency gr
country flaguser name
United States
2007-09-16 18:17:24
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43
404>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43404

           Summary: [depends] be able to (partially)
disable/control the
                    dependency graph calling ant
           Product: Ant
           Version: 1.7.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: devant.apache.org
        ReportedBy: dev.tom.menzelgmx.net


use case:
the dependency graph is fairly long and consumes quite some
time to execute all
steps.
especially when testing it occurs that not all tasks in the
chain need to be run.

it seems that others the same problem solving it with rather
clumsy workarounds.

http://mail-archives.apache.org/mod
_mbox/ant-user/200703.mbox/%3C00a501c76ac6$34e043d0$3a20
a8c0isabelteam.be%3E

command line options to handle this would be great, like:
--skip <target list>
RESULT: execution is normal except for those targets in the
list. these are
skipped, meaning that their tasks arent executed, but their
dependencies are
stilled honored and followed up.

--stopat <target list>
RESULT: when the dependency graph is created it wont follow
any dependencies of
the named targets.

--nodepends <target list>
RESULT: only the given targets would be executed in the
given order

--newtarget <target list>
RESULT: creates a new empty target with the given targets as
the depends value.
the idea be hind this is: although you can execute several
targets from the
command line in one go, the dependency graph is fully
executed for each, causing
unneeded duplicate execution due to overlap

i realize that with a good build file design this options
are not needed as
much, but you are not always in control of the build file or
dont have the time
to rewrite/change it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeant.apache.org
For additional commands, e-mail: dev-helpant.apache.org


DO NOT REPLY be able to (partially) disable/control the dependency graph ca
country flaguser name
United States
2007-09-16 18:18:35
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43
404>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43404


dev.tom.menzelgmx.net changed:

           What    |Removed                     |Added
------------------------------------------------------------
----------------
           Severity|normal                     
|enhancement
         OS/Version|other                       |All
           Priority|P2                          |P3
           Platformther     
                 |All




------- Additional Comments From dev.tom.menzelgmx.net 
2007-09-16 16:18 -------
fixed bug props

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeant.apache.org
For additional commands, e-mail: dev-helpant.apache.org


DO NOT REPLY be able to (partially) disable/control the dependency graph ca
country flaguser name
United States
2007-09-25 09:21:15
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43
404>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43404


gudnabrsamyahoo.com changed:

           What    |Removed                     |Added
------------------------------------------------------------
----------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From gudnabrsamyahoo.com
 2007-09-25 07:21 -------
You'd probably want to do this by implementing a custom
Executor (defined in package 
org.apache.tools.ant .  You could use Ant properties to
drive the various settings you've suggested.  In fact  
your --nodepends suggestion is already provided in the form
of the IgnoreDependenciesExecutor, and -
newtarget in the SingleCheckExecutor.  These are provided in
org.apache.tools.ant.helper .  Use the 
ant.executor.class property to specify the executor to use.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=ema
il
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
assignee.

------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribeant.apache.org
For additional commands, e-mail: dev-helpant.apache.org


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )