Thanks for all the Jalopy replies. I have created a Jalopy config file, but get the following IOException when running the goal. I can't find out which file it is complaining about within the Jalopy Jelly script.
Any clues will be welcome. Thanks Pat BUILD FAILED File...... file:/export/home/users/pbateman/.maven/plugins/maven-jalopy-plugin-1.1-SNAP SHOT/ Element... ant:jalopy Line...... 45 Column.... 46 java.io.IOException: Error in building com.werken.werkz.UnattainableGoalException: Unable to obtain goal [jalopy:format] -- file:/export/home/users/pbateman/.maven/plugins/maven-jalopy-plugin-1.1-SNAP SHOT/:45:46: <ant:jalopy> java.io.IOException: Error in building -----Original Message----- From: Dominik Dahlem [mailto:[EMAIL PROTECTED] Sent: 22 September 2003 13:46 To: Maven Users List Subject: Re: Code Formatting Plugin ??? The Jalopy plugin does that for you. You have to create a jalopy configuration file to format your code. Have a look at http://jalopy.sourceforge.net/ to find information on how to configure jalopy. Jalopy provides a swing configuration wizard which is quite handy. However, there is a little bug with JavaDoc for fields. Make sure you set the JavaDoc for a field, because the default value is not valid. The maven-jalopy-plugin requires the setting to the jalopy configuration file with maven.jalopy.style. Otherwise the default one is used. Dominik On Mon, 2003-09-22 at 13:27, Bateman, Patrick eMEDIA wrote: > Has anyone out there use a code formatting and if so is there any > integration with Maven?? > > Thanks > > Pat > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify the system manager. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
