[Xbrlapi-developer] question about xbrlapi-5.2
Brought to you by:
shuetrim
From: Lixin C. <lix...@mo...> - 2010-07-22 20:45:38
|
Hi, We are very interested in xbrl-api project. Today when we download the xbrlapi5.2 source code from the svn, it seems the code does compile/build correctly by maven. When we go to the root to run mvn install, it shows "package org.xbrlapi.sax does not exist" And module-utilities\src\main\java\org\xbrlapi\utilities\XMLDOMBuilder.java: [30,9] cannot find symbol symbol : class EntityResolver location: class org.xbrlapi.utilities.XMLDOMBuilder It looks like the org.xbrlapi.sax package is under module-api When compile module-api, it depends on module-xlink, module-xpointer..etc Then when compile the module-xlink, module-xpointer, it complains the module-utilities is not available. Is there a loop reference in the modules here? Thanks, Lixin |