You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@any23.apache.org by Anuj Kumar <an...@gmail.com> on 2012/12/24 12:44:11 UTC

Build Issue

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

Re: Build Issue

Posted by Anuj Kumar <an...@gmail.com>.
Thanks Lewis. I am not sure but it worked only after explicit check-in of
commons-csv.

- Anuj

On Tue, Jan 8, 2013 at 6:12 AM, Lewis John Mcgibbney <
lewis.mcgibbney@gmail.com> wrote:

> Hi Anuj,
>
> I've not experienced this problem ever.\
> We also have a nightly continuous integration server which builds Any23...
> there seem to be no dependency problems there either.
>
> Lewis
>
>
> On Mon, Dec 24, 2012 at 4:33 AM, Anuj Kumar <an...@gmail.com> wrote:
>
>> 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 <an...@gmail.com> 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
>>>
>>
>>
>
>
> --
> *Lewis*
>

Re: Build Issue

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Anuj,

I've not experienced this problem ever.\
We also have a nightly continuous integration server which builds Any23...
there seem to be no dependency problems there either.

Lewis

On Mon, Dec 24, 2012 at 4:33 AM, Anuj Kumar <an...@gmail.com> wrote:

> 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 <an...@gmail.com> 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
>>
>
>


-- 
*Lewis*

Re: Build Issue

Posted by Anuj Kumar <an...@gmail.com>.
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 <an...@gmail.com> 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
>