You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by na...@opensource.lk on 2004/05/07 09:06:32 UTC

build file bug fix

--- build_orig.xml	2004-04-27 09:50:02.000000000 +0600
+++ build.xml	2004-05-07 12:18:30.000000000 +0600

    To build, run
@@ -336,6 +335,8 @@
           depends="prepare" >
     <mkdir dir="${build.javadocs}"/>
     <javadoc packagenames="${packages}"
+		 excludepackagenames="org.apache.bsf.engines.java"
+		sourcefiles="src/org/apache/bsf/engines/java/JavaEngine.java"
              sourcepath="${src.dir}"
              destdir="${build.javadocs}"
              author="true"

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org


Re: build file bug fix

Posted by "Victor J. Orlikowski" <vi...@alumni.duke.edu>.
On Fri, May 07, 2004 at 03:06:32AM -0400, nandika@opensource.lk wrote:
> +		 excludepackagenames="org.apache.bsf.engines.java"

Adding this makes sense, for the time being, since we are not
adding this engine, nor two others.

However, I do not see that the sourcefiles directive is doing
much, so I have left that out.

Thanks,
Victor
-- 
Victor J. Orlikowski <> victor.j.orlikowski@alumni.duke.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org