Update of /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/ant In directory sc8-pr-cvs1:/tmp/cvs-serv14158/core/src/java/xdoclet/ant
Modified Files: XDocletTask.java Log Message: Coding conventions. Index: XDocletTask.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet2/core/src/java/xdoclet/ant/XDocletTask.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** XDocletTask.java 9 Oct 2002 01:28:23 -0000 1.3 --- XDocletTask.java 22 Nov 2002 14:26:35 -0000 1.4 *************** *** 3,6 **** --- 3,7 ---- * All rights reserved. */ + package xdoclet.ant; *************** *** 24,40 **** private IntrospectionHelper _introspectionHelper; ! public void setDynamicAttribute(String name, String value) throws BuildException { _introspectionHelper.setAttribute(getProject(), _xdoclet, name, value); } ! public Object createDynamicElement(String name) throws BuildException { try { return _xdoclet.createPlugin(name); ! } catch (XDocletException e) { ! throw new BuildException(e,location); } } ! public XDocletTask() { _xdoclet = new XDoclet(getClasspath()); _introspectionHelper = IntrospectionHelper.getHelper(_xdoclet.getClass()); --- 25,45 ---- private IntrospectionHelper _introspectionHelper; ! public void setDynamicAttribute(String name, String value) throws BuildException ! { _introspectionHelper.setAttribute(getProject(), _xdoclet, name, value); } ! public Object createDynamicElement(String name) throws BuildException ! { try { return _xdoclet.createPlugin(name); ! } ! catch (XDocletException e) { ! throw new BuildException(e, location); } } ! public XDocletTask() ! { _xdoclet = new XDoclet(getClasspath()); _introspectionHelper = IntrospectionHelper.getHelper(_xdoclet.getClass()); *************** *** 44,53 **** protected void start() throws BuildException { ! try ! { _xdoclet.execute(); } ! catch (XDocletException e) ! { throw new BuildException(e); } --- 49,56 ---- protected void start() throws BuildException { ! try { _xdoclet.execute(); } ! catch (XDocletException e) { throw new BuildException(e); } ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel