You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2011/11/10 02:00:07 UTC

svn commit: r1200074 - /incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java

Author: smarru
Date: Thu Nov 10 01:00:07 2011
New Revision: 1200074

URL: http://svn.apache.org/viewvc?rev=1200074&view=rev
Log:
changing package name to please maven javadoc pluggin

Modified:
    incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java

Modified: incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java?rev=1200074&r1=1200073&r2=1200074&view=diff
==============================================================================
--- incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java (original)
+++ incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java Thu Nov 10 01:00:07 2011
@@ -19,7 +19,7 @@
  *
  */
 
-package org.apache.airavata.samples;
+package main.java.org.apache.airavata.samples;
 
 public class SimpleMathService {
     /**



Re: svn commit: r1200074 - /incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java

Posted by Suresh Marru <sm...@cs.indiana.edu>.
On Nov 9, 2011, at 5:39 PM, Ate Douma wrote:

>> -package org.apache.airavata.samples;
>> +package main.java.org.apache.airavata.samples;
> 
> This seems weird to me as something needed to please maven javadoc plugin, let alone rather weird packaging at all.
> It seems to me the maven build configuration might not be setup correctly (or the javadoc plugin as such), but the real package of code *is* (or should be) org.apache.airavata.samples, no?

Hi Ate,

Thanks for pointing this out, I reverted the release and fixed the build with revision - r1200146. Good to know that Mentors indeed review svn commits as well :)

Suresh
 

Re: svn commit: r1200074 - /incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java

Posted by Ate Douma <at...@douma.nu>.
On 11/09/2011 05:00 PM, smarru@apache.org wrote:
> Author: smarru
> Date: Thu Nov 10 01:00:07 2011
> New Revision: 1200074
>
> URL: http://svn.apache.org/viewvc?rev=1200074&view=rev
> Log:
> changing package name to please maven javadoc pluggin
>
> Modified:
>      incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
>
> Modified: incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java
> URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java?rev=1200074&r1=1200073&r2=1200074&view=diff
> ==============================================================================
> --- incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java (original)
> +++ incubator/airavata/trunk/samples/simple-math-service/src/main/java/org/apache/airavata/samples/SimpleMathService.java Thu Nov 10 01:00:07 2011
> @@ -19,7 +19,7 @@
>    *
>    */
>
> -package org.apache.airavata.samples;
> +package main.java.org.apache.airavata.samples;

This seems weird to me as something needed to please maven javadoc plugin, let 
alone rather weird packaging at all.
It seems to me the maven build configuration might not be setup correctly (or 
the javadoc plugin as such), but the real package of code *is* (or should be) 
org.apache.airavata.samples, no?

>
>   public class SimpleMathService {
>       /**
>
>