facebook

source not found

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #233403 Reply

    Eric Angel
    Member

    OS: WindowsXP
    ME: build 2005-0627-4.0-Milestone-2

    I recently upgraded to 4M2. I created a new Web project and then imported my files from previous version of ME. I use log4j and it correctly outputs my debugging messages to the console.

    This is my pattern line in jog4j.properties:
    log4j.appender.stdout.layout.conversionPattern =%d{DATE} %5p (%F:%M:%L) – %m%n

    And here’s an example of the output:
    21 Jul 2005 10:34:52,046 ERROR (UserLoginServlet.java:doPost:94) – [UserLoginServlet.dopost()] Unable to look up database

    The problem is when I click on the File:Method:Line link from the console output. I get a “Source not found” error.

    Did I import the project incorrectly? What’s the right way to import projects?

    Thanks

    #233454 Reply

    Riyad Kalla
    Member

    You imported the project correctly, the functionalty you are asking about is purely Eclispe, MyEclipse doesn’t do anything to the console view’s functionaltiy.

    You may try and navigate to your Project properties > Java build Path settings and make sure your source tab is setup properly. Also try and rebuilt your project.

    #234602 Reply

    Eric Angel
    Member

    I found the solution to my problem. Although it’s not a myeclipse problem, I wanted to post it here for others to see how to fix it since it is related to Eclipse. The instructions are on my site here:

    http://www.digital-seven.net/index.php?option=com_content&task=view&id=35&Itemid=45

    #234604 Reply

    Riyad Kalla
    Member

    Arthur,
    We really appreciate you posting that here for others, we want the forums to be a resource helpful to all J2EE developers.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: source not found

You must be logged in to post in the forum log in