You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by dv...@clever-age.com on 2003/04/04 15:12:13 UTC

[Navigation] Collapse functionnality

Hi all,

Does anyone can tell me if the collapse functionnality that uses
maven.apache.org is in beta9 version ?? I think it is not in beta8 as it
does not work for me.
If it is in beta9, is it close to release ?

A+. Didier.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Building off cvs

Posted by Ben Walding <be...@walding.com>.
I added some extra code to HttpUtils last week which will help prevent 
these issues.

Downloads will be done to <file>.incomplete, which will be renamed if 
the download completes successfully.  If you have a dodgy proxy in the 
way that says a download was successful (but isn't really), then the md5 
check should pick that up later on.   I'd like to unify these a bit 
more, but that is a challenge for another day.

Mark R. Diggory wrote:

> Yes, it appears that a jar download temporarily failed. When I 
> compiled again it went away.
>
> -Mark
>
>
> Ben Walding wrote:
>
>> Check that your build was successful (sometime plugin build failures 
>> can sneak through without the bootstrap noticing)
>>
>> You may find that the tasklist plugin did not build properly - also 
>> try looking in $MAVEN_HOME/plugins for a tasklist jar & directory
>>
>> Mark R. Diggory wrote:
>>
>>> I'm able to sucessfully build maven off the cvs. But whenever I try 
>>> to run it I'm getting:
>>>
>>>  __  __
>>> |  \/  |__ Jakarta _ ___
>>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
>>>
>>>
>>> Attempting to download commons-jelly-SNAPSHOT.jar.
>>>
>>> BUILD FAILED
>>> null:554:60: <attainGoal> null:-1:-1: <null> No goal 
>>> [maven-tasklist-plugin:reg
>>> ster]
>>> Total time:  34 seconds
>>>
>>>
>>> Any recommendations?
>>>
>>> -Mark Diggory
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Building off cvs

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
Yes, it appears that a jar download temporarily failed. When I compiled 
again it went away.

-Mark


Ben Walding wrote:
> Check that your build was successful (sometime plugin build failures can 
> sneak through without the bootstrap noticing)
> 
> You may find that the tasklist plugin did not build properly - also try 
> looking in $MAVEN_HOME/plugins for a tasklist jar & directory
> 
> Mark R. Diggory wrote:
> 
>> I'm able to sucessfully build maven off the cvs. But whenever I try to 
>> run it I'm getting:
>>
>>  __  __
>> |  \/  |__ Jakarta _ ___
>> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
>>
>>
>> Attempting to download commons-jelly-SNAPSHOT.jar.
>>
>> BUILD FAILED
>> null:554:60: <attainGoal> null:-1:-1: <null> No goal 
>> [maven-tasklist-plugin:reg
>> ster]
>> Total time:  34 seconds
>>
>>
>> Any recommendations?
>>
>> -Mark Diggory
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Building off cvs

Posted by Ben Walding <de...@walding.com>.
Check that your build was successful (sometime plugin build failures can 
sneak through without the bootstrap noticing)

You may find that the tasklist plugin did not build properly - also try 
looking in $MAVEN_HOME/plugins for a tasklist jar & directory

Mark R. Diggory wrote:

> I'm able to sucessfully build maven off the cvs. But whenever I try to 
> run it I'm getting:
>
>  __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
>
>
> Attempting to download commons-jelly-SNAPSHOT.jar.
>
> BUILD FAILED
> null:554:60: <attainGoal> null:-1:-1: <null> No goal 
> [maven-tasklist-plugin:reg
> ster]
> Total time:  34 seconds
>
>
> Any recommendations?
>
> -Mark Diggory
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Building off cvs

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
I'm able to sucessfully build maven off the cvs. But whenever I try to 
run it I'm getting:

  __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


Attempting to download commons-jelly-SNAPSHOT.jar.

BUILD FAILED
null:554:60: <attainGoal> null:-1:-1: <null> No goal 
[maven-tasklist-plugin:reg
ster]
Total time:  34 seconds


Any recommendations?

-Mark Diggory


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [Navigation] Collapse functionnality

Posted by Ben Walding <de...@walding.com>.
It isn't in b8 - have to use a CVS version to get that functionality.

I'm not allowed to comment on b9 release on the grounds that I have no 
information. That's right no information at all. You can't make me say.

dvillevalois@clever-age.com wrote:

>Hi all,
>
>Does anyone can tell me if the collapse functionnality that uses
>maven.apache.org is in beta9 version ?? I think it is not in beta8 as it
>does not work for me.
>If it is in beta9, is it close to release ?
>
>A+. Didier.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: doc for different versions

Posted by Martin Skopp <sk...@riege.de>.
Hi developers / site maintainers,

first I like to say I love maven.  Great tool so far!

On Fri, 2003-04-04 at 15:12, dvillevalois@clever-age.com wrote:
> Does anyone can tell me if the collapse functionnality that uses
> maven.apache.org is in beta9 version ?? I think it is not in beta8 as it
> does not work for me.

I had a similar problem with the maven site: my first impression was
"hey, this site is about beta9 - that's the current STABLE release". 
And I was wondering where the hell to download it, since there was only
a beta8 available... :-(

IMHO the maven site does not follow it's own recommended style (see 
"xdocs/site.xml").  There's no seperate "Beta 8" section which documents
the Beta 8 features.  It lookes like the site mixes up Beta 8 and Beta 9
which could be confusing for guy being new to maven....

I notices some inconsistencies inside the doc as well e.g. the "groupId"
inside "dependency" tag: is the doc obsolete or is it a beta9 feature or
is both ok and why is the official Repo not following this guideline?

I am willing to help with the docs, but I am too unexperienced now with
maven...
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:maint@riege.com, Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org