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=34312>.
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=34312
Summary: Provide a public method to Ant launcher in order to
allow invoking Ant in the same JVM
Product: Ant
Version: 1.5.4
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Other
AssignedTo: dev@ant.apache.org
ReportedBy: olazzizzera@email.it
Provide a public method in the Ant launcher class (org.apache.tools.ant.Main in
version 1.5.4 but the mechanism is almost the same even in the latest version of
Ant) in order to allow invocation of Ant processing from a JVM without launching
another JVM process for Ant and letting the calling process continuing with its
execution after Ant processing is over.
In fact when the build file is processed a
System.exit(0)
invocation is done.
This enhancement does allow leveraging Ant powerful capabilities with minimizing
usage of system resources.
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|