I would suggest taking your laptop to a coffee shop and running it
from there. ;-)
On Thu, May 14, 2009 at 5:50 AM, arve wrote:
>
> Below is the Stack trace.
> I tried setting proxy with ant_opts. But it again failed.
> Can anyone please suggest an alternative??
> I used basic-struts archetype 2.
Below is the Stack trace.
I tried setting proxy with ant_opts. But it again failed.
Can anyone please suggest an alternative??
I used basic-struts archetype 2.0.2 version.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'appfuse'.
[INFO]
--
It looks like you can't connect to AppFuse's SVN. Are you behind a
proxy server of some sort? If so, I don't know of a solution.
http://issues.appfuse.org/browse/APF-920
Matt
On Mar 4, 2009, at 9:40 AM, Marian wrote:
Here's what I get if I'm trying to get the Appfuse sources :
[INFO] [appf
Here's what I get if I'm trying to get the Appfuse sources :
[INFO] [appfuse:full-source]
[INFO] [AppFuse] Installing source from data-common module...
[ERROR] 175002 : svn: PROPFIND request failed on
'/svn/appfuse/tags/APPFUSE_2.0.2/data/common/src'
[ERROR] 175002 : svn: Connection timed out: con
One thing you might try is adding the newer Ant 1.7.1 to in
the appfuse-maven-plugin.
org.apache.ant
ant
1.7.1
org.apache.ant
ant-nodeps
1.7.1
Matt
On Mon, Aug 11, 2008 at 4:39 AM, Kropp,
Hi,
it is a common maven problem and comes up in this mailing list almost
every month. Maven does not like spaces in the repository uri, in
example 'c:/docments and setting ..' .
Change the repository for ant to a repository with no spaces
Description and solution here:
http://javablog.info/2
Hi all,
I've a little problem, when I do "mvn appfuse:full-source" in the project
folder to get all the appfuse project code, it gives me the following error:
[ERROR] FATAL ERROR
[INFO]
[INFO] null
Illegal character in pa
The solutions posted here may help: http://issues.appfuse.org/browse/APF-937
Mike
2008/6/16 suresh indukuri <[EMAIL PROTECTED]>:
> I am getttin the following error when i run
> mvn appfuse:fullsource
>
> INFO] [AppFuse] Adding dependencies from root module...
> ava.lang.IllegalArgumentException
I am getttin the following error when i run
mvn appfuse:fullsource
INFO] [AppFuse] Adding dependencies from root module...
ava.lang.IllegalArgumentException: When not aligning with a user install you
mu
t specify a local repository location using the setLocalRepositoryDirectory(
Fi
e ) method.
rm -r src/main/webapp/WEB-INF/lib
rm -r src/main/webapp/WEB-INF/classes
On Wed, May 21, 2008 at 9:21 AM, Jon Loken <[EMAIL PROTECTED]> wrote:
> Hi again,
>
> I am still testing out appfuse 2.0.2 on a win box using spring mvc and
> basic archetype.
>
> I've successfully run: mvn war:inplace
> and t
Hi again,
I am still testing out appfuse 2.0.2 on a win box using spring mvc and
basic archetype.
I've successfully run: mvn war:inplace
and tested Jetty. Works well.
After committing code to SVN, I then wanted the source: mvn
appfuse:full-source
At some point I then got this trace:
[INFO]
It appears that AppFuse's SVN is now fixed. Running
"appfuse:full-source" should work again.
Cheers,
Matt
On Tue, May 13, 2008 at 11:25 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> The full-source bug currently exists because AppFuse's SVN is down.
> I've contacted java.net (who hosts the reposi
The full-source bug currently exists because AppFuse's SVN is down.
I've contacted java.net (who hosts the repository), but haven't heard
back yet.
Matt
On Tue, May 13, 2008 at 11:23 PM, oscar perez
<[EMAIL PROTECTED]> wrote:
> I ran into that bug previously and fixed it. However has nothing to d
I ran into that bug previously and fixed it. However has nothing to do with
the running full source problem as I am still getting the same error. I also
tried with maven 2.0.9 with identical results. I don't know about firewall
issues but I didn't have a problem runnign appfuse:full-source with 2.0
No, this is a bug in hibernate\jtidy pom file .
open
.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20060801.pom
and replace
Java HTML Tidy License
http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision
The SVN URL is:
https://appfuse.dev.java.net/svn/appfuse/trunk
Username: guest
Password:
It doesn't seem to be responding, which would explain why this error
is occurring.
Matt
On Tue, May 13, 2008 at 9:48 AM, kace <[EMAIL PROTECTED]> wrote:
>
>
> the following url http://source.appfuse.org/
Today, no run appfuse:full-source Error 500 http.
the following url http://source.appfuse.org/changelog/appfuse/ is giving a
502 proxy error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /changelog/appfuse/.
Reason: Error reading from remote server
would this be wher
The only thing I can think of is some sort of connectivity or firewall issue.
Matt
On Tue, May 13, 2008 at 9:39 AM, kace <[EMAIL PROTECTED]> wrote:
>
> I ran full-source yesterday on a 2.0.2 jsf modular project and it worked and
> I am now running it on a core modular project and it is hanging
I ran full-source yesterday on a 2.0.2 jsf modular project and it worked and
I am now running it on a core modular project and it is hanging at
$ mvn appfuse:full-source
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'appfuse'.
[INFO]
Can you please try Maven 2.0.9?
Thanks,
Matt
On Tue, May 13, 2008 at 8:59 AM, oscar perez
<[EMAIL PROTECTED]> wrote:
> I've run into the same issue with appfuse 2.0.2 and maven 2.0.8
>
>
>
> On Tue, May 13, 2008 at 5:56 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
>
> > What version of AppFuse and
I've run into the same issue with appfuse 2.0.2 and maven 2.0.8
On Tue, May 13, 2008 at 5:56 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> What version of AppFuse and Maven are you using? I'm unable to
> reproduce this issue on OS X.
>
> Matt
>
> On Tue, May 13, 2008 at 4:07 AM, emukang <[EMAIL PR
What version of AppFuse and Maven are you using? I'm unable to
reproduce this issue on OS X.
Matt
On Tue, May 13, 2008 at 4:07 AM, emukang <[EMAIL PROTECTED]> wrote:
>
> I am trying to get the source code of appfuse, maven hang on when I input the
> mvn appfuse:full-source.
>
> My os is window
I am trying to get the source code of appfuse, maven hang on when I input the
mvn appfuse:full-source.
My os is window vista, below is the steps I did to get the source
--
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-Darch
After creating project, I run the command mvn appfuse:full-source,error
occurs
http://www.nabble.com/file/p16217985/mvnappfusefull-source.jpg
--
View this message in context:
http://www.nabble.com/mvn--appfuse%3Afull-sourceError-tp16217985s2369p16217985.html
Sent from the AppFuse - User ma
25 matches
Mail list logo