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

Interactive Property

           Summary: Interactive Property
           Product: Ant
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


i'm missing something a makefile has: the ability to 'fill' a proprety with a
output of a command, something like this:

CFLAGS = `pkg-config --cflags gtk+-2.0`
this fills the variable CFLAGS with the output of the command "pkg-config
--cflags gtk+-2.0", very usefull if you develop applications with glib, gtk,
gnome...

i tried to make my own property (IProperty), but with no success
i can send you that what i've made so far

tom

Reply via email to