<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It was a "perfect storm" of issues. Builder dependencies were being
executed twice because for some dumb reason I wasn't reusing the
builder execution macro, which meant the check to see if the builder
was already built was not happening. This turned out to be a blessing
though, because in the customTargets.xml I was bundling XULRunner in
the folder that releng copies zips to, instead of the "working"
directory. The error was happening because on the first richfaces
execution, it couldn't find the zips, since the builder was still
running, and the zips weren't in the releng dir yet. But on the 2nd try
of the richfaces build, the zips were there so it executed correctly
(and gave the illusion of a false positive). At first I tried disabling
the builder dependencies because I thought it was the source of the
problem. This gave us a richfaces zip w/o XULRunner since it was never
executed a 2nd time, which helped me find the actual cause of the
issue: The XULrunner bundling code needed to use the "intermediary"
zips instead of the "final" zips in customTargets.xml. <br>
<br>
Max Rydahl Andersen wrote:
<blockquote cite="mid:op.t41gxqdow1tq5a@vista" type="cite">
  <pre wrap="">cool - what was the cause?

-max

  </pre>
  <blockquote type="cite">
    <pre wrap="">Alright -- the error has been fixed.  We shouldn't be seeing false
positives anymore (and XULRunner plugins are being bundled correctly
again). Forcing a build now..

Marshall Culpepper wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">This is my fault -- I'm trying to isolate the "false positive" problem
and I've finally found it. Should be fixed really soon
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Marshall Culpepper
Red Hat Developer Studio, JBoss Tools
<a class="moz-txt-link-abbreviated" href="mailto:marshall@jboss.org">marshall@jboss.org</a>
</pre>
</body>
</html>