Impressive, I did not notice that. Any java file in Humanres ! Proof that the Framework is really mature (if a proof was needed) or that Humanres still need some work ? :o)

Jacques

Author: ruppert
Date: Sat Jun  7 20:39:32 2008
New Revision: 664427

URL: http://svn.apache.org/viewvc?rev=664427&view=rev
Log:
Removed the building of the humanres javadoc since there are no java files at this point and it's causing a build error during generation

Modified:
   ofbiz/trunk/applications/humanres/build.xml

Modified: ofbiz/trunk/applications/humanres/build.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/build.xml?rev=664427&r1=664426&r2=664427&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/build.xml (original)
+++ ofbiz/trunk/applications/humanres/build.xml Sat Jun  7 20:39:32 2008
@@ -108,12 +108,15 @@
    <!-- ================================================================== -->

    <target name="docs" depends="prepare-docs,classpath">
+        <!-- Commented out since there are no java files in this package at this 
time -->
+        <!--
        <javadoc packagenames="org.ofbiz.humanres.*"
                 classpathref="local.class.path"
                 destdir="${build.dir}/javadocs"
                 Windowtitle="Open for Business - ${desc}">
            <sourcepath path="${src.dir}"/>
        </javadoc>
+        -->
    </target>

    <target name="all" depends="jar,docs"/>



Reply via email to