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, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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>




    

.

  

Reply via email to