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 2004/06/03 19:27:57 UTC

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

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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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