From easyant-commits-return-450-apmail-incubator-easyant-commits-archive=incubator.apache.org@incubator.apache.org Mon Aug 6 21:41:13 2012 Return-Path: X-Original-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-easyant-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53387D143 for ; Mon, 6 Aug 2012 21:41:13 +0000 (UTC) Received: (qmail 9168 invoked by uid 500); 6 Aug 2012 21:41:13 -0000 Delivered-To: apmail-incubator-easyant-commits-archive@incubator.apache.org Received: (qmail 9145 invoked by uid 500); 6 Aug 2012 21:41:13 -0000 Mailing-List: contact easyant-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: easyant-dev@incubator.apache.org Delivered-To: mailing list easyant-commits@incubator.apache.org Received: (qmail 9137 invoked by uid 99); 6 Aug 2012 21:41:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 21:41:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 21:41:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E703323888FD; Mon, 6 Aug 2012 21:40:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1370031 - in /incubator/easyant/plugins/trunk/javadoc/src/test: ./ antunit/ antunit/src/ antunit/src/main/ antunit/src/main/java/ antunit/src/main/java/org/ antunit/src/main/java/org/apache/ antunit/src/main/java/org/apache/easyant/ antuni... Date: Mon, 06 Aug 2012 21:40:24 -0000 To: easyant-commits@incubator.apache.org From: jlboudart@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120806214024.E703323888FD@eris.apache.org> Author: jlboudart Date: Mon Aug 6 21:40:23 2012 New Revision: 1370031 URL: http://svn.apache.org/viewvc?rev=1370031&view=rev Log: Add missing javadoc test case Added: incubator/easyant/plugins/trunk/javadoc/src/test/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/javadoc-test.xml incubator/easyant/plugins/trunk/javadoc/src/test/antunit/sample-module.ivy incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/Example.java incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/Example2.java Added: incubator/easyant/plugins/trunk/javadoc/src/test/antunit/javadoc-test.xml URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/javadoc/src/test/antunit/javadoc-test.xml?rev=1370031&view=auto ============================================================================== --- incubator/easyant/plugins/trunk/javadoc/src/test/antunit/javadoc-test.xml (added) +++ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/javadoc-test.xml Mon Aug 6 21:40:23 2012 @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/easyant/plugins/trunk/javadoc/src/test/antunit/sample-module.ivy URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/javadoc/src/test/antunit/sample-module.ivy?rev=1370031&view=auto ============================================================================== --- incubator/easyant/plugins/trunk/javadoc/src/test/antunit/sample-module.ivy (added) +++ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/sample-module.ivy Mon Aug 6 21:40:23 2012 @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + Added: incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/Example.java URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/Example.java?rev=1370031&view=auto ============================================================================== --- incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/Example.java (added) +++ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/main/java/org/apache/easyant/example/Example.java Mon Aug 6 21:40:23 2012 @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +package org.apache.easyant.example; + +import java.io.IOException; +import java.util.Properties; + +public class Example { + public static void main(String[] args) throws IOException { + System.out.println(new Example().sayHello("EasyAnt")); + } + + /* + * @param who Who says hello + */ + public String sayHello(String who) throws IOException { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/main.properties")); + return props.getProperty("example") + " " + who + "!"; + } +} Added: incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/Example2.java URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/Example2.java?rev=1370031&view=auto ============================================================================== --- incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/Example2.java (added) +++ incubator/easyant/plugins/trunk/javadoc/src/test/antunit/src/test/java/org/apache/easyant/example/Example2.java Mon Aug 6 21:40:23 2012 @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +package org.apache.easyant.example; + +import java.io.IOException; +import java.util.Properties; + +public class Example { + public static void main(String[] args) throws IOException { + System.out.println(new Example().sayHello("EasyAnt")); + } + + /* + * @param who Who says hello + */ + public String sayHello(String who) throws IOException { + Properties props = new Properties(); + props.load(Example.class.getResourceAsStream("/main.properties")); + return props.getProperty("example") + " " + who + "!"; + } + public String CheckstyleShouldComplainAboutMethodName() throws IOException { + return "CheckstyleShouldComplainAboutMethodName !"; + } + +}