Woot!<br><br>I can confirm compiling and packaging from within Eclipse (using m2eclipse) worked a treat. Great job.<br><br>I also ran clean install from the command line without issue against a fresh source tree.<br><br>Are you going to remove the ant script (build.xml)?<br>
<br>Cheers,<br><br>Mike<br><br><div class="gmail_quote">On 1 October 2010 16:12, Geoffrey De Smet <span dir="ltr">&lt;<a href="mailto:ge0ffrey.spam@gmail.com">ge0ffrey.spam@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi guys,<br>
<br>
The Guvnor build has changed somewhat. Here&#39;s the changes:<br>
- &quot;mvn clean compile&quot; now compiles the GWT java sources to javascript<br>
with the gwt-maven-plugin.<br>
-- So now, to really clean build guvnor, you don&#39;t need to run the ANT<br>
script separate no more<br>
-- The maven plugin is about 50% faster than the ANT script.<br>
-- This makes the entire drools build slower (as it now gwt compiles<br>
too), but I am looking into improving that (for example in a development<br>
mode profile, we can only gwt compile to english and firefox)<br>
- The generated GWT javascript files have been removed from subversion<br>
and are now generated under the target/drools-guvnor directory<br>
-- No more A43BF34D23567676DF.js files in svn or tree conflicts on those<br>
directories<br>
<br>
I haven&#39;t split up drools-guvnor into drools-guvnor-gwtclient and<br>
drools-guvnor-server, because GWT simply doesn&#39;t really allow that (not<br>
without making the solution worse than the problem at least...).<br>
<br>
If you feel any rough edges, let me know and I &#39;ll take a look at it.<br>
<br>
I &#39;ll remove the old ANT script soon, once the maven filtering for the<br>
version and revision is in place.<br>
<font color="#888888">--<br>
With kind regards,<br>
Geoffrey De Smet<br>
<br>
_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
</font></blockquote></div><br>