jira.codehaus.org

  • 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)
  • Maven 1
  • MAVEN-1572

Recursive loop in target

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: core
  • Labels:
    None

Description

<resources>
<resource/>
</resources>

Caused a recursive build in our target directory.

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. MAVEN-1606 NPE when using maven-tasks-plugin 1.2.0

  • Blocker - Blocks development and/or testing work, production could not run
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Brett Porter added a comment - 24/Feb/05 5:16 PM

verified. Maven 1.1 should parse this correctly, however it currently gives this:

java.lang.NullPointerException
at java.io.File.<init>(File.java:180)
at org.apache.maven.MavenUtils.makeAbsolutePath(MavenUtils.java:826)
at org.apache.maven.project.Project.resolveDirectory(Project.java:981)
at org.apache.maven.project.Project.resolveDirectories(Project.java:867)
at org.apache.maven.project.Project.initialize(Project.java:547)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:125)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:99)

need to improve the model validation.

Show
Brett Porter added a comment - 24/Feb/05 5:16 PM verified. Maven 1.1 should parse this correctly, however it currently gives this: java.lang.NullPointerException at java.io.File.<init>(File.java:180) at org.apache.maven.MavenUtils.makeAbsolutePath(MavenUtils.java:826) at org.apache.maven.project.Project.resolveDirectory(Project.java:981) at org.apache.maven.project.Project.resolveDirectories(Project.java:867) at org.apache.maven.project.Project.initialize(Project.java:547) at org.apache.maven.MavenUtils.getProject(MavenUtils.java:125) at org.apache.maven.MavenUtils.getProject(MavenUtils.java:99) need to improve the model validation.
Hide
Permalink
Brett Porter added a comment - 03/Jun/05 2:30 AM

reopening to fix versions

Show
Brett Porter added a comment - 03/Jun/05 2:30 AM reopening to fix versions

People

  • Assignee:
    Unassigned
    Reporter:
    Jim Kerwood
Vote (0)
Watch (0)

Dates

  • Created:
    24/Feb/05 5:09 PM
    Updated:
    08/Mar/06 10:44 PM
    Resolved:
    03/Jun/05 2:31 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.