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)
  • Mojo AspectJ Plugin
  • MASPECTJ-63

Fix relative path issues and misc cleanups

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.0
  • Fix Version/s: None
  • Labels:
    None
  • Environment:
    N/A

Description

Reference:http://www.nabble.com/-VOTE--Releaes-maven-aspectj-plugin-1.1-td20805359.html

Whats left

The string-typed mojo parameters

  • aspectDirectory
  • testAspectDirectory
  • ajdtBuildDefFile
  • outxmlfile
    in the various mojos in combination with the construction
    basedir.getAbsolutePath() + "/" + aspectDirectory
    will fail when users specify the parameter value as
    "${basedir}/src/main/aspect". Switching the parameters to java.io.File
    should be sufficient to get proper absolute paths.

Users would benefit if the mojo parameter

  • encoding
    would adopt the proposal for source file encoding [0].

The hard-coded site output directory
return project.getBuild().getDirectory() + "/site/aspectj-report";
makes customization quite challenging and completely prevents localized
sites but AjcReportMojo.getDescription() isn't localized anyway...

[0]
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding

--------
Thanks Benjamin.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    David J. M. Karlsen
Vote (0)
Watch (0)

Dates

  • Created:
    03/Dec/08 5:55 PM
    Updated:
    03/Dec/08 5:55 PM
  • 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.