You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marcin Waldowski <mw...@sulechow.net> on 2007/08/30 11:19:55 UTC

'mvn eclipse:eclipse' fail problem

Hello.

I created 2 module simple example which can be downloaded from:

http://www.nabble.com/attachment/12381781/0/example.zip

When I execute 'mvn package' everything works ok. But when I execute mvn 
eclipse:eclipse I ended up with error:

    [DEBUG] Unable to download the artifact from any repository
       Try downloading the file manually from the project website.
       Then, install it using the command:
           mvn install:install-file -DgroupId=com.company.app.appserver 
-DartifactId=ejb3 \
               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb -Dfile=/path/to/file

Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn package'?

(I know that the workaround is to make 'mvn instal' but I would like to 
avoid this)

Regards,
Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'mvn eclipse:eclipse' fail problem

Posted by Marcin Waldowski <mw...@sulechow.net>.
So you should vote for http://jira.codehaus.org/browse/MECLIPSE-252 too :P

Regards,
Marcin

Dan Tran wrote:
> You poms are fine.  I have seen this in my projects too.
>
> -D
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'mvn eclipse:eclipse' fail problem

Posted by Alexander Sack <pi...@gmail.com>.
I missed the beginning of this thread so I don't know what your asking.

BTW, you can check out the Codehaus M2 Integration plugin which IMO does
what I really want which is define a dynamic project classpath container
based on my POM:

http://m2eclipse.codehaus.org/

-aps

On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
>
> Great.
>
> Now I have a question:
>
> Where does the plugin get the <name> value from for the .project:
>
> <name>common-a3<name>
>
>
> Can it get it from (pom.xml):
>
> <name>Utilities__Common-A3</name>
>
>
> instead of:
>
>     <artifactId>common-a3</artifactId>
>
>
>
>
>
>
> On 8/30/07, Alexander Sack <pi...@gmail.com> wrote:
> >
> > http://maven.apache.org/plugins/maven-eclipse-plugin/index.html
> >
> > -aps
> >
> > On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
> > >
> > > I guess I am confused, I can't find anything about the eclipse plugin
> to
> > > create the eclipse project files from my Maven structure.
> > >
> > > Can someone help with the URL that describes the usage of this plugin?
> > >
> > > On 8/30/07, Dan Tran <da...@gmail.com> wrote:
> > > >
> > > > You poms are fine.  I have seen this in my projects too.
> > > >
> > > > -D
> > > >
> > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > > Dan,
> > > > >
> > > > > I was absolutely convinced that  the error was in my  pom file.
> I'm
> > > > > maven newbie, so it's hard for me to distinguish what is plugin
> bug
> > > and
> > > > > what is my mistake :P
> > > > >
> > > > > I will create jira issue.
> > > > >
> > > > > Thanks again for your help.
> > > > >
> > > > > Regards,
> > > > > Marcin
> > > > >
> > > > > Dan Tran wrote:
> > > > > > from our last discussion, eclipse plugin requires
> > > > > > your ejb3 module installed on you local repo, this is a bug. So
> > the
> > > > > > work around is
> > > > > > to run 'mvn install' at eleast once before invoking 'mvn
> > > > eclipse:eclipse'
> > > > > >
> > > > > > please file an issue against eclipse plugin
> > > > > >
> > > > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > > >
> > > > > >> Hello.
> > > > > >>
> > > > > >> I created 2 module simple example which can be downloaded from:
> > > > > >>
> > > > > >> http://www.nabble.com/attachment/12381781/0/example.zip
> > > > > >>
> > > > > >> When I execute 'mvn package' everything works ok. But when I
> > > execute
> > > > mvn
> > > > > >> eclipse:eclipse I ended up with error:
> > > > > >>
> > > > > >>    [DEBUG] Unable to download the artifact from any repository
> > > > > >>       Try downloading the file manually from the project
> website.
> > > > > >>       Then, install it using the command:
> > > > > >>           mvn install:install-file -DgroupId=
> > > > com.company.app.appserver
> > > > > >> -DartifactId=ejb3 \
> > > > > >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb
> > > > -Dfile=/path/to/file
> > > > > >>
> > > > > >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn
> > > > package'?
> > > > > >>
> > > > > >> (I know that the workaround is to make 'mvn instal' but I would
> > > like
> > > > to
> > > > > >> avoid this)
> > > > > >>
> > > > > >> Regards,
> > > > > >> Marcin
> > > > > >>
> > > > > >>
> > > ---------------------------------------------------------------------
> > > > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > >> For additional commands, e-mail: users-help@maven.apache.org
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >
> > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > > Thanks,
> > > Mick Knutson
> > >
> > > http://www.baselogic.com
> > > http://www.blincmagazine.com
> > > http://www.djmick.com
> > > http://www.myspace.com/mickknutson
> > > http://www.myspace.com/djmick_dot_com
> > > http://www.myspace.com/sexybeotches
> > > http://www.thumpradio.com
> > > ---
> > >
> >
> >
> >
> > --
> > "What lies behind us and what lies in front of us is of little concern
> to
> > what lies within us." -Ralph Waldo Emerson
> >
>
>
>
> --
>
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>



-- 
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson

Re: 'mvn eclipse:eclipse' fail problem

Posted by Dan Tran <da...@gmail.com>.
please dont hijack the thread

On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
> Great.
>
> Now I have a question:
>
> Where does the plugin get the <name> value from for the .project:
>
> <name>common-a3<name>
>
>
> Can it get it from (pom.xml):
>
> <name>Utilities__Common-A3</name>
>
>
> instead of:
>
>    <artifactId>common-a3</artifactId>
>
>
>
>
>
>
> On 8/30/07, Alexander Sack <pi...@gmail.com> wrote:
> >
> > http://maven.apache.org/plugins/maven-eclipse-plugin/index.html
> >
> > -aps
> >
> > On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
> > >
> > > I guess I am confused, I can't find anything about the eclipse plugin to
> > > create the eclipse project files from my Maven structure.
> > >
> > > Can someone help with the URL that describes the usage of this plugin?
> > >
> > > On 8/30/07, Dan Tran <da...@gmail.com> wrote:
> > > >
> > > > You poms are fine.  I have seen this in my projects too.
> > > >
> > > > -D
> > > >
> > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > > Dan,
> > > > >
> > > > > I was absolutely convinced that  the error was in my  pom file. I'm
> > > > > maven newbie, so it's hard for me to distinguish what is plugin bug
> > > and
> > > > > what is my mistake :P
> > > > >
> > > > > I will create jira issue.
> > > > >
> > > > > Thanks again for your help.
> > > > >
> > > > > Regards,
> > > > > Marcin
> > > > >
> > > > > Dan Tran wrote:
> > > > > > from our last discussion, eclipse plugin requires
> > > > > > your ejb3 module installed on you local repo, this is a bug. So
> > the
> > > > > > work around is
> > > > > > to run 'mvn install' at eleast once before invoking 'mvn
> > > > eclipse:eclipse'
> > > > > >
> > > > > > please file an issue against eclipse plugin
> > > > > >
> > > > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > > >
> > > > > >> Hello.
> > > > > >>
> > > > > >> I created 2 module simple example which can be downloaded from:
> > > > > >>
> > > > > >> http://www.nabble.com/attachment/12381781/0/example.zip
> > > > > >>
> > > > > >> When I execute 'mvn package' everything works ok. But when I
> > > execute
> > > > mvn
> > > > > >> eclipse:eclipse I ended up with error:
> > > > > >>
> > > > > >>    [DEBUG] Unable to download the artifact from any repository
> > > > > >>       Try downloading the file manually from the project website.
> > > > > >>       Then, install it using the command:
> > > > > >>           mvn install:install-file -DgroupId=
> > > > com.company.app.appserver
> > > > > >> -DartifactId=ejb3 \
> > > > > >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb
> > > > -Dfile=/path/to/file
> > > > > >>
> > > > > >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn
> > > > package'?
> > > > > >>
> > > > > >> (I know that the workaround is to make 'mvn instal' but I would
> > > like
> > > > to
> > > > > >> avoid this)
> > > > > >>
> > > > > >> Regards,
> > > > > >> Marcin
> > > > > >>
> > > > > >>
> > > ---------------------------------------------------------------------
> > > > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > >> For additional commands, e-mail: users-help@maven.apache.org
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >
> > > > > >
> > > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > > Thanks,
> > > Mick Knutson
> > >
> > > http://www.baselogic.com
> > > http://www.blincmagazine.com
> > > http://www.djmick.com
> > > http://www.myspace.com/mickknutson
> > > http://www.myspace.com/djmick_dot_com
> > > http://www.myspace.com/sexybeotches
> > > http://www.thumpradio.com
> > > ---
> > >
> >
> >
> >
> > --
> > "What lies behind us and what lies in front of us is of little concern to
> > what lies within us." -Ralph Waldo Emerson
> >
>
>
>
> --
>
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'mvn eclipse:eclipse' fail problem

Posted by Mick Knutson <mi...@gmail.com>.
Great.

Now I have a question:

Where does the plugin get the <name> value from for the .project:

<name>common-a3<name>


Can it get it from (pom.xml):

<name>Utilities__Common-A3</name>


instead of:

    <artifactId>common-a3</artifactId>






On 8/30/07, Alexander Sack <pi...@gmail.com> wrote:
>
> http://maven.apache.org/plugins/maven-eclipse-plugin/index.html
>
> -aps
>
> On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
> >
> > I guess I am confused, I can't find anything about the eclipse plugin to
> > create the eclipse project files from my Maven structure.
> >
> > Can someone help with the URL that describes the usage of this plugin?
> >
> > On 8/30/07, Dan Tran <da...@gmail.com> wrote:
> > >
> > > You poms are fine.  I have seen this in my projects too.
> > >
> > > -D
> > >
> > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > Dan,
> > > >
> > > > I was absolutely convinced that  the error was in my  pom file. I'm
> > > > maven newbie, so it's hard for me to distinguish what is plugin bug
> > and
> > > > what is my mistake :P
> > > >
> > > > I will create jira issue.
> > > >
> > > > Thanks again for your help.
> > > >
> > > > Regards,
> > > > Marcin
> > > >
> > > > Dan Tran wrote:
> > > > > from our last discussion, eclipse plugin requires
> > > > > your ejb3 module installed on you local repo, this is a bug. So
> the
> > > > > work around is
> > > > > to run 'mvn install' at eleast once before invoking 'mvn
> > > eclipse:eclipse'
> > > > >
> > > > > please file an issue against eclipse plugin
> > > > >
> > > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > > >
> > > > >> Hello.
> > > > >>
> > > > >> I created 2 module simple example which can be downloaded from:
> > > > >>
> > > > >> http://www.nabble.com/attachment/12381781/0/example.zip
> > > > >>
> > > > >> When I execute 'mvn package' everything works ok. But when I
> > execute
> > > mvn
> > > > >> eclipse:eclipse I ended up with error:
> > > > >>
> > > > >>    [DEBUG] Unable to download the artifact from any repository
> > > > >>       Try downloading the file manually from the project website.
> > > > >>       Then, install it using the command:
> > > > >>           mvn install:install-file -DgroupId=
> > > com.company.app.appserver
> > > > >> -DartifactId=ejb3 \
> > > > >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb
> > > -Dfile=/path/to/file
> > > > >>
> > > > >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn
> > > package'?
> > > > >>
> > > > >> (I know that the workaround is to make 'mvn instal' but I would
> > like
> > > to
> > > > >> avoid this)
> > > > >>
> > > > >> Regards,
> > > > >> Marcin
> > > > >>
> > > > >>
> > ---------------------------------------------------------------------
> > > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > >> For additional commands, e-mail: users-help@maven.apache.org
> > > > >>
> > > > >>
> > > > >>
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> >
> > --
> >
> > Thanks,
> > Mick Knutson
> >
> > http://www.baselogic.com
> > http://www.blincmagazine.com
> > http://www.djmick.com
> > http://www.myspace.com/mickknutson
> > http://www.myspace.com/djmick_dot_com
> > http://www.myspace.com/sexybeotches
> > http://www.thumpradio.com
> > ---
> >
>
>
>
> --
> "What lies behind us and what lies in front of us is of little concern to
> what lies within us." -Ralph Waldo Emerson
>



-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: 'mvn eclipse:eclipse' fail problem

Posted by Alexander Sack <pi...@gmail.com>.
http://maven.apache.org/plugins/maven-eclipse-plugin/index.html

-aps

On 8/30/07, Mick Knutson <mi...@gmail.com> wrote:
>
> I guess I am confused, I can't find anything about the eclipse plugin to
> create the eclipse project files from my Maven structure.
>
> Can someone help with the URL that describes the usage of this plugin?
>
> On 8/30/07, Dan Tran <da...@gmail.com> wrote:
> >
> > You poms are fine.  I have seen this in my projects too.
> >
> > -D
> >
> > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > Dan,
> > >
> > > I was absolutely convinced that  the error was in my  pom file. I'm
> > > maven newbie, so it's hard for me to distinguish what is plugin bug
> and
> > > what is my mistake :P
> > >
> > > I will create jira issue.
> > >
> > > Thanks again for your help.
> > >
> > > Regards,
> > > Marcin
> > >
> > > Dan Tran wrote:
> > > > from our last discussion, eclipse plugin requires
> > > > your ejb3 module installed on you local repo, this is a bug. So the
> > > > work around is
> > > > to run 'mvn install' at eleast once before invoking 'mvn
> > eclipse:eclipse'
> > > >
> > > > please file an issue against eclipse plugin
> > > >
> > > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > > >
> > > >> Hello.
> > > >>
> > > >> I created 2 module simple example which can be downloaded from:
> > > >>
> > > >> http://www.nabble.com/attachment/12381781/0/example.zip
> > > >>
> > > >> When I execute 'mvn package' everything works ok. But when I
> execute
> > mvn
> > > >> eclipse:eclipse I ended up with error:
> > > >>
> > > >>    [DEBUG] Unable to download the artifact from any repository
> > > >>       Try downloading the file manually from the project website.
> > > >>       Then, install it using the command:
> > > >>           mvn install:install-file -DgroupId=
> > com.company.app.appserver
> > > >> -DartifactId=ejb3 \
> > > >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb
> > -Dfile=/path/to/file
> > > >>
> > > >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn
> > package'?
> > > >>
> > > >> (I know that the workaround is to make 'mvn instal' but I would
> like
> > to
> > > >> avoid this)
> > > >>
> > > >> Regards,
> > > >> Marcin
> > > >>
> > > >>
> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > >> For additional commands, e-mail: users-help@maven.apache.org
> > > >>
> > > >>
> > > >>
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
>
> --
>
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>



-- 
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson

Re: 'mvn eclipse:eclipse' fail problem

Posted by Mick Knutson <mi...@gmail.com>.
I guess I am confused, I can't find anything about the eclipse plugin to
create the eclipse project files from my Maven structure.

Can someone help with the URL that describes the usage of this plugin?

On 8/30/07, Dan Tran <da...@gmail.com> wrote:
>
> You poms are fine.  I have seen this in my projects too.
>
> -D
>
> On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > Dan,
> >
> > I was absolutely convinced that  the error was in my  pom file. I'm
> > maven newbie, so it's hard for me to distinguish what is plugin bug and
> > what is my mistake :P
> >
> > I will create jira issue.
> >
> > Thanks again for your help.
> >
> > Regards,
> > Marcin
> >
> > Dan Tran wrote:
> > > from our last discussion, eclipse plugin requires
> > > your ejb3 module installed on you local repo, this is a bug. So the
> > > work around is
> > > to run 'mvn install' at eleast once before invoking 'mvn
> eclipse:eclipse'
> > >
> > > please file an issue against eclipse plugin
> > >
> > > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> > >
> > >> Hello.
> > >>
> > >> I created 2 module simple example which can be downloaded from:
> > >>
> > >> http://www.nabble.com/attachment/12381781/0/example.zip
> > >>
> > >> When I execute 'mvn package' everything works ok. But when I execute
> mvn
> > >> eclipse:eclipse I ended up with error:
> > >>
> > >>    [DEBUG] Unable to download the artifact from any repository
> > >>       Try downloading the file manually from the project website.
> > >>       Then, install it using the command:
> > >>           mvn install:install-file -DgroupId=
> com.company.app.appserver
> > >> -DartifactId=ejb3 \
> > >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb
> -Dfile=/path/to/file
> > >>
> > >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn
> package'?
> > >>
> > >> (I know that the workaround is to make 'mvn instal' but I would like
> to
> > >> avoid this)
> > >>
> > >> Regards,
> > >> Marcin
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > >> For additional commands, e-mail: users-help@maven.apache.org
> > >>
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---

Re: 'mvn eclipse:eclipse' fail problem

Posted by Dan Tran <da...@gmail.com>.
You poms are fine.  I have seen this in my projects too.

-D

On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> Dan,
>
> I was absolutely convinced that  the error was in my  pom file. I'm
> maven newbie, so it's hard for me to distinguish what is plugin bug and
> what is my mistake :P
>
> I will create jira issue.
>
> Thanks again for your help.
>
> Regards,
> Marcin
>
> Dan Tran wrote:
> > from our last discussion, eclipse plugin requires
> > your ejb3 module installed on you local repo, this is a bug. So the
> > work around is
> > to run 'mvn install' at eleast once before invoking 'mvn eclipse:eclipse'
> >
> > please file an issue against eclipse plugin
> >
> > On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> >
> >> Hello.
> >>
> >> I created 2 module simple example which can be downloaded from:
> >>
> >> http://www.nabble.com/attachment/12381781/0/example.zip
> >>
> >> When I execute 'mvn package' everything works ok. But when I execute mvn
> >> eclipse:eclipse I ended up with error:
> >>
> >>    [DEBUG] Unable to download the artifact from any repository
> >>       Try downloading the file manually from the project website.
> >>       Then, install it using the command:
> >>           mvn install:install-file -DgroupId=com.company.app.appserver
> >> -DartifactId=ejb3 \
> >>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb -Dfile=/path/to/file
> >>
> >> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn package'?
> >>
> >> (I know that the workaround is to make 'mvn instal' but I would like to
> >> avoid this)
> >>
> >> Regards,
> >> Marcin
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: users-help@maven.apache.org
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'mvn eclipse:eclipse' fail problem

Posted by Marcin Waldowski <mw...@sulechow.net>.
Dan,

I was absolutely convinced that  the error was in my  pom file. I'm 
maven newbie, so it's hard for me to distinguish what is plugin bug and 
what is my mistake :P

I will create jira issue.

Thanks again for your help.

Regards,
Marcin

Dan Tran wrote:
> from our last discussion, eclipse plugin requires
> your ejb3 module installed on you local repo, this is a bug. So the
> work around is
> to run 'mvn install' at eleast once before invoking 'mvn eclipse:eclipse'
>
> please file an issue against eclipse plugin
>
> On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
>   
>> Hello.
>>
>> I created 2 module simple example which can be downloaded from:
>>
>> http://www.nabble.com/attachment/12381781/0/example.zip
>>
>> When I execute 'mvn package' everything works ok. But when I execute mvn
>> eclipse:eclipse I ended up with error:
>>
>>    [DEBUG] Unable to download the artifact from any repository
>>       Try downloading the file manually from the project website.
>>       Then, install it using the command:
>>           mvn install:install-file -DgroupId=com.company.app.appserver
>> -DartifactId=ejb3 \
>>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb -Dfile=/path/to/file
>>
>> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn package'?
>>
>> (I know that the workaround is to make 'mvn instal' but I would like to
>> avoid this)
>>
>> Regards,
>> Marcin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: 'mvn eclipse:eclipse' fail problem

Posted by Dan Tran <da...@gmail.com>.
from our last discussion, eclipse plugin requires
your ejb3 module installed on you local repo, this is a bug. So the
work around is
to run 'mvn install' at eleast once before invoking 'mvn eclipse:eclipse'

please file an issue against eclipse plugin

On 8/30/07, Marcin Waldowski <mw...@sulechow.net> wrote:
> Hello.
>
> I created 2 module simple example which can be downloaded from:
>
> http://www.nabble.com/attachment/12381781/0/example.zip
>
> When I execute 'mvn package' everything works ok. But when I execute mvn
> eclipse:eclipse I ended up with error:
>
>    [DEBUG] Unable to download the artifact from any repository
>       Try downloading the file manually from the project website.
>       Then, install it using the command:
>           mvn install:install-file -DgroupId=com.company.app.appserver
> -DartifactId=ejb3 \
>               -Dversion=1.0-SNAPSHOT -Dpackaging=ejb -Dfile=/path/to/file
>
> Why it occurs during 'mvn eclipse:eclipse' but not during 'mvn package'?
>
> (I know that the workaround is to make 'mvn instal' but I would like to
> avoid this)
>
> Regards,
> Marcin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org