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 2003/12/17 16:27:54 UTC

[jira] Commented: (MAVEN-572) Unable to define jsp tar jar and tld dependencies together

The following comment has been added to this issue:

     Author: Tim McCune
    Created: Wed, 17 Dec 2003 9:27 AM
       Body:
There is no MAVEN-194, unless I'm just not figuring out how to use JIRA (grr).  I'm using maven 1.0rc1 and still having this problem.  It doesn't appear to be fixed.
---------------------------------------------------------------------
View the issue:

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-572
    Summary: Unable to define jsp tar jar and tld dependencies together
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: DUPLICATE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0-rc1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Dan Tran

    Created: Tue, 15 Jul 2003 7:30 PM
    Updated: Wed, 17 Dec 2003 9:27 AM
Environment: W2K JDK 1.4.0.3

Description:
Here is my dependency definitions for a jar and its associate tld

    <dependency>
      <groupId>display</groupId>
      <artifactId>display</artifactId>
      <version>0.8.5</version>
      <type>jar</type>
      <properties><war.bundle>true</war.bundle></properties>
    </dependency>
    <dependency>
      <groupId>display</groupId>
      <artifactId>display</artifactId>
      <version>0.8.5</version>
      <type>tld</type>
      <properties><war.bundle>true</war.bundle></properties>
    </dependency>

maven war ignores the second one, display-0.8.5.tld does not show up in web-inf/tlds directory

-Dan


---------------------------------------------------------------------
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