You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ni...@bnpparibas.com on 2003/02/12 14:54:03 UTC

Re: HEAD broken? : Yep it defnitely is



| Are you still having trouble? In particular I did some work on the 'site'
| goals in Jelly to make the uber-site of all the tag libraries, so am keen
to
| check things still work for you.
|
Cheers James, but I wasnt having problems with site per-se, anything I
tried to run would fail as soon as the dependancies were downloaded.


Yikes, it seems it is now broken in a different place - and quite  broken
too (see below).
(I just did a fresh get

[echo]
[echo] +------------------------------------------------------------------+
[echo] |                                                                  |
[echo] | C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T    |
[echo] |                                                                  |
[echo] +------------------------------------------------------------------+
[mkdir] Created dir: E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
[javac] Compiling 78 source files to E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
[javac] E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\plugin\DefaultPluginCacheManager.java:372: cannot resolve symbol
[javac] symbol  : method getExecutionChain (java.lang.String)
[javac] location: class com.werken.werkz.WerkzProject
[javac]         Goal[] chain = goalProject.getExecutionChain( goal );
[javac]                                   ^
[javac] Note: E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\MavenUtils.java uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 1 error

BUILD FAILED
file:E:/Projects/Maven/jakarta-turbine-maven/build-bootstrap.xml:75: Compile failed; see the compiler error output for details.

-Nick






This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.


Re: HEAD broken? : Yep it defnitely is

Posted by Colin Sampaleanu <co...@exis.com>.
werkz has changed (in CVS), and it looks like Maven has as well, but the 
werkz snapshot is not up to date...


nick.minutello@bnpparibas.com wrote:

>
>| Are you still having trouble? In particular I did some work on the 'site'
>| goals in Jelly to make the uber-site of all the tag libraries, so am keen
>to
>| check things still work for you.
>|
>Cheers James, but I wasnt having problems with site per-se, anything I
>tried to run would fail as soon as the dependancies were downloaded.
>
>
>Yikes, it seems it is now broken in a different place - and quite  broken
>too (see below).
>(I just did a fresh get
>
>[echo]
>[echo] +------------------------------------------------------------------+
>[echo] |                                                                  |
>[echo] | C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T    |
>[echo] |                                                                  |
>[echo] +------------------------------------------------------------------+
>[mkdir] Created dir: E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
>[javac] Compiling 78 source files to E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
>[javac] E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\plugin\DefaultPluginCacheManager.java:372: cannot resolve symbol
>[javac] symbol  : method getExecutionChain (java.lang.String)
>[javac] location: class com.werken.werkz.WerkzProject
>[javac]         Goal[] chain = goalProject.getExecutionChain( goal );
>[javac]                                   ^
>[javac] Note: E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\MavenUtils.java uses or overrides a deprecated API.
>[javac] Note: Recompile with -deprecation for details.
>[javac] 1 error
>
>BUILD FAILED
>file:E:/Projects/Maven/jakarta-turbine-maven/build-bootstrap.xml:75: Compile failed; see the compiler error output for details.
>
>-Nick
>
>
>
>
>
>
>This message and any attachments (the "message") is
>intended solely for the addressees and is confidential. 
>If you receive this message in error, please delete it and 
>immediately notify the sender. Any use not in accord with 
>its purpose, any dissemination or disclosure, either whole 
>or partial, is prohibited except formal approval. The internet
>can not guarantee the integrity of this message. 
>BNP PARIBAS (and its subsidiaries) shall (will) not 
>therefore be liable for the message if modified. 
>
>                ---------------------------------------------
>
>Ce message et toutes les pieces jointes (ci-apres le 
>"message") sont etablis a l'intention exclusive de ses 
>destinataires et sont confidentiels. Si vous recevez ce 
>message par erreur, merci de le detruire et d'en avertir 
>immediatement l'expediteur. Toute utilisation de ce 
>message non conforme a sa destination, toute diffusion 
>ou toute publication, totale ou partielle, est interdite, sauf 
>autorisation expresse. L'internet ne permettant pas 
>d'assurer l'integrite de ce message, BNP PARIBAS (et ses
>filiales) decline(nt) toute responsabilite au titre de ce 
>message, dans l'hypothese ou il aurait ete modifie.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-maven-dev-help@jakarta.apache.org
>
>  
>



Re: HEAD broken? : Yep it defnitely is

Posted by bob mcwhirter <bo...@werken.com>.
Okay, rev'd the werkz version to beta-7 and the bootstrap almost
works.  To completely work, I had to remove the pom plugin from
src/plugins-build/ since it relies on jars that we can no longer
distribute via the repository.

	-bob



On Wed, 12 Feb 2003, bob mcwhirter wrote:

> 
> Some changes to the werkz library were made last night.
> Though, it appears that werkz-1.0-beta-7.jar was deployed
> to ibiblio, but it looks like maven's project.xml didn't
> update to depend on the latest werkz.
> 
> I'm trying to build from HEAD now using werkz beta-7 in
> the project.xml.
> 
> 	-bob
> 
> On Wed, 12 Feb 2003 nick.minutello@bnpparibas.com wrote:
> 
> > 
> > 
> > 
> > | Are you still having trouble? In particular I did some work on the 'site'
> > | goals in Jelly to make the uber-site of all the tag libraries, so am keen
> > to
> > | check things still work for you.
> > |
> > Cheers James, but I wasnt having problems with site per-se, anything I
> > tried to run would fail as soon as the dependancies were downloaded.
> > 
> > 
> > Yikes, it seems it is now broken in a different place - and quite  broken
> > too (see below).
> > (I just did a fresh get
> > 
> > [echo]
> > [echo] +------------------------------------------------------------------+
> > [echo] |                                                                  |
> > [echo] | C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T    |
> > [echo] |                                                                  |
> > [echo] +------------------------------------------------------------------+
> > [mkdir] Created dir: E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
> > [javac] Compiling 78 source files to E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
> > [javac] E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\plugin\DefaultPluginCacheManager.java:372: cannot resolve symbol
> > [javac] symbol  : method getExecutionChain (java.lang.String)
> > [javac] location: class com.werken.werkz.WerkzProject
> > [javac]         Goal[] chain = goalProject.getExecutionChain( goal );
> > [javac]                                   ^
> > [javac] Note: E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\MavenUtils.java uses or overrides a deprecated API.
> > [javac] Note: Recompile with -deprecation for details.
> > [javac] 1 error
> > 
> > BUILD FAILED
> > file:E:/Projects/Maven/jakarta-turbine-maven/build-bootstrap.xml:75: Compile failed; see the compiler error output for details.
> > 
> > -Nick
> > 
> > 
> > 
> > 
> > 
> > 
> > This message and any attachments (the "message") is
> > intended solely for the addressees and is confidential. 
> > If you receive this message in error, please delete it and 
> > immediately notify the sender. Any use not in accord with 
> > its purpose, any dissemination or disclosure, either whole 
> > or partial, is prohibited except formal approval. The internet
> > can not guarantee the integrity of this message. 
> > BNP PARIBAS (and its subsidiaries) shall (will) not 
> > therefore be liable for the message if modified. 
> > 
> >                 ---------------------------------------------
> > 
> > Ce message et toutes les pieces jointes (ci-apres le 
> > "message") sont etablis a l'intention exclusive de ses 
> > destinataires et sont confidentiels. Si vous recevez ce 
> > message par erreur, merci de le detruire et d'en avertir 
> > immediatement l'expediteur. Toute utilisation de ce 
> > message non conforme a sa destination, toute diffusion 
> > ou toute publication, totale ou partielle, est interdite, sauf 
> > autorisation expresse. L'internet ne permettant pas 
> > d'assurer l'integrite de ce message, BNP PARIBAS (et ses
> > filiales) decline(nt) toute responsabilite au titre de ce 
> > message, dans l'hypothese ou il aurait ete modifie.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-maven-dev-help@jakarta.apache.org
> > 
> 
> --
> Bob McWhirter        bob@werken.com
> The Werken Company   http://werken.com/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-maven-dev-help@jakarta.apache.org
> 

--
Bob McWhirter        bob@werken.com
The Werken Company   http://werken.com/


Re: HEAD broken? : Yep it defnitely is

Posted by bob mcwhirter <bo...@werken.com>.
Some changes to the werkz library were made last night.
Though, it appears that werkz-1.0-beta-7.jar was deployed
to ibiblio, but it looks like maven's project.xml didn't
update to depend on the latest werkz.

I'm trying to build from HEAD now using werkz beta-7 in
the project.xml.

	-bob

On Wed, 12 Feb 2003 nick.minutello@bnpparibas.com wrote:

> 
> 
> 
> | Are you still having trouble? In particular I did some work on the 'site'
> | goals in Jelly to make the uber-site of all the tag libraries, so am keen
> to
> | check things still work for you.
> |
> Cheers James, but I wasnt having problems with site per-se, anything I
> tried to run would fail as soon as the dependancies were downloaded.
> 
> 
> Yikes, it seems it is now broken in a different place - and quite  broken
> too (see below).
> (I just did a fresh get
> 
> [echo]
> [echo] +------------------------------------------------------------------+
> [echo] |                                                                  |
> [echo] | C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T    |
> [echo] |                                                                  |
> [echo] +------------------------------------------------------------------+
> [mkdir] Created dir: E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
> [javac] Compiling 78 source files to E:\Projects\TCG\Maven\jakarta-turbine-maven\bootstrap\phase1-classes
> [javac] E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\plugin\DefaultPluginCacheManager.java:372: cannot resolve symbol
> [javac] symbol  : method getExecutionChain (java.lang.String)
> [javac] location: class com.werken.werkz.WerkzProject
> [javac]         Goal[] chain = goalProject.getExecutionChain( goal );
> [javac]                                   ^
> [javac] Note: E:\Projects\TCG\Maven\jakarta-turbine-maven\src\java\org\apache\maven\MavenUtils.java uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 1 error
> 
> BUILD FAILED
> file:E:/Projects/Maven/jakarta-turbine-maven/build-bootstrap.xml:75: Compile failed; see the compiler error output for details.
> 
> -Nick
> 
> 
> 
> 
> 
> 
> This message and any attachments (the "message") is
> intended solely for the addressees and is confidential. 
> If you receive this message in error, please delete it and 
> immediately notify the sender. Any use not in accord with 
> its purpose, any dissemination or disclosure, either whole 
> or partial, is prohibited except formal approval. The internet
> can not guarantee the integrity of this message. 
> BNP PARIBAS (and its subsidiaries) shall (will) not 
> therefore be liable for the message if modified. 
> 
>                 ---------------------------------------------
> 
> Ce message et toutes les pieces jointes (ci-apres le 
> "message") sont etablis a l'intention exclusive de ses 
> destinataires et sont confidentiels. Si vous recevez ce 
> message par erreur, merci de le detruire et d'en avertir 
> immediatement l'expediteur. Toute utilisation de ce 
> message non conforme a sa destination, toute diffusion 
> ou toute publication, totale ou partielle, est interdite, sauf 
> autorisation expresse. L'internet ne permettant pas 
> d'assurer l'integrite de ce message, BNP PARIBAS (et ses
> filiales) decline(nt) toute responsabilite au titre de ce 
> message, dans l'hypothese ou il aurait ete modifie.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-maven-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-maven-dev-help@jakarta.apache.org
> 

--
Bob McWhirter        bob@werken.com
The Werken Company   http://werken.com/