You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2005/03/01 11:34:46 UTC

[jira] Commented: (MPECLIPSE-59) Skipped dependency with eclipse.dependency false

The following comment has been added to this issue:

     Author: Wesley Vrieselaar
    Created: Tue, 1 Mar 2005 5:33 AM
       Body:
I would expect eclipse.plugin=false to behave af if the eclipse.plugin property wasn't set at all. Chances are I'm wrong about this, but I couldn't find any documentation that contradicts me.

When I trace it back to the source code, it's this 'when' in classpath.jelly that makes it skip the dependency entirely:

<j:when test="${eclipseDependency == 'false'}">-->
   <!-- ignore specific dependencies -->
</j:when>

Again, I'm not too sure it should be doing this. When I take these lines out the dependency is treated as if eclipse.dependency isn't set at all: <classpathentry kind="var" in .classpath and <projects> in .project is empty. 

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPECLIPSE-59?page=comments#action_30387

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPECLIPSE-59

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPECLIPSE-59
    Summary: Skipped dependency with eclipse.dependency  false
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-eclipse-plugin

   Assignee: 
   Reporter: Henri Bonnehuit

    Created: Mon, 29 Nov 2004 8:00 AM
    Updated: Tue, 1 Mar 2005 5:33 AM
Environment: Java 1.4.2_04, win2k

Description:
A dependency element like:

<eclipse.dependency>true</eclipse.dependency>

in project.xml causes maven eclipse to skip the dependency completely,
rather than reverting to simple .classpath entry.

I have maven-eclipse-plugin-1.9.jar and maven v. 1.0.1


---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org