You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Sean Schofield <se...@gmail.com> on 2005/07/11 20:09:27 UTC

Re: svn commit: r210168 - /myfaces/build/trunk/build.xml

Grant,

Are you sure this doesn't break the tlddoc for other projects (impl, sandbox)?

sean

On 7/11/05, grantsmith@apache.org <gr...@apache.org> wrote:
> Author: grantsmith
> Date: Mon Jul 11 11:00:06 2005
> New Revision: 210168
> 
> URL: http://svn.apache.org/viewcvs?rev=210168&view=rev
> Log:
> tlddoc problems. In Linux, wildcard arguments to the ant tlddoc task are not expanded.
> 
> Modified:
>     myfaces/build/trunk/build.xml
> 
> Modified: myfaces/build/trunk/build.xml
> URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=210168&r1=210167&r2=210168&view=diff
> ==============================================================================
> --- myfaces/build/trunk/build.xml (original)
> +++ myfaces/build/trunk/build.xml Mon Jul 11 11:00:06 2005
> @@ -558,7 +558,7 @@
>              <arg line="-doctitle 'Tag library for Apache MyFaces'" />
>              <arg line="-d ${tlddoc.dir}"/>
>              <arg line="-xslt ${tlddoc.xslt.dir}"/>
> -            <arg value="${resolved-tlds.dir}/myfaces_ext.tld"/>
> +            <arg value="${resolved-tlds.dir}/*.tld"/>
>          </java>
>      </target>
> 
> 
> 
>

Re: svn commit: r210168 - /myfaces/build/trunk/build.xml

Posted by Sean Schofield <se...@gmail.com>.
Actually you are not going crazy .. the build file is *shared* between
all of those subprojects (using svn:externals.)  See the new
description of how to build on the myfaces website ("one build to rule
them all.")

sean

On 7/11/05, Grant Smith <gr...@marathon-man.com> wrote:
>  Yeah, I'm having weird problems here with Intellij IDEA and SVN. I made
> that change to the tomahawk build.xml file, and it got committed to the main
> build.xml. Which is why I just reversed it a few minutes ago. Madness
> prevails in true Monday fashion...
>  
>  Sean Schofield wrote: 
>  Grant,
> 
> Are you sure this doesn't break the tlddoc for other projects (impl,
> sandbox)?
> 
> sean
> 
> On 7/11/05, grantsmith@apache.org <gr...@apache.org> wrote:
>  
>  
>  Author: grantsmith
> Date: Mon Jul 11 11:00:06 2005
> New Revision: 210168
> 
> URL: http://svn.apache.org/viewcvs?rev=210168&view=rev
> Log:
> tlddoc problems. In Linux, wildcard arguments to the ant tlddoc task are not
> expanded.
> 
> Modified:
>  myfaces/build/trunk/build.xml
> 
> Modified: myfaces/build/trunk/build.xml
> URL:
> http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=210168&r1=210167&r2=210168&view=diff
> ==============================================================================
> --- myfaces/build/trunk/build.xml (original)
> +++ myfaces/build/trunk/build.xml Mon Jul 11 11:00:06 2005
> @@ -558,7 +558,7 @@
>  <arg line="-doctitle 'Tag library for Apache MyFaces'" />
>  <arg line="-d ${tlddoc.dir}"/>
>  <arg line="-xslt ${tlddoc.xslt.dir}"/>
> - <arg value="${resolved-tlds.dir}/myfaces_ext.tld"/>
> + <arg value="${resolved-tlds.dir}/*.tld"/>
>  </java>
>  </target>
> 
> 
> 
> 
>  
>  .
> 
>  
>  
>