made it outside of language
authormtopper <mtopper>
Sat, 13 Jan 2007 12:31:10 +0000 (12:31 +0000)
committermtopper <mtopper>
Sat, 13 Jan 2007 12:31:10 +0000 (12:31 +0000)
etc/producer/producers.xml

index e7a08fb..73c45b1 100755 (executable)
                        <Log message="I have a topic list with ${utility.listSize(topics)}" />
                    </then>
                   </If>-->
                        <Log message="I have a topic list with ${utility.listSize(topics)}" />
                    </then>
                   </If>-->
-        <If condition="article.is_published == '1'">
+             <Log message="I am generating: ${article.id}"/>
+
+  <If condition="article.is_published == '1'">
           <then>
             <Language>
           <then>
             <Language>
-             <Log message="I am generating: ${article.id}"/>
               <Generate 
                 generator="/article.template" 
                 destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.html"/>
               <Generate 
                 generator="/article.template" 
                 destination="${config.storageRoot}/${pathprefix}/${article.date.formatted.yyyy}/${article.date.formatted.MM}/${article.id}.html"/>