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 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.1 > and my box settings are the same now. > > On Tue, May 13, 2008 at 7:20 PM, Matias Berrueta <[EMAIL PROTECTED]> > wrote: >> >> No, this is a bug in hibernate\jtidy pom file . >> >> open >> .m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20060801.pom >> >> >> and replace >> >> <licenses> >> <license> >> <license> >> <name>Java HTML Tidy License</name> >> >> <url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url> >> <distribution>repo</distribution> >> </license> >> </license> >> </licenses> >> >> to >> >> >> <licenses> >> <license> >> >> <name>Java HTML Tidy License</name> >> >> <url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url> >> <distribution>repo</distribution> >> >> </license> >> </licenses> >> >> >> >> >> >> On Tue, May 13, 2008 at 12:51 PM, Matt Raible <[EMAIL PROTECTED]> >> wrote: >>> >>> The SVN URL is: >>> >>> https://appfuse.dev.java.net/svn/appfuse/trunk >>> >>> Username: guest >>> Password: <blank> >>> >>> 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/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 where the sources are retrieved from? >>> > >>> > ..kace >>> > -- >>> > View this message in context: >>> > http://www.nabble.com/mvn-appfuse%3Afull-source-does-not-work-tp17205166s2369p17211873.html >>> > >>> > >>> > Sent from the AppFuse - User mailing list archive at Nabble.com. >>> > >>> > >>> > --------------------------------------------------------------------- >>> > 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] >>> >> >> >> >> -- >> Math > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
