I am trying to compile iText 2.0.0 source code.
I am getting the following error
"OptionArgument.java": Error #: 310 : cannot reference class
com.lowagie.tools.arguments.OptionArgument.Entry before superclass
constructor has been
called at line 140, column 34
Following is the piece of code
/**
* Constructs an OptionArgument.
* @param tool the tool that needs this argument
* @param name the name of the argument
* @param description the description of the argument
*/
public OptionArgument(AbstractTool tool, String name, String description) {
super(tool, name, description, Entry.class.getName());
}
I am not able to locate Entry class.
Regards
Tallat
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/