You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Oscar Duque <pi...@hotmail.com> on 2007/03/02 01:24:09 UTC

Trinidad building failed

Greetings to all,  
  
I was following the instructions at
<http://wiki.apache.org/myfaces/Building_ADF_With_Maven>, but the build fails,
so that is my situation:



1\. I got the fiiles from
<https://svn.apache.org/repos/asf/incubator/adffaces/trunk/>

2\. The commands

     cd trinidad/plugins  
     mvn install

    Was successfuly

3\. The commands

     cd ../trinidad  
     mvn install

     Failed with this message:

.......

[INFO] [compiler:compile]  
[INFO] Compiling 77 source files to C:\Trinidad\trinidad\trinidad-
demo\target\classes  
[INFO]
------------------------------------------------------------------------  
[ERROR] BUILD FAILURE  
[INFO]
------------------------------------------------------------------------  
[INFO] Compilation failure  
  
could not parse error message: warning: [path] bad path element "C:\Documents
and Settings\user\\.m2\repository\javax\mail\mail\1.4\activation.jar": no such
file or directory

Someone know how can i fix it, or know where can i get the Trinidad builded
???  
  
Thanks in advance,



Oscar

  

* * *

[Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
Intro*Terms](http://g.msn.com/8HMBENUS/2746??PS=47575)


Re: Trinidad building failed

Posted by Matthias Wessendorf <ma...@apache.org>.
wow,
never see that here on my box.



On 3/2/07, Mike Kienenberger <mk...@gmail.com> wrote:
> I'm not sure if this is relevent, but it might be:
>
> http://cayenne.apache.org/building-cayenne.html
> ======================================================
> Windows Woes
>
> Full tree build may fail on Windows if the Maven2 repository directory
> contains spaces, which it does by default ("C:\Documents and
> Settings\user\.m2"). This is a bug in Maven. Until it is fixed, the
> workaround is to relocate a repository to a directory with no spaces,
> e.g. "C:\.m2". This can be done by entering the new location in the
> settings.xml itself located in the default directory:
> C:\Documents and Settings\user\.m2\settings.xml
>
> <settings>
>    <localRepository>c:\.m2</localRepository>
> </settings>
> ======================================================
>
> "bug in Maven"
> http://jira.codehaus.org/browse/SUREFIRE-128?rc=1
>
> On 3/1/07, Oscar Duque <pi...@hotmail.com> wrote:
> >
> > Greetings to all,
> >
> > I was following the instructions at
> > http://wiki.apache.org/myfaces/Building_ADF_With_Maven, but
> > the build fails, so that is my situation:
> >
> > 1. I got the fiiles from
> > https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> > 2. The commands
> >      cd trinidad/plugins
> >      mvn install
> >     Was successfuly
> > 3. The commands
> >      cd ../trinidad
> >      mvn install
> >      Failed with this message:
> > .......
> >
> >
> > [INFO] [compiler:compile]
> > [INFO] Compiling 77 source files to
> > C:\Trinidad\trinidad\trinidad-demo\target\classes
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Compilation failure
> >
> > could not parse error message: warning: [path] bad path element
> > "C:\Documents and
> > Settings\user\.m2\repository\javax\mail\mail\1.4\activation.jar":
> > no such file or directory
> > Someone know how can i fix it, or know where can i get the Trinidad builded
> > ???
> >
> > Thanks in advance,
> >
> > Oscar
> > ________________________________
> >  Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
> > Intro*Terms
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Trinidad building failed

Posted by Oscar Duque <pi...@hotmail.com>.
Thanks Matthias, i got the file by downloading it from that link, i put the
file in the path required by the error, and after re launched the maven, the
build was successful.  
  
I'm running the demo and studying some features like as PPR and validators an
converters in the client side.  
  
Thanks to all, for be possible this open and cooperative World !!!  
  
Oscar  
  

> * * *
>
> From:   _"Matthias Wessendorf" <ma...@apache.org>_  
> Reply-To:   _adffaces-user@incubator.apache.org_  
>  To:   _adffaces-user@incubator.apache.org_  
>  Subject:   _Re: Trinidad building failed_  
>  Date:   _Fri, 2 Mar 2007 14:21:40 +0100_  
>  >Oscar-  
> >  
> >funny enough, that Maven isn't downloading the file.  
> >As a (stupid) work around, I guess you have to do the download on  
> >your own.  
> >  
> >The file of desire is located here:  
> >  
>
> >http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/activation/activation/1.1/  
> >  
> >Gruss,  
> >Matthias  
> >  
> >On 3/2/07, Oscar Duque <pi...@hotmail.com> wrote:  
> >>  
> >>  
> >>  
> >>Mike, thanks by your soon answer, i did apply your suggestions but  
> >>the error  
> >>still persists, and it's the same error:  
> >>  
> >>................  
> >>[ERROR] BUILD FAILURE  
> >>[INFO]  
> >>\------------------------------------------------------------------------  
> >>[INFO] Compilation failure  
> >>could not parse error message: warning: [path] bad path element  
> >>"C:\Documents and  
> >>Settings\user\\.m2\repository\javax\mail\mail\1.4\activation.jar":  
> >>no such file or directory  
> >>  
> >>Any suggestion about whay is failing the building ?, or maybe any  
> >>have the  
> >>trinidad builded ???  
> >>  
> >>Thanks in advance,  
> >>  
> >>Oscar  
> >>  
> >>  
> >>  ________________________________  
> >>  
> >>From:  "Mike Kienenberger" <mk...@gmail.com>  
> >>Reply-To:  adffaces-user@incubator.apache.org  
> >>To:  adffaces-user@incubator.apache.org  
> >>Subject:  Re: Trinidad building failed  
> >>Date:  Thu, 1 Mar 2007 20:39:01 -0500  
> >>  
> >> >I'm not sure if this is relevent, but it might be:  
> >> >  
> >> >http://cayenne.apache.org/building-cayenne.html  
> >> >======================================================  
> >> >Windows Woes  
> >> >  
> >> >Full tree build may fail on Windows if the Maven2 repository  
> >> >directory  
> >> >contains spaces, which it does by default ("C:\Documents and  
> >> >Settings\user\\.m2"). This is a bug in Maven. Until it is fixed,  
> >>the  
> >> >workaround is to relocate a repository to a directory with no  
> >> >spaces,  
> >> >e.g. "C:\\.m2". This can be done by entering the new location in  
> >>the  
> >> >settings.xml itself located in the default directory:  
> >> >C:\Documents and Settings\user\\.m2\settings.xml  
> >> >  
> >> ><settings>  
> >> >   <localRepository>c:\\.m2</localRepository>  
> >> ></settings>  
> >> >======================================================  
> >> >  
> >> >"bug in Maven"  
> >> >http://jira.codehaus.org/browse/SUREFIRE-128?rc=1  
> >> >  
> >> >On 3/1/07, Oscar Duque <pi...@hotmail.com> wrote:  
> >> >>  
> >> >>Greetings to all,  
> >> >>  
> >> >>I was following the instructions at  
> >> >>http://wiki.apache.org/myfaces/Building_ADF_With_Maven,  
> >>but  
> >> >>the build fails, so that is my situation:  
> >> >>  
> >> >>1\. I got the fiiles from  
> >> >>https://svn.apache.org/repos/asf/incubator/adffaces/trunk/  
> >> >>2\. The commands  
> >> >>      cd trinidad/plugins  
> >> >>      mvn install  
> >> >>     Was successfuly  
> >> >>3\. The commands  
> >> >>      cd ../trinidad  
> >> >>      mvn install  
> >> >>      Failed with this message:  
> >> >>.......  
> >> >>  
> >> >>  
> >> >>[INFO] [compiler:compile]  
> >> >>[INFO] Compiling 77 source files to  
> >> >>C:\Trinidad\trinidad\trinidad-demo\target\classes  
> >> >>[INFO]  
> >>
> >>\------------------------------------------------------------------------  
> >> >>[ERROR] BUILD FAILURE  
> >> >>[INFO]  
> >>
> >>\------------------------------------------------------------------------  
> >> >>[INFO] Compilation failure  
> >> >>  
> >> >>could not parse error message: warning: [path] bad path element  
> >> >>"C:\Documents and  
> >> >>Settings\user\\.m2\repository\javax\mail\mail\1.4\activation.jar":  
> >> >>no such file or directory  
> >> >>Someone know how can i fix it, or know where can i get the  
> >>Trinidad  
> >> >>builded  
> >> >>???  
> >> >>  
> >> >>Thanks in advance,  
> >> >>  
> >> >>Oscar  
> >> >>________________________________  
> >> >>  Mortgage rates as low as 4.625% - Refinance $150,000 loan for  
> >> >>$579 a month.  
> >> >>Intro*Terms  
> >>  
> >>________________________________  
> >>Don't just search. Find. MSN Search Check out the new MSN Search!  
> >  
> >  
> >\--  
> >Matthias Wessendorf  
> >http://tinyurl.com/fmywh  
> >  
> >further stuff:  
> >blog: http://jroller.com/page/mwessendorf  
> >mail: mwessendorf-at-gmail-dot-com  
>

  

* * *

Express yourself instantly with MSN Messenger! [MSN
Messenger](http://g.msn.com/8HMAEN/2728??PS=47575) Download today it's FREE!


Re: Trinidad building failed

Posted by Matthias Wessendorf <ma...@apache.org>.
Oscar-

funny enough, that Maven isn't downloading the file.
As a (stupid) work around, I guess you have to do the download on your own.

The file of desire is located here:

http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/activation/activation/1.1/

Gruss,
Matthias

On 3/2/07, Oscar Duque <pi...@hotmail.com> wrote:
>
>
>
> Mike, thanks by your soon answer, i did apply your suggestions but the error
> still persists, and it's the same error:
>
> ................
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> could not parse error message: warning: [path] bad path element
> "C:\Documents and
> Settings\user\.m2\repository\javax\mail\mail\1.4\activation.jar":
> no such file or directory
>
> Any suggestion about whay is failing the building ?, or maybe any have the
> trinidad builded ???
>
> Thanks in advance,
>
> Oscar
>
>
>  ________________________________
>
> From:  "Mike Kienenberger" <mk...@gmail.com>
> Reply-To:  adffaces-user@incubator.apache.org
> To:  adffaces-user@incubator.apache.org
> Subject:  Re: Trinidad building failed
> Date:  Thu, 1 Mar 2007 20:39:01 -0500
>
> >I'm not sure if this is relevent, but it might be:
> >
> >http://cayenne.apache.org/building-cayenne.html
> >======================================================
> >Windows Woes
> >
> >Full tree build may fail on Windows if the Maven2 repository
> >directory
> >contains spaces, which it does by default ("C:\Documents and
> >Settings\user\.m2"). This is a bug in Maven. Until it is fixed, the
> >workaround is to relocate a repository to a directory with no
> >spaces,
> >e.g. "C:\.m2". This can be done by entering the new location in the
> >settings.xml itself located in the default directory:
> >C:\Documents and Settings\user\.m2\settings.xml
> >
> ><settings>
> >   <localRepository>c:\.m2</localRepository>
> ></settings>
> >======================================================
> >
> >"bug in Maven"
> >http://jira.codehaus.org/browse/SUREFIRE-128?rc=1
> >
> >On 3/1/07, Oscar Duque <pi...@hotmail.com> wrote:
> >>
> >>Greetings to all,
> >>
> >>I was following the instructions at
> >>http://wiki.apache.org/myfaces/Building_ADF_With_Maven,
> but
> >>the build fails, so that is my situation:
> >>
> >>1. I got the fiiles from
> >>https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> >>2. The commands
> >>      cd trinidad/plugins
> >>      mvn install
> >>     Was successfuly
> >>3. The commands
> >>      cd ../trinidad
> >>      mvn install
> >>      Failed with this message:
> >>.......
> >>
> >>
> >>[INFO] [compiler:compile]
> >>[INFO] Compiling 77 source files to
> >>C:\Trinidad\trinidad\trinidad-demo\target\classes
> >>[INFO]
> >>------------------------------------------------------------------------
> >>[ERROR] BUILD FAILURE
> >>[INFO]
> >>------------------------------------------------------------------------
> >>[INFO] Compilation failure
> >>
> >>could not parse error message: warning: [path] bad path element
> >>"C:\Documents and
> >>Settings\user\.m2\repository\javax\mail\mail\1.4\activation.jar":
> >>no such file or directory
> >>Someone know how can i fix it, or know where can i get the Trinidad
> >>builded
> >>???
> >>
> >>Thanks in advance,
> >>
> >>Oscar
> >>________________________________
> >>  Mortgage rates as low as 4.625% - Refinance $150,000 loan for
> >>$579 a month.
> >>Intro*Terms
>
> ________________________________
> Don't just search. Find. MSN Search Check out the new MSN Search!


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: Trinidad building failed

Posted by Oscar Duque <pi...@hotmail.com>.
Mike, thanks by your soon answer, i did apply your suggestions but the error
still persists, and it's the same error:

................  
[ERROR] BUILD FAILURE  
[INFO]  
\------------------------------------------------------------------------  
[INFO] Compilation failure  
could not parse error message: warning: [path] bad path element  
"C:\Documents and
Settings\user\\.m2\repository\javax\mail\mail\1.4\activation.jar": no such
file or directory

Any suggestion about whay is failing the building ?, or maybe any have the
trinidad builded ???

Thanks in advance,

Oscar  

> * * *
>
> From:   _"Mike Kienenberger" <mk...@gmail.com>_  
> Reply-To:   _adffaces-user@incubator.apache.org_  
>  To:   _adffaces-user@incubator.apache.org_  
>  Subject:   _Re: Trinidad building failed_  
>  Date:   _Thu, 1 Mar 2007 20:39:01 -0500_  
>  >I'm not sure if this is relevent, but it might be:  
> >  
> >http://cayenne.apache.org/building-cayenne.html  
> >======================================================  
> >Windows Woes  
> >  
> >Full tree build may fail on Windows if the Maven2 repository  
> >directory  
> >contains spaces, which it does by default ("C:\Documents and  
> >Settings\user\\.m2"). This is a bug in Maven. Until it is fixed, the  
> >workaround is to relocate a repository to a directory with no  
> >spaces,  
> >e.g. "C:\\.m2". This can be done by entering the new location in the  
> >settings.xml itself located in the default directory:  
> >C:\Documents and Settings\user\\.m2\settings.xml  
> >  
> ><settings>  
> >   <localRepository>c:\\.m2</localRepository>  
> ></settings>  
> >======================================================  
> >  
> >"bug in Maven"  
> >http://jira.codehaus.org/browse/SUREFIRE-128?rc=1  
> >  
> >On 3/1/07, Oscar Duque <pi...@hotmail.com> wrote:  
> >>  
> >>Greetings to all,  
> >>  
> >>I was following the instructions at  
> >>http://wiki.apache.org/myfaces/Building_ADF_With_Maven, but  
> >>the build fails, so that is my situation:  
> >>  
> >>1\. I got the fiiles from  
> >>https://svn.apache.org/repos/asf/incubator/adffaces/trunk/  
> >>2\. The commands  
> >>      cd trinidad/plugins  
> >>      mvn install  
> >>     Was successfuly  
> >>3\. The commands  
> >>      cd ../trinidad  
> >>      mvn install  
> >>      Failed with this message:  
> >>.......  
> >>  
> >>  
> >>[INFO] [compiler:compile]  
> >>[INFO] Compiling 77 source files to  
> >>C:\Trinidad\trinidad\trinidad-demo\target\classes  
> >>[INFO]  
> >>\------------------------------------------------------------------------  
> >>[ERROR] BUILD FAILURE  
> >>[INFO]  
> >>\------------------------------------------------------------------------  
> >>[INFO] Compilation failure  
> >>  
> >>could not parse error message: warning: [path] bad path element  
> >>"C:\Documents and  
> >>Settings\user\\.m2\repository\javax\mail\mail\1.4\activation.jar":  
> >>no such file or directory  
> >>Someone know how can i fix it, or know where can i get the Trinidad  
> >>builded  
> >>???  
> >>  
> >>Thanks in advance,  
> >>  
> >>Oscar  
> >>________________________________  
> >>  Mortgage rates as low as 4.625% - Refinance $150,000 loan for  
> >>$579 a month.  
> >>Intro*Terms  
>

  

* * *

Don't just search. Find. [MSN Search](http://g.msn.com/8HMAEN/2749??PS=47575)
Check out the new MSN Search!


Re: Trinidad building failed

Posted by Mike Kienenberger <mk...@gmail.com>.
I'm not sure if this is relevent, but it might be:

http://cayenne.apache.org/building-cayenne.html
======================================================
Windows Woes

Full tree build may fail on Windows if the Maven2 repository directory
contains spaces, which it does by default ("C:\Documents and
Settings\user\.m2"). This is a bug in Maven. Until it is fixed, the
workaround is to relocate a repository to a directory with no spaces,
e.g. "C:\.m2". This can be done by entering the new location in the
settings.xml itself located in the default directory:
C:\Documents and Settings\user\.m2\settings.xml

<settings>
   <localRepository>c:\.m2</localRepository>
</settings>
======================================================

"bug in Maven"
http://jira.codehaus.org/browse/SUREFIRE-128?rc=1

On 3/1/07, Oscar Duque <pi...@hotmail.com> wrote:
>
> Greetings to all,
>
> I was following the instructions at
> http://wiki.apache.org/myfaces/Building_ADF_With_Maven, but
> the build fails, so that is my situation:
>
> 1. I got the fiiles from
> https://svn.apache.org/repos/asf/incubator/adffaces/trunk/
> 2. The commands
>      cd trinidad/plugins
>      mvn install
>     Was successfuly
> 3. The commands
>      cd ../trinidad
>      mvn install
>      Failed with this message:
> .......
>
>
> [INFO] [compiler:compile]
> [INFO] Compiling 77 source files to
> C:\Trinidad\trinidad\trinidad-demo\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> could not parse error message: warning: [path] bad path element
> "C:\Documents and
> Settings\user\.m2\repository\javax\mail\mail\1.4\activation.jar":
> no such file or directory
> Someone know how can i fix it, or know where can i get the Trinidad builded
> ???
>
> Thanks in advance,
>
> Oscar
> ________________________________
>  Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
> Intro*Terms