You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/05/16 07:09:34 UTC

[jira] Closed: (MAVEN-1304) SAR dependencies don't appear on classpath

     [ http://jira.codehaus.org/browse/MAVEN-1304?page=all ]
     
Brett Porter closed MAVEN-1304:
-------------------------------

    Fix Version: 1.1-beta-1
     Resolution: Fixed

> SAR dependencies don't appear on classpath
> ------------------------------------------
>
>          Key: MAVEN-1304
>          URL: http://jira.codehaus.org/browse/MAVEN-1304
>      Project: maven
>         Type: Bug
>   Components: core
>     Versions: 1.0-rc3, 1.0-rc2
>  Environment: JDK 1.4.2_03, RH ES 2.4.21-4.EL
>     Reporter: Chris Bonham
>      Fix For: 1.1-beta-1

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

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