You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by Michelle Caisse <Mi...@Sun.COM> on 2007/10/01 20:10:11 UTC

Re: maven problems building site

Thanks very much, Knut Anders, works great now, except...

Now I'm having trouble deploying. Deployment seems to hang after 
building the site archive and deleting the old tar file. The readme 
doesn't mention checking in the changes to svn. Does site:deploy handle 
that automatically? Can I work around the deployment issue by checking 
in my changes, ssh'ing to people.apache.org, and doing an 'svn update' 
and 'maven site' there?

-- Michelle

Knut Anders Hatlen wrote:

>Michelle Caisse <Mi...@Sun.COM> writes:
>
>  
>
>>Hi,
>>
>>I'm trying to build the db site, running maven 1.0.2. maven was unable
>>to download the dependencies. Possibly a temporary problem with the
>>maven download site?? Anyway, after manually downloading the
>>dependencies and their dependencies and placing them in my local
>>repository, I'm left with one unresolved dependency:
>>
>>Attempting to download js-1.5R4-RC3.jar.
>>Error retrieving artifact from
>>[http://www.ibiblio.org/maven/rhino/jars/js-1.5R4
>>-RC3.jar]: java.io.IOException: Unknown error downloading; status code
>>was: 301
>>WARNING: Failed to download js-1.5R4-RC3.jar.
>>
>>BUILD FAILED
>>File...... c:\home\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly
>>Element... attainGoal
>>Line...... 657
>>Column.... 46
>>The build cannot continue because of the following unsatisfied dependency:
>>
>>js-1.5R4-RC3.jar
>>
>>I've downloaded this manually also and placed it in
>>.maven/repository/js/jars, but, still the error.
>>
>>Any ideas?
>>    
>>
>
>I found this at http://maven.apache.org/maven-1.x/news.html:
>
>  
>
>>7 December 2006 - Central repository isn't working for maven 1.0.x users
>>
>>   If you are using Maven 1.0.x you may have found that the repository
>>   is not working and Maven is unable to download new
>>   dependencies. The reason is that the ibiblio guys have moved the
>>   repo to another machine and Maven 1.0.x can't handle redirects
>>   across different host names.
>>
>>   The workaround is to use the new central repository configuration
>>   until ibiblio fixes the problem. Add to your project.properties :
>>
>>   maven.repo.remote=http://repo1.maven.org/maven
>>    
>>
>
>The workaround worked for me, so I checked it in with revision
>580588. Please do an svn update and try again.
>
>  
>


Re: maven problems building site

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Michelle Caisse wrote:
> Thanks, Jean. I guess I'll have to set up the ssh keys when I get a chance.

if you like, I'll be happy to deploy the change you made.

 -jean


> -- Michelle
> 
> Jean T. Anderson wrote:
> 
>> Michelle Caisse wrote:
>>  
>>
>>> Thanks very much, Knut Anders, works great now, except...
>>>
>>> Now I'm having trouble deploying. Deployment seems to hang after
>>> building the site archive and deleting the old tar file. The readme
>>> doesn't mention checking in the changes to svn. Does site:deploy handle
>>> that automatically? Can I work around the deployment issue by checking
>>> in my changes, ssh'ing to people.apache.org, and doing an 'svn update'
>>> and 'maven site' there?
>>>   
>>
>>
>> Hi, Michelle,
>>
>> The db site wasn't set up to commit changes to the published files then
>> svn 'up on' people. --I don't know enough about maven to know if it can
>> be set up that way.
>>
>> I have had problems with the site:deploy when I didn't have my ssh keys
>> set up. I followed the instructions on this site to get them working:
>> http://www.cs.utk.edu/~england/ssh.html
>>
>> regards,
>>
>> -jean
>>  
>>
> 


Re: maven problems building site

Posted by Michelle Caisse <Mi...@Sun.COM>.
Thanks, Jean. I guess I'll have to set up the ssh keys when I get a chance.

-- Michelle

Jean T. Anderson wrote:

>Michelle Caisse wrote:
>  
>
>>Thanks very much, Knut Anders, works great now, except...
>>
>>Now I'm having trouble deploying. Deployment seems to hang after
>>building the site archive and deleting the old tar file. The readme
>>doesn't mention checking in the changes to svn. Does site:deploy handle
>>that automatically? Can I work around the deployment issue by checking
>>in my changes, ssh'ing to people.apache.org, and doing an 'svn update'
>>and 'maven site' there?
>>    
>>
>
>Hi, Michelle,
>
>The db site wasn't set up to commit changes to the published files then
>svn 'up on' people. --I don't know enough about maven to know if it can
>be set up that way.
>
>I have had problems with the site:deploy when I didn't have my ssh keys
>set up. I followed the instructions on this site to get them working:
>http://www.cs.utk.edu/~england/ssh.html
>
>regards,
>
> -jean
>  
>


Re: maven problems building site

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
Michelle Caisse wrote:
> Thanks very much, Knut Anders, works great now, except...
> 
> Now I'm having trouble deploying. Deployment seems to hang after
> building the site archive and deleting the old tar file. The readme
> doesn't mention checking in the changes to svn. Does site:deploy handle
> that automatically? Can I work around the deployment issue by checking
> in my changes, ssh'ing to people.apache.org, and doing an 'svn update'
> and 'maven site' there?

Hi, Michelle,

The db site wasn't set up to commit changes to the published files then
svn 'up on' people. --I don't know enough about maven to know if it can
be set up that way.

I have had problems with the site:deploy when I didn't have my ssh keys
set up. I followed the instructions on this site to get them working:
http://www.cs.utk.edu/~england/ssh.html

regards,

 -jean