[ 
http://issues.apache.org/jira/browse/MYFACES-579?page=comments#action_12330077 
] 

Keijo Nurmes commented on MYFACES-579:
--------------------------------------

Bruno, The latest version in SVN didn't build in Windows XP either . ( ant 
-Dskip.sandbox=true dist-all )

This patch gets you round those missing dirs...

------------------------------------------


Index: build/build.xml
===================================================================
--- build/build.xml     (revision 290643)
+++ build/build.xml     (working copy)
@@ -711,7 +711,12 @@
         </tstamp>
 
         <ant target="merge-sandbox"/>
-
+       
+       <!-- if using skip.sandbox=true, jar task below can't handle missing 
dirs -->
+       <mkdir dir="../sandbox/build/temp/classes"/>
+       <mkdir dir="../sandbox/build/temp/tlds"/>
+       <mkdir dir="${dist.dir}/temp"/>
+       
         <!-- build the jar -->
         <jar destfile="${dist.dir}/myfaces-all.jar">
 
---------------------------------------


> myfaces-all.jar in 1.1.0 RC build is missing faces-config.xml for Tomahawk 
> components.
> --------------------------------------------------------------------------------------
>
>          Key: MYFACES-579
>          URL: http://issues.apache.org/jira/browse/MYFACES-579
>      Project: MyFaces
>         Type: Bug
>   Components: General
>     Versions: 1.1.0
>  Environment: Windows XP, Weblogic 8.1 SP4
>     Reporter: Jeremy Grelle
>     Assignee: Bruno Aranda
>     Priority: Blocker

>
> I posted to the dev list about this, but as it seems my post was missed, I 
> thought I should raise a JIRA issue since this could end up in a lot of 
> people getting errors after downloading the new  release and including the 
> myfaces-all.jar in their current projects.
> The myfaces-all.jar in the release build is missing the faces-config.xml for 
> the tomahawk components.  I tried it with my own internal applications as 
> well as the example apps, and they both are unable to locate any of the 
> tomahawk components when using myfaces-all.jar instead of the three seperate 
> jars.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to