You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/05/07 07:48:00 UTC

svn commit: r169044 - /maven/components/trunk/m2-bootstrap-all.sh

Author: jdcasey
Date: Fri May  6 22:48:00 2005
New Revision: 169044

URL: http://svn.apache.org/viewcvs?rev=169044&view=rev
Log:
Added '-X' switch to the re-building of plugins step...

Modified:
    maven/components/trunk/m2-bootstrap-all.sh

Modified: maven/components/trunk/m2-bootstrap-all.sh
URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=169044&r1=169043&r2=169044&view=diff
==============================================================================
--- maven/components/trunk/m2-bootstrap-all.sh (original)
+++ maven/components/trunk/m2-bootstrap-all.sh Fri May  6 22:48:00 2005
@@ -50,7 +50,7 @@
   echo "-----------------------------------------------------------------------"  
 
   cd maven-plugins
-  m2 clean:clean install
+  m2 -X clean:clean install
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi



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


Re: svn commit: r169044 - /maven/components/trunk/m2-bootstrap-all.sh

Posted by Brett Porter <br...@apache.org>.
Yeah, the exception handling still needs some work.

- Brett

John Casey wrote:

> yeah, realize my mistake now. I'll put it back.
>
> I was getting a pat on the head that said something like, "There was an
> error. We won't tell you what it was, but use -X and sift through the
> wreckage to figure it out for yourself."
>
> I thought there might be a flag for getting the stack trace without all
> the other goop...
>
> -j
>
> Brett Porter wrote:
>
> >Why? That's a lot of crap :)
>
> >- Brett
>
> >jdcasey@apache.org wrote:
>
>
> >>Author: jdcasey
> >>Date: Fri May  6 22:48:00 2005
> >>New Revision: 169044
> >>
> >>URL: http://svn.apache.org/viewcvs?rev=169044&view=rev
> >>Log:
> >>Added '-X' switch to the re-building of plugins step...
> >>
> >>Modified:
> >>  maven/components/trunk/m2-bootstrap-all.sh
> >>
> >>Modified: maven/components/trunk/m2-bootstrap-all.sh
> >>URL:
> http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=169044&r1=169043&r2=169044&view=diff
> >>==============================================================================
> >>--- maven/components/trunk/m2-bootstrap-all.sh (original)
> >>+++ maven/components/trunk/m2-bootstrap-all.sh Fri May  6 22:48:00 2005
> >>@@ -50,7 +50,7 @@
> >> echo
> "-----------------------------------------------------------------------"
>  
> >>
> >> cd maven-plugins
> >>-  m2 clean:clean install
> >>+  m2 -X clean:clean install
> >> ret=$?; if [ $ret != 0 ]; then exit $ret; fi
> >>)
> >>ret=$?; if [ $ret != 0 ]; then exit $ret; fi
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >>For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
> >>
> >>
>
>
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >For additional commands, e-mail: dev-help@maven.apache.org
>
>
>

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




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


Re: svn commit: r169044 - /maven/components/trunk/m2-bootstrap-all.sh

Posted by John Casey <jd...@commonjava.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

yeah, realize my mistake now. I'll put it back.

I was getting a pat on the head that said something like, "There was an
error. We won't tell you what it was, but use -X and sift through the
wreckage to figure it out for yourself."

I thought there might be a flag for getting the stack trace without all
the other goop...

- -j

Brett Porter wrote:
> Why? That's a lot of crap :)
> 
> - Brett
> 
> jdcasey@apache.org wrote:
> 
> 
>>Author: jdcasey
>>Date: Fri May  6 22:48:00 2005
>>New Revision: 169044
>>
>>URL: http://svn.apache.org/viewcvs?rev=169044&view=rev
>>Log:
>>Added '-X' switch to the re-building of plugins step...
>>
>>Modified:
>>   maven/components/trunk/m2-bootstrap-all.sh
>>
>>Modified: maven/components/trunk/m2-bootstrap-all.sh
>>URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=169044&r1=169043&r2=169044&view=diff
>>==============================================================================
>>--- maven/components/trunk/m2-bootstrap-all.sh (original)
>>+++ maven/components/trunk/m2-bootstrap-all.sh Fri May  6 22:48:00 2005
>>@@ -50,7 +50,7 @@
>>  echo "-----------------------------------------------------------------------"  
>>
>>  cd maven-plugins
>>-  m2 clean:clean install
>>+  m2 -X clean:clean install
>>  ret=$?; if [ $ret != 0 ]; then exit $ret; fi
>>)
>>ret=$?; if [ $ret != 0 ]; then exit $ret; fi
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>> 
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFCfM1wK3h2CZwO/4URApqdAJwJ+Y9kG7+041015AQS+74hlreulACgiS8b
tu9+1AB3S4WJkUCkcqGGjJo=
=0RKl
-----END PGP SIGNATURE-----

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


Re: svn commit: r169044 - /maven/components/trunk/m2-bootstrap-all.sh

Posted by Brett Porter <br...@apache.org>.
Why? That's a lot of crap :)

- Brett

jdcasey@apache.org wrote:

>Author: jdcasey
>Date: Fri May  6 22:48:00 2005
>New Revision: 169044
>
>URL: http://svn.apache.org/viewcvs?rev=169044&view=rev
>Log:
>Added '-X' switch to the re-building of plugins step...
>
>Modified:
>    maven/components/trunk/m2-bootstrap-all.sh
>
>Modified: maven/components/trunk/m2-bootstrap-all.sh
>URL: http://svn.apache.org/viewcvs/maven/components/trunk/m2-bootstrap-all.sh?rev=169044&r1=169043&r2=169044&view=diff
>==============================================================================
>--- maven/components/trunk/m2-bootstrap-all.sh (original)
>+++ maven/components/trunk/m2-bootstrap-all.sh Fri May  6 22:48:00 2005
>@@ -50,7 +50,7 @@
>   echo "-----------------------------------------------------------------------"  
> 
>   cd maven-plugins
>-  m2 clean:clean install
>+  m2 -X clean:clean install
>   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
> )
> ret=$?; if [ $ret != 0 ]; then exit $ret; fi
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


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