You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Dan Fabulich <da...@fabulich.com> on 2009/04/28 20:47:11 UTC

download_dbutils

I'm so close to releasing DbUtils 1.2 I can taste it!

http://commons.apache.org/downloads/download_dbutils.cgi

This page only shows the 1.1 release, even though 1.2 is available in 
archives and on the mirrors.

http://archive.apache.org/dist/commons/dbutils/binaries/

What has to happen to fix the dbutils.cgi page?

-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Rahul Akolkar <ra...@gmail.com>.
On Sat, May 2, 2009 at 2:32 AM, Dan Fabulich <da...@fabulich.com> wrote:
> Henri just ran the build for me. :-(
>
<snip/>

I see, and only the dbutils download page was updated. I just tried
building (and was successful) but I need to step out now and haven't
tried with a clean repo which will better mimic your m1 environment.
Its obviously not an ideal situation if its hard to get the site build
going.

-Rahul


> Rahul Akolkar wrote:
>
>> On Thu, Apr 30, 2009 at 1:30 AM, Dan Fabulich <da...@fabulich.com> wrote:
>>>
>>> Well, there's no pom.xml in there that I can see.  Maven 1.0.2 reports a
>>> similar error:
>>>
>> <snip/>
>>
>> From memory, its m1.0.2 (which you have), maven-xdoc-plugin 1.9.2
>> (which you also have) and JDK 1.4 or 1.5 (but not 1.6, ISTR failures
>> with 1.6). If you figure out what the qdox error is below, drop a line
>> here for the archives.
>>
>> -Rahul
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Dan Fabulich <da...@fabulich.com>.
Henri just ran the build for me. :-(

Rahul Akolkar wrote:

> On Thu, Apr 30, 2009 at 1:30 AM, Dan Fabulich <da...@fabulich.com> wrote:
>>
>> Well, there's no pom.xml in there that I can see.  Maven 1.0.2 reports a
>> similar error:
>>
> <snip/>
>
> From memory, its m1.0.2 (which you have), maven-xdoc-plugin 1.9.2
> (which you also have) and JDK 1.4 or 1.5 (but not 1.6, ISTR failures
> with 1.6). If you figure out what the qdox error is below, drop a line
> here for the archives.
>
> -Rahul

Re: commons-build site

Posted by Rahul Akolkar <ra...@gmail.com>.
On Thu, Apr 30, 2009 at 1:30 AM, Dan Fabulich <da...@fabulich.com> wrote:
>
> Well, there's no pom.xml in there that I can see.  Maven 1.0.2 reports a
> similar error:
>
<snip/>

>From memory, its m1.0.2 (which you have), maven-xdoc-plugin 1.9.2
(which you also have) and JDK 1.4 or 1.5 (but not 1.6, ISTR failures
with 1.6). If you figure out what the qdox error is below, drop a line
here for the archives.

-Rahul


> xdoc:init:
>    [echo] Generates the directory structure required for xdocs
> Attempting to download qdox-current.jar.
> WARNING: Failed to download qdox-current.jar.
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\dan.fabulich\.maven\cache\maven-xdoc-plugin-1.9.2\plugin.jelly
> Element... attainGoal
> Line...... 1006
> Column.... 58
> The build cannot continue because of the following unsatisfied dependency:
>
> qdox-current.jar
>
> Total time: 3 seconds
> Finished at: Wed Apr 29 22:30:04 PDT 2009
>
> Henri Yandell wrote:
>
>> Hang on.... I'm pretty sure the site is Maven2 based :)
>>
>> On Wed, Apr 29, 2009 at 10:10 PM, Henri Yandell <fl...@gmail.com>
>> wrote:
>>>
>>> Go with Maven 1.0.2.
>>>
>>> I seem to recall 1.1 not being too great.
>>>
>>> On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>>
>>>> I've never used m1 before, and am attempting to follow Rahul's
>>>> directions to
>>>> deploy the commons-build site to fix the downlead page for dbutils.
>>>>
>>>> I downloaded maven-1.1 and tried running "maven site:deploy".  It
>>>> downloaded
>>>> a bunch of stuff but then failed with the error below.
>>>>
>>>> Any idea what might be happening to me?
>>>>
>>>> Trying to get missing dependencies (and updated snapshots) required by
>>>> Maven
>>>> Tasklist Plug-in:
>>>> - Attempting to download vdoclet:vdoclet:20020711:jar from
>>>> http://repo1.maven.org/maven
>>>> 76K downloaded
>>>> - Attempting to download vdoclet:qdox:current:jar from
>>>> http://repo1.maven.org/maven
>>>>
>>>> -------------------------------------------------------------------------------
>>>>>>
>>>>>> Unable to obtain goal [site:deploy]
>>>>>> The build cannot continue because of the following unsatisfied
>>>>>> dependency:
>>>>
>>>> - vdoclet:qdox:current:jar
>>>>
>>>>
>>>> -------------------------------------------------------------------------------
>>>> BUILD FAILED
>>>>
>>>> -------------------------------------------------------------------------------
>>>> Total time   : 1 minutes 4 seconds
>>>> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
>>>> Final Memory : 5M/10M
>>>>
>>>> -------------------------------------------------------------------------------
>>>>
>>>> Rahul Akolkar wrote:
>>>>
>>>>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>>>>
>>>>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>>>>
>>>>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>>>>
>>>>>> This page only shows the 1.1 release, even though 1.2 is available in
>>>>>> archives and on the mirrors.
>>>>>>
>>>>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>>>>
>>>>>> What has to happen to fix the dbutils.cgi page?
>>>>>>
>>>>> <snip/>
>>>>>
>>>>> Update this:
>>>>>
>>>>>
>>>>>
>>>>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>>>>
>>>>> Then m1 build and deploy main Commons site (commons-build).
>>>>>
>>>>> -Rahul
>>>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Ralph Goers <ra...@dslextreme.com>.
I don't know if this is your problem, but Maven 1.0.2 cannot follow  
redirects. It still points to the maven central that used to be at  
ibiblio which redirects to repo1.maven.org now. Do the instructions  
tell you how to specify the repository?

Ralph

On Apr 29, 2009, at 10:30 PM, Dan Fabulich wrote:

>
> Well, there's no pom.xml in there that I can see.  Maven 1.0.2  
> reports a similar error:
>
> xdoc:init:
>    [echo] Generates the directory structure required for xdocs
> Attempting to download qdox-current.jar.
> WARNING: Failed to download qdox-current.jar.
>
> BUILD FAILED
> File...... C:\Documents and Settings\dan.fabulich\.maven\cache\maven- 
> xdoc-plugin-1.9.2\plugin.jelly
> Element... attainGoal
> Line...... 1006
> Column.... 58
> The build cannot continue because of the following unsatisfied  
> dependency:
>
> qdox-current.jar
>
> Total time: 3 seconds
> Finished at: Wed Apr 29 22:30:04 PDT 2009
>
> Henri Yandell wrote:
>
>> Hang on.... I'm pretty sure the site is Maven2 based :)
>>
>> On Wed, Apr 29, 2009 at 10:10 PM, Henri Yandell  
>> <fl...@gmail.com> wrote:
>>> Go with Maven 1.0.2.
>>>
>>> I seem to recall 1.1 not being too great.
>>>
>>> On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com>  
>>> wrote:
>>>>
>>>> I've never used m1 before, and am attempting to follow Rahul's  
>>>> directions to
>>>> deploy the commons-build site to fix the downlead page for dbutils.
>>>>
>>>> I downloaded maven-1.1 and tried running "maven site:deploy".  It  
>>>> downloaded
>>>> a bunch of stuff but then failed with the error below.
>>>>
>>>> Any idea what might be happening to me?
>>>>
>>>> Trying to get missing dependencies (and updated snapshots)  
>>>> required by Maven
>>>> Tasklist Plug-in:
>>>> - Attempting to download vdoclet:vdoclet:20020711:jar from
>>>> http://repo1.maven.org/maven
>>>> 76K downloaded
>>>> - Attempting to download vdoclet:qdox:current:jar from
>>>> http://repo1.maven.org/maven
>>>> -------------------------------------------------------------------------------
>>>>>>
>>>>>> Unable to obtain goal [site:deploy]
>>>>>> The build cannot continue because of the following unsatisfied
>>>>>> dependency:
>>>>
>>>> - vdoclet:qdox:current:jar
>>>>
>>>> -------------------------------------------------------------------------------
>>>> BUILD FAILED
>>>> -------------------------------------------------------------------------------
>>>> Total time   : 1 minutes 4 seconds
>>>> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
>>>> Final Memory : 5M/10M
>>>> -------------------------------------------------------------------------------
>>>>
>>>> Rahul Akolkar wrote:
>>>>
>>>>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com>  
>>>>> wrote:
>>>>>>
>>>>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>>>>
>>>>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>>>>
>>>>>> This page only shows the 1.1 release, even though 1.2 is  
>>>>>> available in
>>>>>> archives and on the mirrors.
>>>>>>
>>>>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>>>>
>>>>>> What has to happen to fix the dbutils.cgi page?
>>>>>>
>>>>> <snip/>
>>>>>
>>>>> Update this:
>>>>>
>>>>>
>>>>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>>>>
>>>>> Then m1 build and deploy main Commons site (commons-build).
>>>>>
>>>>> -Rahul
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Dan Fabulich <da...@fabulich.com>.
Well, there's no pom.xml in there that I can see.  Maven 1.0.2 reports a 
similar error:

xdoc:init:
     [echo] Generates the directory structure required for xdocs
Attempting to download qdox-current.jar.
WARNING: Failed to download qdox-current.jar.

BUILD FAILED
File...... C:\Documents and Settings\dan.fabulich\.maven\cache\maven-xdoc-plugin-1.9.2\plugin.jelly
Element... attainGoal
Line...... 1006
Column.... 58
The build cannot continue because of the following unsatisfied dependency:

qdox-current.jar

Total time: 3 seconds
Finished at: Wed Apr 29 22:30:04 PDT 2009

Henri Yandell wrote:

> Hang on.... I'm pretty sure the site is Maven2 based :)
>
> On Wed, Apr 29, 2009 at 10:10 PM, Henri Yandell <fl...@gmail.com> wrote:
>> Go with Maven 1.0.2.
>>
>> I seem to recall 1.1 not being too great.
>>
>> On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>
>>> I've never used m1 before, and am attempting to follow Rahul's directions to
>>> deploy the commons-build site to fix the downlead page for dbutils.
>>>
>>> I downloaded maven-1.1 and tried running "maven site:deploy".  It downloaded
>>> a bunch of stuff but then failed with the error below.
>>>
>>> Any idea what might be happening to me?
>>>
>>> Trying to get missing dependencies (and updated snapshots) required by Maven
>>> Tasklist Plug-in:
>>> - Attempting to download vdoclet:vdoclet:20020711:jar from
>>> http://repo1.maven.org/maven
>>> 76K downloaded
>>> - Attempting to download vdoclet:qdox:current:jar from
>>> http://repo1.maven.org/maven
>>> -------------------------------------------------------------------------------
>>>>>
>>>>> Unable to obtain goal [site:deploy]
>>>>> The build cannot continue because of the following unsatisfied
>>>>> dependency:
>>>
>>> - vdoclet:qdox:current:jar
>>>
>>> -------------------------------------------------------------------------------
>>> BUILD FAILED
>>> -------------------------------------------------------------------------------
>>> Total time   : 1 minutes 4 seconds
>>> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
>>> Final Memory : 5M/10M
>>> -------------------------------------------------------------------------------
>>>
>>> Rahul Akolkar wrote:
>>>
>>>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>>>
>>>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>>>
>>>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>>>
>>>>> This page only shows the 1.1 release, even though 1.2 is available in
>>>>> archives and on the mirrors.
>>>>>
>>>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>>>
>>>>> What has to happen to fix the dbutils.cgi page?
>>>>>
>>>> <snip/>
>>>>
>>>> Update this:
>>>>
>>>>
>>>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>>>
>>>> Then m1 build and deploy main Commons site (commons-build).
>>>>
>>>> -Rahul
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


Re: commons-build site

Posted by Henri Yandell <fl...@gmail.com>.
Scratch that. Retract. I'm pretty sure that I was pretty wrong.

Time to veg as I'm clearly useless. Try Maven 1.0.2. :)

On Wed, Apr 29, 2009 at 10:27 PM, Henri Yandell <fl...@gmail.com> wrote:
> Hang on.... I'm pretty sure the site is Maven2 based :)
>
> On Wed, Apr 29, 2009 at 10:10 PM, Henri Yandell <fl...@gmail.com> wrote:
>> Go with Maven 1.0.2.
>>
>> I seem to recall 1.1 not being too great.
>>
>> On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>
>>> I've never used m1 before, and am attempting to follow Rahul's directions to
>>> deploy the commons-build site to fix the downlead page for dbutils.
>>>
>>> I downloaded maven-1.1 and tried running "maven site:deploy".  It downloaded
>>> a bunch of stuff but then failed with the error below.
>>>
>>> Any idea what might be happening to me?
>>>
>>> Trying to get missing dependencies (and updated snapshots) required by Maven
>>> Tasklist Plug-in:
>>> - Attempting to download vdoclet:vdoclet:20020711:jar from
>>> http://repo1.maven.org/maven
>>> 76K downloaded
>>> - Attempting to download vdoclet:qdox:current:jar from
>>> http://repo1.maven.org/maven
>>> -------------------------------------------------------------------------------
>>>>>
>>>>> Unable to obtain goal [site:deploy]
>>>>> The build cannot continue because of the following unsatisfied
>>>>> dependency:
>>>
>>> - vdoclet:qdox:current:jar
>>>
>>> -------------------------------------------------------------------------------
>>> BUILD FAILED
>>> -------------------------------------------------------------------------------
>>> Total time   : 1 minutes 4 seconds
>>> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
>>> Final Memory : 5M/10M
>>> -------------------------------------------------------------------------------
>>>
>>> Rahul Akolkar wrote:
>>>
>>>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>>>
>>>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>>>
>>>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>>>
>>>>> This page only shows the 1.1 release, even though 1.2 is available in
>>>>> archives and on the mirrors.
>>>>>
>>>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>>>
>>>>> What has to happen to fix the dbutils.cgi page?
>>>>>
>>>> <snip/>
>>>>
>>>> Update this:
>>>>
>>>>
>>>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>>>
>>>> Then m1 build and deploy main Commons site (commons-build).
>>>>
>>>> -Rahul
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Henri Yandell <fl...@gmail.com>.
Hang on.... I'm pretty sure the site is Maven2 based :)

On Wed, Apr 29, 2009 at 10:10 PM, Henri Yandell <fl...@gmail.com> wrote:
> Go with Maven 1.0.2.
>
> I seem to recall 1.1 not being too great.
>
> On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>
>> I've never used m1 before, and am attempting to follow Rahul's directions to
>> deploy the commons-build site to fix the downlead page for dbutils.
>>
>> I downloaded maven-1.1 and tried running "maven site:deploy".  It downloaded
>> a bunch of stuff but then failed with the error below.
>>
>> Any idea what might be happening to me?
>>
>> Trying to get missing dependencies (and updated snapshots) required by Maven
>> Tasklist Plug-in:
>> - Attempting to download vdoclet:vdoclet:20020711:jar from
>> http://repo1.maven.org/maven
>> 76K downloaded
>> - Attempting to download vdoclet:qdox:current:jar from
>> http://repo1.maven.org/maven
>> -------------------------------------------------------------------------------
>>>>
>>>> Unable to obtain goal [site:deploy]
>>>> The build cannot continue because of the following unsatisfied
>>>> dependency:
>>
>> - vdoclet:qdox:current:jar
>>
>> -------------------------------------------------------------------------------
>> BUILD FAILED
>> -------------------------------------------------------------------------------
>> Total time   : 1 minutes 4 seconds
>> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
>> Final Memory : 5M/10M
>> -------------------------------------------------------------------------------
>>
>> Rahul Akolkar wrote:
>>
>>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>>
>>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>>
>>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>>
>>>> This page only shows the 1.1 release, even though 1.2 is available in
>>>> archives and on the mirrors.
>>>>
>>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>>
>>>> What has to happen to fix the dbutils.cgi page?
>>>>
>>> <snip/>
>>>
>>> Update this:
>>>
>>>
>>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>>
>>> Then m1 build and deploy main Commons site (commons-build).
>>>
>>> -Rahul
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: commons-build site

Posted by Henri Yandell <fl...@gmail.com>.
Go with Maven 1.0.2.

I seem to recall 1.1 not being too great.

On Wed, Apr 29, 2009 at 10:02 PM, Dan Fabulich <da...@fabulich.com> wrote:
>
> I've never used m1 before, and am attempting to follow Rahul's directions to
> deploy the commons-build site to fix the downlead page for dbutils.
>
> I downloaded maven-1.1 and tried running "maven site:deploy".  It downloaded
> a bunch of stuff but then failed with the error below.
>
> Any idea what might be happening to me?
>
> Trying to get missing dependencies (and updated snapshots) required by Maven
> Tasklist Plug-in:
> - Attempting to download vdoclet:vdoclet:20020711:jar from
> http://repo1.maven.org/maven
> 76K downloaded
> - Attempting to download vdoclet:qdox:current:jar from
> http://repo1.maven.org/maven
> -------------------------------------------------------------------------------
>>>
>>> Unable to obtain goal [site:deploy]
>>> The build cannot continue because of the following unsatisfied
>>> dependency:
>
> - vdoclet:qdox:current:jar
>
> -------------------------------------------------------------------------------
> BUILD FAILED
> -------------------------------------------------------------------------------
> Total time   : 1 minutes 4 seconds
> Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
> Final Memory : 5M/10M
> -------------------------------------------------------------------------------
>
> Rahul Akolkar wrote:
>
>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>
>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>
>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>
>>> This page only shows the 1.1 release, even though 1.2 is available in
>>> archives and on the mirrors.
>>>
>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>
>>> What has to happen to fix the dbutils.cgi page?
>>>
>> <snip/>
>>
>> Update this:
>>
>>
>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>
>> Then m1 build and deploy main Commons site (commons-build).
>>
>> -Rahul
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


commons-build site

Posted by Dan Fabulich <da...@fabulich.com>.
I've never used m1 before, and am attempting to follow Rahul's directions 
to deploy the commons-build site to fix the downlead page for dbutils.

I downloaded maven-1.1 and tried running "maven site:deploy".  It 
downloaded a bunch of stuff but then failed with the error below.

Any idea what might be happening to me?

Trying to get missing dependencies (and updated snapshots) required by Maven Tasklist Plug-in:
- Attempting to download vdoclet:vdoclet:20020711:jar from http://repo1.maven.org/maven
76K downloaded
- Attempting to download vdoclet:qdox:current:jar from http://repo1.maven.org/maven
-------------------------------------------------------------------------------
>> Unable to obtain goal [site:deploy]
>> The build cannot continue because of the following unsatisfied dependency:
- vdoclet:qdox:current:jar

-------------------------------------------------------------------------------
BUILD FAILED
-------------------------------------------------------------------------------
Total time   : 1 minutes 4 seconds
Finished at  : Wednesday, April 29, 2009 9:54:56 PM PDT
Final Memory : 5M/10M
-------------------------------------------------------------------------------

Rahul Akolkar wrote:

> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>
>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>
>> http://commons.apache.org/downloads/download_dbutils.cgi
>>
>> This page only shows the 1.1 release, even though 1.2 is available in
>> archives and on the mirrors.
>>
>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>
>> What has to happen to fix the dbutils.cgi page?
>>
> <snip/>
>
> Update this:
>
>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>
> Then m1 build and deploy main Commons site (commons-build).
>
> -Rahul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: download_dbutils

Posted by Henri Yandell <fl...@gmail.com>.
You should have karma - it's no different from the others. Do you have
it checked out under http:// ?

Hen

On Wed, Apr 29, 2009 at 9:51 PM, Dan Fabulich <da...@fabulich.com> wrote:
>
> Thanks, Rahul...  It appears that I don't have karma to check-in to
> commons-build.  Can someone grant that to me?  (For now, I'll try to deploy
> a site using my working copy.)
>
> Rahul Akolkar wrote:
>
>> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>>
>>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>>
>>> http://commons.apache.org/downloads/download_dbutils.cgi
>>>
>>> This page only shows the 1.1 release, even though 1.2 is available in
>>> archives and on the mirrors.
>>>
>>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>>
>>> What has to happen to fix the dbutils.cgi page?
>>>
>> <snip/>
>>
>> Update this:
>>
>>
>>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>>
>> Then m1 build and deploy main Commons site (commons-build).
>>
>> -Rahul
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: download_dbutils

Posted by Dan Fabulich <da...@fabulich.com>.
Thanks, Rahul...  It appears that I don't have karma to check-in to 
commons-build.  Can someone grant that to me?  (For now, I'll try to 
deploy a site using my working copy.)

Rahul Akolkar wrote:

> On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>>
>> I'm so close to releasing DbUtils 1.2 I can taste it!
>>
>> http://commons.apache.org/downloads/download_dbutils.cgi
>>
>> This page only shows the 1.1 release, even though 1.2 is available in
>> archives and on the mirrors.
>>
>> http://archive.apache.org/dist/commons/dbutils/binaries/
>>
>> What has to happen to fix the dbutils.cgi page?
>>
> <snip/>
>
> Update this:
>
>  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml
>
> Then m1 build and deploy main Commons site (commons-build).
>
> -Rahul
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: download_dbutils

Posted by Rahul Akolkar <ra...@gmail.com>.
On Tue, Apr 28, 2009 at 2:47 PM, Dan Fabulich <da...@fabulich.com> wrote:
>
> I'm so close to releasing DbUtils 1.2 I can taste it!
>
> http://commons.apache.org/downloads/download_dbutils.cgi
>
> This page only shows the 1.1 release, even though 1.2 is available in
> archives and on the mirrors.
>
> http://archive.apache.org/dist/commons/dbutils/binaries/
>
> What has to happen to fix the dbutils.cgi page?
>
<snip/>

Update this:

  http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/downloads/downloads.xml

Then m1 build and deploy main Commons site (commons-build).

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org