If I check commons-csv out from apache repository then it complains for CSVStrategy not found. So, I explicitly checked-in the JAR from this location- http://code.google.com/p/any23/source/browse/repo-ext/?r=1370#repo-ext%2Forg%2Fapache%2Fcommons%2Fcommons-csv%2F1.0-SNAPSHOT-rev1148315
and the build went on fine. - Anuj On Mon, Dec 24, 2012 at 5:14 PM, Anuj Kumar <[email protected]> wrote: > Hi, > > I am trying to build any23 sources and running into this issue- > > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Apache Any23 :: Core 0.7.0-incubating > [INFO] > ------------------------------------------------------------------------ > [WARNING] The POM for > org.apache.commons:commons-csv:jar:1.0-SNAPSHOT-rev1148315 is missing, no > dependency information available > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Any23 ...................................... SUCCESS [4.335s] > [INFO] Apache Any23 :: Core .............................. FAILURE [0.406s] > [INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SKIPPED > [INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SKIPPED > [INFO] Apache Any23 :: Plugins :: Office Scraper ......... SKIPPED > [INFO] Apache Any23 :: Plugins :: Integration Test ....... SKIPPED > [INFO] Apache Any23 :: Service ........................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 5.243s > [INFO] Finished at: Mon Dec 24 17:12:02 IST 2012 > [INFO] Final Memory: 19M/281M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project apache-any23-core: Could not > resolve dependencies for project > org.apache.any23:apache-any23-core:jar:0.7.0-incubating: Failure to find > org.apache.commons:commons-csv:jar:1.0-SNAPSHOT-rev1148315 in > http://svn.apache.org/repos/asf/incubator/any23/repo-ext/ was cached in > the local repository, resolution will not be reattempted until the update > interval of any23-repository-external has elapsed or updates are forced -> > [Help 1] > > Do I need to install commons-csv explicitly? > > Regards, > Anuj >
