Norman Maurer wrote: > Hi all, > > maybe im wrong but it seems that mina trunk is incomplete.. For example: > > http://svn.apache.org/viewvc/james/mime4j/trunk/src/main/java/org/mime4j/field/address/parser/ > > This package contains only one class. In the 0.2 src there are 25 classes. > > Stefano did the import if i remember correctly. Maybe some files was > missed ? > Some classes are JavaCC generated. In 0.2 we used to keep the JavaCC output in version control. With the move to maven2 Stefano changed this so that the JavaCC parsers are generated using maven and the resulting Java code isn't any longer under version control. The output will end up in target/generated-sources/jjtree and target/generated-sources/javacc when you run maven.
-- Niklas Therning www.spamdrain.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
