RE: Problem with site:deploy

2008-03-19 Thread Marose, Justin (GE EntSol, Security)
Yup.  Looks like this solved the issue.  Now I just have to find out why
I'm getting a permission error on my server when trying to deploy.  That
issue is on my side though.

Thanks! 

-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 19, 2008 1:53 PM
To: Maven Users List
Subject: Re: Problem with site:deploy

This is known as MSITE-211

http://jira.codehaus.org/browse/MSITE-211

I committed a fix for this and deployed a new 2.0-beta-7-SNAPSHOT. Could
you please give that a try, to see if it solves the problem for you?


Marose, Justin (GE EntSol, Security) wrote:
> Hello all,
>  
> I'm having issues deploying my site using scp protocol (same issue
with
> sftp as well).
>  
> I get the following error, which apparently means that maven can't
find
> the URL:
> Cannot connect. Reason: invalid server's version string
>  
> Here's the kicker...  If I remove my http proxy settings from my
> settings.xml file, my site:deploy works!
>  
> If looks like even though my distributionManagement URL is using the
scp
> protocol, and my proxy settings specify the http protocol, that it is
> still going through my proxy.
>   
> Here are the snippets from my xml files:
>  
> settings.xml
> --
> 
> myproxy
> true
> http
> http-proxy.appl.ge.com
> 8080
> serverhostname, *.ge.com
>   
> pom.xml
> -
> 
> 
> mysite
> scp://serverhostname/website
> 
> 
>  
> Obviously, removing my proxy settings for http causes me to not be
able
> to download plugins and dependencies.  Also, setting 'active' to false
> does not seem to work, and setting my server's hostname (both fully
> qualified and not) in the 'nonProxyHosts' tag does not seem to work.
>  
> Any suggestions would be greatly appreciated.
>  
> Thanks in advance,
> Justin
>  
> 


-- 
Dennis Lundberg

-
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]



Re: Problem with site:deploy

2008-03-19 Thread Dennis Lundberg

This is known as MSITE-211

http://jira.codehaus.org/browse/MSITE-211

I committed a fix for this and deployed a new 2.0-beta-7-SNAPSHOT. Could 
you please give that a try, to see if it solves the problem for you?



Marose, Justin (GE EntSol, Security) wrote:

Hello all,
 
I'm having issues deploying my site using scp protocol (same issue with

sftp as well).
 
I get the following error, which apparently means that maven can't find

the URL:
Cannot connect. Reason: invalid server's version string
 
Here's the kicker...  If I remove my http proxy settings from my

settings.xml file, my site:deploy works!
 
If looks like even though my distributionManagement URL is using the scp

protocol, and my proxy settings specify the http protocol, that it is
still going through my proxy.
  
Here are the snippets from my xml files:
 
settings.xml

--

myproxy
true
http
http-proxy.appl.ge.com
8080
serverhostname, *.ge.com
 
pom.xml

-


mysite
scp://serverhostname/website


 
Obviously, removing my proxy settings for http causes me to not be able

to download plugins and dependencies.  Also, setting 'active' to false
does not seem to work, and setting my server's hostname (both fully
qualified and not) in the 'nonProxyHosts' tag does not seem to work.
 
Any suggestions would be greatly appreciated.
 
Thanks in advance,

Justin
 




--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with site:deploy

2004-01-08 Thread Sean Timm
You'll need to grab the latest Maven 1.0 branch from CVS and build it to
get the plugins to work...

maven:pluginVar was added in the last couple of months, and the way xdoc
gets some of its info relies on a new class that was recently added to
Maven...

-- Sean T.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 08, 2004 12:05 PM
> To: [EMAIL PROTECTED]
> Subject: Problem with site:deploy
> 
> I just upgraded all my plugins from CVS HEAD yesterday and my 
> reports have been acting up since.  This was the first time I 
> have upgraded the plugins since about 7 months ago, so maybe 
> I'm missing something.  Anyway, my site gets generated fine, 
> except the reports, xref, and javadoc don't show up in the 
> generated site.  The Maven output also looks a little funny 
> (pasted below).  Has anybody encountered this?
> 
> site:deploy:
> site:
> xdoc:register-reports:
> maven-jdepend-plugin:register:
>  property="reports">
> maven-checkstyle-plugin:register:
>  property="reports">
> maven-changes-plugin:register:
> 
> maven-changelog-plugin:register:
>  property="reports">
> maven-file-activity-plugin:register:
>  property="reports">
> maven-developer-activity-plugin:register:
>  property="reports">
> maven-javadoc-plugin:register:
>  property="reports"> var="reports" plugin="maven-xdoc-plugin" 
> property="reports">
> maven-jxr-plugin:register:
>  property="reports">
> maven-junit-report-plugin:register:
> 
> maven-tasklist-plugin:register:
>  property="reports">
> maven-jellydoc-plugin:register:
>  property="reports">
> maven-pmd-plugin:register:
>  property="reports">
> maven-simian-plugin:register:
>  property="reports">
> maven-faq-plugin:register:
>  property="reports">
> maven-multiproject-plugin:register:
>  property="reports">
> maven-multichanges-plugin:register:
>  property="reports">
> 
> site:run-reports:
>  property="reports">
> xdoc:init:
> 
> xdoc:register-reports:
> maven-jdepend-plugin:register:
>  property="reports">
> maven-checkstyle-plugin:register:
>  property="reports">
> maven-changes-plugin:register:
> 
> maven-changelog-plugin:register:
>  property="reports">
> maven-file-activity-plugin:register:
>  property="reports">
> maven-developer-activity-plugin:register:
>  property="reports">
> maven-javadoc-plugin:register:
>  property="reports"> var="reports" plugin="maven-xdoc-plugin" 
> property="reports">
> maven-jxr-plugin:register:
>  property="reports">
> maven-junit-report-plugin:register:
> 
> maven-tasklist-plugin:register:
>  property="reports">
> maven-jellydoc-plugin:register:
>  property="reports">
> maven-pmd-plugin:register:
>  property="reports">
> maven-simian-plugin:register:
>  property="reports">
> maven-faq-plugin:register:
>  property="reports">
> maven-multiproject-plugin:register:
>  property="reports">
> maven-multichanges-plugin:register:
>  property="reports">
> 
> xdoc:generate-from-pom:
> [echo] Generating xdocs from POM ...
>  property="reports">
> 
> 
> 
> 
> xdoc:transform:
> xdoc:init:
> 
> xdoc:copy-resources:
> [copy] Copying 2 files to 
> /export/home/cruise/projects/adapter/target/docs/style
> [copy] Copying 89 files to 
> /export/home/cruise/projects/adapter/target/docs/images
> About to use JSL stylesheet 
> file:/export/home/cruise/.maven/plugins/maven-xdoc-plugin-1.5-
> SNAPSHOT/plugin-resources/site.jsl
> 
> xdoc:init:
> 
> xdoc:copy-user-resources:
> 
> xdoc:init:
> 
> xdoc:jelly-init:
> 
> xdoc:register-reports:
> maven-jdepend-plugin:register:
>  property="reports">
> maven-checkstyle-plugin:register:
>  property="reports">
> maven-changes-plugin:register:
> 
> maven-changelog-plugin:register:
>  property="reports">
> maven-file-activity-plugin:register:
>  property="reports">
> maven-developer-activity-plugin:register:
>  property="reports">
> maven-javadoc-plugin:register:
>  property="reports"> var="reports" plugin="maven-xdoc-plugin" 
> property="reports">
> maven-jxr-plugin:register:
>  property="reports">
> maven-junit-report-plugin:register:
> 
> maven-tasklist-plugin:register:
>  property="reports">
> maven-jellydoc-plugin:register:
>  property="reports">
> maven-pmd-plugin:register:
>  property="reports">
> maven-simian-plugin:register:
>  property="reports">
> maven-faq-plugin:register:
>  property="reports">
> maven-multiproject-plugin:register:
>  property="reports">
> maven-multichanges-plugin:register:
>  property="reports">
> 
> xdoc:jelly-transform:
>  property="reports">[echo] Generating 
> /export/home/cruise/projects/adapter/target/docs/cvs-usage.htm
> l from 
> /export/home/cruise/projects/adapter/target/generated-xdocs/cv
s-usage.xml
> [echo] Generating 
> /export/home/cruise/projects/adapter/target/docs/index.html 
> from 
> /export/home/cruise/projects/adapter/target/generated-xdocs/index.xml
> [echo] Generating 
> /export/home/cruise/projects/adapter/target/docs/maven-reports
.html from >
/export/home/cruise/projects/adapter/target/gene