That's exactly why I wanted the full command...

> $ mvn install:install-file -DgroupId=javax.activation
> -DartifactId=activation  -Dversion=
> 1.0.2 -Dpackaging=jar -Dfile=/

This should be:
-Dfile=/activation-1.0.2.jar

Or whatever the file name is.

Wayne


On 3/30/06, Pete Carapetyan <[EMAIL PROTECTED]> wrote:
> > Send us your full command from DOS and perhaps we can help.
> >
>
> Thanks Wayne.
>
> First, this is the dependency that blows up.
> <dependency>
>    <groupId>javax.activation</groupId>
>    <artifactId>activation</artifactId>
>    <version>1.0.2</version>
> </dependency>
>
> To match that I have the standard folder configuration I have used for a
> year or two
> repository
> -javax.activation
> --jars
> ---activation-1.0.2.jar
> [Since this didn't work, I had my buddy email his exact folder
> configuration from his linux box that does work, and pasted that in with
> the pom and all and it resulted in exactly the same error]
> I also tried the apparently newer setup that goes like
> repository
> -javax.activation
> --activation
> ---1.0.2
> ----activation-1.0.2.jar
> But this one had exactly same results
>
>
> Then, here is my command shell history using cygwin shell, but I have also
> run it with identical results in dos shell
>
> $ mvn compile
> [INFO] Scanning for projects...
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Maven Quick Start Archetype
> [INFO]    task-segment: [compile]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING]
>        Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
> overriding broader
> scope 'compile'
>        given by a dependency. If this is not intended, modify or remove
> the local scope.
>
> Downloading:
> http://repo1.maven.org/maven2/javax/activation/activation/1.0.2/activation-1.
> 0.2.jar
> [WARNING] Unable to get resource from repository central
> (http://repo1.maven.org/maven2)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) javax.activation:activation:jar:1.0.2
>
>  Try downloading the file manually from:
>      http://java.sun.com/products/javabeans/glasgow/jaf.html
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=javax.activation
> -DartifactId=activation \
>          -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
>
>  Path to dependency:
>        1) com.mycompany.app:my-app:jar:1.0-SNAPSHOT
>        2) javax.activation:activation:jar:1.0.2
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  com.mycompany.app:my-app:jar:1.0-SNAPSHOT
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Thu Mar 30 11:25:24 CST 2006
> [INFO] Final Memory: 2M/5M
> [INFO]
> ------------------------------------------------------------------------
>
> OK, so I try to follow those instructions
>
> $ mvn install:install-file -DgroupId=javax.activation
> -DartifactId=activation  -Dversion=
> 1.0.2 -Dpackaging=jar -Dfile=/
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'install'.
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Maven Quick Start Archetype
> [INFO]    task-segment: [install:install-file] (aggregator-style)
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [install:install-file]
> [INFO] Installing c:\blah\workspace\my-app to
> \maven\repository\javax\activation\activ
> ation\1.0.2\activation-1.0.2.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error installing artifact 'javax.activation:activation:jar': Error
> installing artif
> act: c:\semantra\workspace\my-app (Access is denied)
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Thu Mar 30 11:27:33 CST 2006
> [INFO] Final Memory: 1M/3M
> [INFO]
> ------------------------------------------------------------------------
>
>
> None of my other jars are freaking out, all are acting very normal and
> going in fine....
>
>
> > Wayne
> >
> >
> > On 3/30/06, Pete Carapetyan <[EMAIL PROTECTED]> wrote:
> >> I am a long time Maven 1.0 user making my first transition to a 2.0
> >> project
> >>
> >> For whatever reason, my javax.activation jar won't be seen. Everything
> >> googled points to the same thing that apparently others have had happen,
> >> first you get this error
> >>
> >> Missing:
> >> ----------
> >> 1) javax.activation:activation:jar:1.0.2
> >>
> >> which brings you this suggestion:
> >>
> >> Try downloading the file manually from:
> >>    http://java.sun.com/products/javabeans/glasgow/jaf.html
> >>
> >> Then, install it using the command:
> >>    mvn install:install-file -DgroupId=javax.activation
> >> -DartifactId=activation \
> >>        -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file
> >>
> >> But what the ???
> >> When I attempt this mvn install, I get this access denied error on a w2k
> >> box ?????? Huh ???
> >>
> >> [INFO] Error installing artifact 'javax.activation:activation:jar':
> >> Error
> >> installing artifact: C:\blah\workspace\my-app (Access is denied)
> >>
> >> I have gone over everything meticulously, logged a full half a day on
> >> this, and it does not appear to be repeatable on a buddy's linux box,
> >> using exactly same stuff.
> >>
> >> Suggestions ????
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to