[hibernate-issues] [Hibernate-JIRA] Commented: (HBX-811) eclipse code formatter ant task
    Max Rydahl Andersen (JIRA) 
    noreply at atlassian.com
       
    Wed Nov  8 07:03:04 EST 2006
    
    
  
    [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-811?page=comments#action_25212 ] 
Max Rydahl Andersen commented on HBX-811:
-----------------------------------------
done.
		<taskdef name="javaformatter" classname="org.hibernate.tool.ant.JavaFormatterTask" classpathref="tasks.classpath"/>
				
		<javaformatter configurationfile="optional-eclipse-formatting-settings"> 
		   <fileset dir="${build.dir}">
		   	   <include name="formatting/**/*.java"/>
		   	</fileset>
		</javaformatter>
> eclipse code formatter ant task
> -------------------------------
>
>          Key: HBX-811
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-811
>      Project: Hibernate Tools
>         Type: New Feature
>   Components: ant
>     Versions: 3.2beta8
>     Reporter: Max Rydahl Andersen
>      Fix For: 3.2beta9
>
>
> eclipse 3.2 code formatter can be used standalone; lets provide integration with it from ant and possibly run it automatically on java code hibernate tools generate
-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira
    
    
More information about the hibernate-issues
mailing list