private List< String > extractMetaDataLines()
{
final ArrayList< String > metaDataLines = new ArrayList< String >();
int currentLineIndex = 0;
int start = 0;
int end = 0;
for ( final String line : getLines() )
{
if ( line.contains( METADATA_TAG ) )
{
if ( lin
Sorry to bump an old thread. I'm now trying to build FlexPMD project.
Obviously it doesn't build and I can't find any build instructions
(I've checked the flexpmd-pmd-update branch from
git://git.apache.org/flex-utilities.git). My goal is really to have
the FlexPMD bindaries (I'm not going to work
HI,
A couple years ago I started to develop a TLF text editor with many
features found in MS Word, as header, footer, footnotes, and that could
export PDF files.
Despite finding few examples and open source projects, necessary for me to
be an area that had very little experience, I could code a r