Message:

   The following issue has been re-assigned.

   Assignee: xdoclet-devel (Use for new issues) 
(mailto:xdoclet-devel@lists.sourceforge.net)
---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDG-5

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDG-5
    Summary: IDEAAbstractFile is not implementing abstract method getPath()
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: XDoclet GUI
 Components: 
             IntelliJ Plugin

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Ove Ranheim

    Created: Tue, 1 Apr 2003 12:38 PM
    Updated: Sat, 29 Jan 2005 10:20 AM
Environment: Linux 2.4 / Redhat 8, Idea 3.0.2, J2SE 1.4.1_01

Description:
The build of ideaplugin is broken. To fix this add the following;

Sourcefile:
        
xdoclet-all/xdocletgui/idea/src/java/xdocletgui/intellij/IDEAAbstractFile.java


Implement:
        public String getPath()
        {
                return file.getPath();
        }





---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to