Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1107


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1107
    Summary: classloading problem with using maven within netbeans IDE.
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc2

   Assignee: 
   Reporter: Milos Kleint

    Created: Sat, 3 Jan 2004 11:08 AM
    Updated: Sat, 3 Jan 2004 11:08 AM

Description:
Hello,
I've tried to integrate maven into the netbeans IDE. I wanted to have maven as a 
module within the app, however it didn't work because of this code in MavenUtils (I 
believe)

      Properties driverProperties = loadProperties(
           MavenUtils.class.getClassLoader().getResourceAsStream(
               MavenConstants.DRIVER_PROPERTIES ) );

where DRIVER_PROPERTIES is just a "driver.properties" value. thus it's a file located 
at the root of the jar.

The netbeans module classloader doesn't allow loading stuff from the default package. 
My discussion on netbeans mailing list is here:
http://openide.netbeans.org/servlets/ReadMsg?msgId=647701&listName=dev

The issue filed in netbeans issue tracking is:
http://www.netbeans.org/issues/show_bug.cgi?id=38368

however I'm not sure if it's a problem solely on the netbeans side, thus filing the 
issue here as well.





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

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to