This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118694

Summary: make ClassPathUtils.getProjectClassSource() independent of AntArtifact
Product: guibuilder Reporter: Milos Kleint <mkleint>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jvagner, observedtrials
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 157985    
Bug Blocks: 89008    

Description Milos Kleint 2007-10-12 12:24:21 UTC
The Add to Palette action doesn't currently work for maven based projects. I've tracked that back to the 
ClassPathUtils.getProjectClassSource() method that relies on AntArtifact which the maven support doens't implement for
obvious reasons.
Please rewrite this (and eventually other) method to bemore generic.
Comment 1 Milos Kleint 2007-10-12 12:26:41 UTC
was originally filed as bug here: http://jira.codehaus.org/browse/MEVENIDE-563
Comment 2 Milos Kleint 2008-06-06 10:11:09 UTC
*** Issue 127532 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Vagner 2008-06-06 10:29:29 UTC
*** Issue 135427 has been marked as a duplicate of this issue. ***
Comment 4 ahhughes 2008-07-11 01:12:23 UTC
It would be soooooo nice to see this fixed :)
Comment 5 Milos Kleint 2008-11-28 06:59:42 UTC
*** Issue 154053 has been marked as a duplicate of this issue. ***
Comment 6 Milos Kleint 2009-02-11 07:54:50 UTC
issue #157985 shall enable adding non-ant project dependencies to non-ant projects.
Comment 7 Milos Kleint 2009-02-11 07:56:50 UTC
*** Issue 154478 has been marked as a duplicate of this issue. ***
Comment 8 Tomas Pavek 2009-02-16 15:27:15 UTC
ProjectClassPathModifier newly has 'addProjects' method which we could use instead of current 'addAntArtifacts'.
Comment 9 Tomas Pavek 2009-10-06 16:59:13 UTC
*** Issue 166996 has been marked as a duplicate of this issue. ***
Comment 10 cbulcu 2010-02-24 05:03:21 UTC
Any news about this issue?
Comment 11 Jan Stola 2010-05-24 09:09:33 UTC
Fixed, but you can encounter one small problem: issue 186493.

Modified files: http://hg.netbeans.org/cdev/rev/611beab4ca42
Comment 12 Jan Stola 2010-07-16 14:42:48 UTC
*** Bug 188674 has been marked as a duplicate of this bug. ***