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 - make ClassPathUtils.getProjectClassSource() independent of AntArtifact
Summary: make ClassPathUtils.getProjectClassSource() independent of AntArtifact
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 12 votes (vote)
Assignee: issues@guibuilder
URL:
Keywords:
: 127532 135427 154053 154478 166996 188674 (view as bug list)
Depends on: 157985
Blocks: 89008
  Show dependency tree
 
Reported: 2007-10-12 12:24 UTC by Milos Kleint
Modified: 2010-08-02 13:17 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***