Hi,

I got the pretty task to work and put it into connector, messaging, pool,
and server config.xml and build.xml files. I put a copy of your
pretty.settings in build/etc/.Refactory so everyone could use it ;-)
I also left yours where it is.

Is there some reason you didn't put the JavaStyle.jar in tools?

I left a place and note for it in tools/jedit.

Great idea!

thanks
david jencks

On 2001.08.17 00:24:58 -0400 Hiram Chirino wrote:
>   User: chirino 
>   Date: 01/08/16 21:24:58
> 
>   Modified:    .        build.xml
>   Log:
>   jboss-all build did not like the pretty task
>   
>   Revision  Changes    Path
>   1.6       +3 -1      jbossmq/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /cvsroot/jboss/jbossmq/build.xml,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- build.xml       2001/08/17 03:04:01     1.5
>   +++ build.xml       2001/08/17 04:24:58     1.6
>   @@ -10,7 +10,7 @@
>    <!--                                                                  
>      -->
>    <!-- ======================================================================
> -->
>    
>   -<!-- $Id: build.xml,v 1.5 2001/08/17 03:04:01 chirino Exp $ -->
>   +<!-- $Id: build.xml,v 1.6 2001/08/17 04:24:58 chirino Exp $ -->
>    
>    <project default="main">
>    
>   @@ -199,12 +199,14 @@
>      **** JavaStyle.jar is from http://plugins.jedit.org/plugins/JavaStyle
>      *-->
>      <target name="pretty" depends="init">
>   +  <!--
>        <taskdef name="pretty" classname="pretty.Pretty">
>       <pretty settingsDir="src/etc" cvs="true">
>       <fileset dir="${source.java}">
>               <include name="**/*.java" />
>       </fileset>
>       </pretty>
>   +   -->
>      </target>
>    
>      <!-- ==================================================================
> -->
>   
>   
>   
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
> 
> 

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to