Re: [appfuse-user] mvn appfuse:full-source problem with setting proxy for ant

2009-05-14 Thread Matt Raible
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.

[appfuse-user] mvn appfuse:full-source problem with setting proxy for ant

2009-05-14 Thread arve
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] --

Re: [appfuse-user] mvn appfuse:full-source fails with svn error

2009-03-04 Thread Matt Raible
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

[appfuse-user] mvn appfuse:full-source fails with svn error

2009-03-04 Thread Marian
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

Re: [appfuse-user] mvn appfuse:full-source error

2008-08-11 Thread Matt Raible
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,

Re: [appfuse-user] mvn appfuse:full-source error

2008-08-11 Thread Kropp, Henning
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

[appfuse-user] mvn appfuse:full-source error

2008-08-11 Thread xamba
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

Re: [appfuse-user] mvn Appfuse:full-source

2008-06-16 Thread Michael Horwitz
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

[appfuse-user] mvn Appfuse:full-source

2008-06-16 Thread suresh indukuri
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.

Re: [appfuse-user] mvn appfuse:full-source + cannot start Jetty.

2008-05-21 Thread Matt Raible
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

[appfuse-user] mvn appfuse:full-source + cannot start Jetty.

2008-05-21 Thread Jon Loken
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]

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-14 Thread Matt Raible
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matt Raible
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread oscar perez
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matias Berrueta
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matt Raible
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/

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Mauri Ferreyra
Today, no run appfuse:full-source Error 500 http.

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread kace
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matt Raible
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread kace
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]

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matt Raible
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread oscar perez
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

Re: [appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread Matt Raible
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

[appfuse-user] mvn appfuse:full-source does not work

2008-05-13 Thread emukang
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

[appfuse-user] mvn appfuse:full-source Error

2008-03-22 Thread PeterZh
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