Hi Yegor, I have fixed this issue, please try again. Thanks!
2011/9/29 Yegor Kozlov <[email protected]> > > > > Is there something we should be doing to better deal with the > > cross-module dependencies? For example, Simple, Validator and > > XSLT-Runner have hard-coded dependencies on ODFDOM 0.8.7. But > > shouldn't we really be building and testing against the latest > > version, e.g., the trunk? > > > > Or do we want to stage that more deliberately, e.g., after we agree to > > branch for a release? > > > > If we want to include Odfdom in the first release then we must ensure > its interoperability with other modules. This means that Simple and > Validator should be building against the trunk. > > I tried to compile Simple against Odfdom-trunk and immediately hit a > problem: > > [INFO] ------------------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9.142s > [INFO] Finished at: Thu Sep 29 16:30:35 MSD 2011 > [INFO] Final Memory: 9M/45M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile > (default-compile) on project simple-odf: Compila > tion failure: Compilation failure: > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\table\Table.java:[878,39] > cannot find symbol > [ERROR] symbol : method getAutomaticStyles() > [ERROR] location: class org.odftoolkit.odfdom.pkg.OdfFileDom > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\text\Paragraph.java:[455,39] > cannot find symbol > [ERROR] symbol : method getAutomaticStyles() > [ERROR] location: class org.odftoolkit.odfdom.pkg.OdfFileDom > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\common\field\TimeField.java:[93,40] > cannot find symbol > [ERROR] symbol : method getAutomaticStyles() > [ERROR] location: class org.odftoolkit.odfdom.pkg.OdfFileDom > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\common\field\TimeField.java:[125,39] > cannot find symbol > [ERROR] symbol : method getAutomaticStyles() > [ERROR] location: class org.odftoolkit.odfdom.pkg.OdfFileDom > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\text\Header.java:[112,40] > cannot find symbol > [ERROR] symbol : method getAutomaticStyles() > [ERROR] location: class org.odftoolkit.odfdom.pkg.OdfFileDom > [ERROR] > \java\apache\odf\simple\src\main\java\org\odftoolkit\simple\text\Header.java:[192,39] > cannot find symbol > [...] -- -Devin
