Re: disable checkstyle?

2004-08-10 Thread Malachi de AElfweald
understood your original question. I run javadocs without checkstyle, but I'm using JDK1.4. Jeff On Mon, 09 Aug 2004, at 19:57:30 [GMT -0700] Malachi de AElfweald wrote: > I had tried that; currently, I have the entire report section commented out. > Are you using JDK1.5 enums and stati

Re: disable checkstyle?

2004-08-09 Thread Malachi de AElfweald
section look like? Jeff On Sun, 08 Aug 2004, at 06:38:28 [GMT -0700] Malachi de AElfweald wrote: > It appears that checkstyle prevents JDK1.5 source from being compiled (enum > or static imports). The only way I have been able to disable it was to > completely stop all javadoc, site, and

disable checkstyle?

2004-08-08 Thread Malachi de AElfweald
It appears that checkstyle prevents JDK1.5 source from being compiled (enum or static imports). The only way I have been able to disable it was to completely stop all javadoc, site, and reporting. Even deregistering it didn't seem to work. Is there any way to still do javadocs without using che

Re: passing options to the Java compiler

2004-07-26 Thread Malachi de AElfweald
Same as with javac... from the javac help: -source Provide source compatibility with specified release -target Generate class files for specific VM version At 01:33 PM 7/26/2004, you wrote: How does pass options to the Java compiler? In the maven-java-plugin-1.4 directory,

Re: Maven on JDK1.5

2004-07-26 Thread Malachi de AElfweald
Thanks to everyone for their help... Adding those two properties (either -D or project.properties) fixed the problem. A couple thoughts/comments 1) Searching through the issue-tracking, two people posted the same bug and never got a reply. http://jira.codehaus.org/browse/MPJAVA-22

Maven on JDK1.5

2004-07-24 Thread Malachi de AElfweald
I downloaded and installed Maven today. To test it, I was trying to duplicate the example from this article: http://www.devx.com/java/Article/17204 Unfortunately, it didn't work: -