You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Patrick Lightbody (JIRA)" <ji...@codehaus.org> on 2006/03/03 07:02:14 UTC

[jira] Commented: (MIDEA-16) idea target only works after compilation

    [ http://jira.codehaus.org/browse/MIDEA-16?page=comments#action_59963 ] 

Patrick Lightbody commented on MIDEA-16:
----------------------------------------

I'm sure the fix was close, but it opened up a huge bug and caused me to waste 30 minutes of my time (beat *that*, Jerome). With the "fix", provided-scoped jars no longer were associated with the module. Pretty lame. The patch in MIDEA-26 reverts this change until it can be done correctly.

> idea target only works after compilation
> ----------------------------------------
>
>          Key: MIDEA-16
>          URL: http://jira.codehaus.org/browse/MIDEA-16
>      Project: Maven 2.x Idea Plugin
>         Type: Bug

>     Reporter: Matthew Pocock
>     Assignee: Edwin Punzalan
>      Fix For: 2.0

>
> Original Estimate: 3 hours
>        Time Spent: 3 hours
>         Remaining: 0 minutes
>
> In a multi-module project, you have to build it before you can idea:idea it. Let's have modules a and b, with b depending on a. The idea plugin runs for a, but then fails on b because it can't find a.jar, as you've not build a yet. However, there are case where it's not practical to build the project before loading it up in idea e.g. if you've checked it out of svn to fix a bug that prevents compilation.
> The work-arround would be for the idea plugin to require resolution for all jars that are external dependencies but to silently assume the presence of all jars that would be built as part of the project.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org