maybe this thread can be help.
http://www.nabble.com/mvn-appfuse-3Afull-source-failed.-any-ideas-to14476481s2369.html#a14492511
http://www.nabble.com/mvn-appfuse-3Afull-source-failed.-any-ideas-to14476481s2369.html#a14492511
--
View this message in context:
http://www.nabble.com/Not-able-to-r
Do you have found the reason for this error. I get exactly the same error
(also setting the local repositoy explicit in the settings.xml)
Thanks,
Mario
Adolfo wrote:
>
> The local repository was already explicitly set in settings.xml, and it is
> not the default. Thanx.
> Adolfo.
>
>
> Micha
The local repository was already explicitly set in settings.xml, and it is
not the default. Thanx.
Adolfo.
Michael Horwitz wrote:
>
> It may be something as simple as you need to explicitly set the location
> of
> your local repository using the settings.xml file even if you are using
> the
> d
Tried removing the local repository before creating and full-sourcing and
before full-sourcing other projects alike, but the problem persists. I will
see what I can do with the environment and keep it posted. Please, let me
know too. Thanx.
Adolfo.
mraible wrote:
>
> Does this happen if you re
Does this happen if you remove your local repository (rm -r
~/.m2/repository)? Are you behind a proxy server (it doesn't look like
it).
Matt
On 6/27/07, Adolfo <[EMAIL PROTECTED]> wrote:
I'm using Win XP / JDK 1.5.0 / MySQL
Same problem occurs when running full-source on a fresh project.
ar
I'm using Win XP / JDK 1.5.0 / MySQL
Same problem occurs when running full-source on a fresh project.
archetype:create and appfuse:full-source output follows:
Microsoft Windows XP [versão 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
F:\temp>mvn archetype:create -DarchetypeGroupId=org.app
Unfortunately, this error is new to me. Can you elaborate more on your
environment (OS, JDK, etc)?
If you create a new basic project and run "appfuse:full-source" on it,
it should work. If it doesn't, it's possibly because you modified
pom.xml or because of some environment issue. Of course, it c
mraible wrote:
>
> You might try deleting your local AppFuse plugin (rm -r
> ~/.m2/repository/org/codehaus/mojo/appfuse-maven-plugin). This was a
> bug we fixed shortly after the release.
> Matt
>
Hi there,
Im developing a jsf basic appfuse project and and I'm getting the error
below when ru