You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/05/26 18:47:54 UTC

DO NOT REPLY [Bug 18742] - ANT does not support full cross-referencing of path structures.

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=18742>.
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=18742


gudnabrsam@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.7




------- Additional Comments From gudnabrsam@yahoo.com  2005-05-26 18:47 -------
1. No version specified.
2. No example supplied.

However, the current Ant codebase contains some reworking of Path's
implementation regarding references.  These are now handled in a manner
consistent with other Ant datatypes.  My testing was conducted thus:

touch a set of java files
id a path "srcpath" including their top-level directory
compile using <javac><src refid="srcpath" /></javac> (verify # files compiled)
touch one of the original java files
compile using <javac><src refid="srcpath" /></javac> (verify 1 file compiled)

Closing bug.

-- 
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