Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1304

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1304
    Summary: SAR dependencies don't appear on classpath
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-rc3
             1.0-rc2

   Assignee: 
   Reporter: Chris Bonham

    Created: Thu, 3 Jun 2004 1:27 PM
    Updated: Thu, 3 Jun 2004 1:27 PM
Environment: JDK 1.4.2_03, RH ES 2.4.21-4.EL

Description:
When a dependency is created of type sar, it doesn't show up on the dependency 
classpath when needed by javac:

        <dependencies>
                <dependency>
                        <groupId>sc</groupId>
                        <artifactId>sc-common</artifactId>
                        <version>1.0</version>
                        <type>sar</type>
                        <properties>
                        </properties>
                </dependency>
        </dependencies>

    [javac] [VERBOSE] Compilation arguments:
'-d'
'C:\sc\src\ejb\target\classes'
'-classpath'
'C:\sc\src\ejb\target\classes;C:\Documents and 
Settings\cbonham\.maven\repository\ejb\jars\ejb-2.0.jar;C:\Documents and 
Settings\cbonham\.maven\repository\jta\jars\jta-1.0.1.jar;C:\Documents and 
Settings\cbonham\.maven\repository\servletapi\jars\servletapi-2.3.jar;C:\Documents and 
Settings\cbonham\.maven\repository\jmx\jars\jmxri-1.0.jar;C:\Documents and 
Settings\cbonham\.maven\repository\activation\jars\activation-1.0.2.jar;C:\Documents 
and Settings\cbonham\.maven\repository\javamail\jars\mail-1.3.jar;C:\Documents and 
Settings\cbonham\.maven\repository\commons-collections\jars\commons-collections-2.1.jar;C:\Documents
 and 
Settings\cbonham\.maven\repository\commons-logging\jars\commons-logging-1.0.3.jar;C:\maven-1.0-rc3\lib\forehead-1.0-beta-5.jar


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to