i use Ant appgen to generate my pojo like below

public class Ghost  extends BaseObject   {

  private String something;
}

after generated , i go to view my ghost.properties file, why it contain 
baseobjectform.XXX   instead of using my pojo name ?

baseObjectForm.id=Id
baseObjectForm.categoryName=Category Name
baseObjectForm.searchPosition=Search Position 

i'm using ant 1.7.1


-- 
View this message in context: 
http://www.nabble.com/Ant-appgen-..-properties-file-contain-baseobject..-tp20184390s2369p20184390.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to