Carrot2 Clustering Engine Issues

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Carrot2
  • Carrot2
  • CARROT-638

Build target broken.

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.4.0
  • Component/s: Build infrastructure
  • Labels:
    None

Description

ant clean
ant dist

BUILD FAILED
D:\carrot2\carrot2.sf.trunk\doc\build.xml:27: The following error occurred while
 executing this line:
D:\carrot2\carrot2.sf.trunk\doc\etc\ant\doc.xml:35: The following error occurred
 while executing this line:
D:\carrot2\carrot2.sf.trunk\doc\etc\ant\doc.xml:142: java.lang.IllegalStateExcep
tion: basedir D:\carrot2\carrot2.sf.trunk\tmp\jar is not a directory

There are antcalls in the build file invoking cleanups – I've added a comment in there, can we
make an include pattern when copying artefacts instead of removing stuff? And, most of all, get
rid of antcalls, they are hell.

Issue Links

depends on

Task - A task that needs to be done. CARROT-512 Don't use compiler="modern" to disable Clover instrumentation

  • Major - Major loss of function.
  • Resolved - A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Source
  • Builds
Hide
Permalink
Stanisław Osiński added a comment - 19/Feb/10 7:33 AM

Not blocking 3.2.0 release I think.

Show
Stanisław Osiński added a comment - 19/Feb/10 7:33 AM Not blocking 3.2.0 release I think.
Stanisław Osiński made changes - 19/Feb/10 7:33 AM
Field Original Value New Value
Fix Version/s 3.2.1 [ 10191 ]
Fix Version/s 3.2.0 [ 10081 ]
Stanisław Osiński made changes - 19/Feb/10 7:34 AM
Link This issue depends on CARROT-528 [ CARROT-528 ]
Stanisław Osiński made changes - 19/Feb/10 7:42 AM
Link This issue depends on CARROT-528 [ CARROT-528 ]
Stanisław Osiński made changes - 19/Feb/10 7:42 AM
Link This issue depends on CARROT-512 [ CARROT-512 ]
Hide
Permalink
Dawid Weiss added a comment - 25/Mar/10 8:40 PM

Let's postpone this one to the next version, not a key issue and there are more urgent things to do.

Show
Dawid Weiss added a comment - 25/Mar/10 8:40 PM Let's postpone this one to the next version, not a key issue and there are more urgent things to do.
Dawid Weiss made changes - 25/Mar/10 8:41 PM
Assignee Stanisław Osiński [ stachoo ] Dawid Weiss [ dweiss ]
Fix Version/s 3.3.0 [ 10172 ]
Fix Version/s 3.2.1 [ 10191 ]
Hide
Permalink
Dawid Weiss added a comment - 14/Aug/10 4:05 PM

This one is still a problem, although a different exception pops up. Looks like some of the required classes/ resources are cleaned during the build causing problems.

Show
Dawid Weiss added a comment - 14/Aug/10 4:05 PM This one is still a problem, although a different exception pops up. Looks like some of the required classes/ resources are cleaned during the build causing problems.
Hide
Dawid Weiss <dawid.weiss@carrotsearch.com> submitted changeset b7e45a8442c545a76480ff13395249483062e586 to CARROT-903 in carrot2 (5 files) - 16/Aug/10 1:01 PM

http://issues.carrot2.org/browse/CARROT-567 [separate test, core, findbugs and clover folders]
http://issues.carrot2.org/browse/CARROT-512
[removed clover hack; clover sources are compiled to a separate folder
 if clover is available, and then prepended to classpath for tests so
 that they are automatically picked up]

http://issues.carrot2.org/browse/CARROT-638
[fixed in this patch; no more intermediate folder cleaning or antcalls solves the problem]

commit ec99621e36c24a60110850d3f455ee23dae7554f
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 12:53:26 2010 +0200

    Removed clover hacks.

commit b8702c4c276e28464b272a9ecff98e05652fab08
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 12:46:33 2010 +0200

    Documentation building cleanups.

commit 2072ee10e3b2e349e81fe118eb6d625cb5a21785
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 12:23:21 2010 +0200

    Explicit pointers to the core JAR so that javadoc and sources are not picked up.

commit c781bb7f21baea4a57391031ef641d02778d6e5c
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 12:15:47 2010 +0200

    Maven doesn't antcall. JavaDoc is generated and not cleared.

commit fafee48fd35fcdf1a135786fe6c617837560df7e
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 12:06:57 2010 +0200

    Tests are now executed with coverage analysis, if clover is available.

commit 79cd681aefacab0e6b4659640665322944804cc1
Author: Dawid Weiss <dawid.weiss@carrot-search.com>
Date: Mon Aug 16 11:31:33 2010 +0200

    Working jar and test (no coverage).

git-svn-id: file:///home/dweiss/carrot2/migration/carrot2.svn/trunk@4440 7ff1d41c-760d-0410-a7ff-a3a56f310b35

  • applications/carrot2-cli/build.xml (+1 -7)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • applications/carrot2-dcs/build.xml (+4 -9)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • applications/carrot2-webapp/build.xml (+1 -8)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • build-bamboo.xml (+6 -9)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
  • build.xml (+68 -104)
    • View diff to previous
    • View full source
    • View file history
    • Download raw file
Show
Dawid Weiss <dawid.weiss@carrotsearch.com> submitted changeset b7e45a8442c545a76480ff13395249483062e586 to CARROT-903 in carrot2 (5 files) - 16/Aug/10 1:01 PM
Hide
Permalink
Dawid Weiss added a comment - 16/Aug/10 1:13 PM

In trunk.

Show
Dawid Weiss added a comment - 16/Aug/10 1:13 PM In trunk.
Dawid Weiss made changes - 16/Aug/10 1:13 PM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]

People

  • Assignee:
    Dawid Weiss
    Reporter:
    Dawid Weiss
Vote (0)
Watch (0)

Dates

  • Created:
    18/Feb/10 10:23 PM
    Updated:
    16/Aug/10 1:13 PM
    Resolved:
    16/Aug/10 1:13 PM
  • Atlassian JIRA (v5.2.4#845-sha1:c9f4cc4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Carrot2. Try JIRA - bug tracking software for your team.