before I post this to ant-dev, anyone here have an idea why this doesn't
appear to work...

                Hashtable userProperties =
getOwningTarget().getProject().getUserProperties();
                Enumeration keys = userProperties.keys();
                while( keys.hasMoreElements() )
                {
                        Object key = keys.nextElement();
                        System.out.println( "[" + key + "=" +
userProperties.get( key ) + "]" );
                }

I only get:

[ejbdoclet]
[ant.file=/export/home/dim/cvs/xdoclet/core/samples/script/build.xml]
[ejbdoclet] [ant.project.name=Test]
[ejbdoclet] [ant.version=Ant version 1.4 compiled on September 3 2001]

where I would expect to see all the properties set in init...  ideas?

cheers
dim


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to