Hi,
I am trying to generate the Resource Bundle Property file using
externailizable Task. In Java I hve added
/**
* @msg.bundle msg="Hello World"
*/
public final static String HELLO_WORLD = "HELLO_WORLD";
and in Build.xml i have defined externalizer task, but in Properties
file generated I am not seeing Hello World entries. can you plese
help me..
<taskdef name="externalizer"
classname="xdoclet.modules.externalizer.ExternalizerSubTask"
classpathref="xdoclet.class.path"/>
<taskdef name="xdoclet" classname="xdoclet.DocletTask"
classpathref="xdoclet.class.path"/>
<target name="localization" verbose="true">
<xdoclet destDir=".">
<fileset dir=".">
<include name="**/*Bean.java"/>
</fileset>
<externalizer destinationFile="resource.properties">
</externalizer>
</xdoclet>
</target>
thanks
manju
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel