Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-711 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-711 Summary: deployment descriptor files incorrect with <parallel> and tag Type: New Feature Status: Assigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: EJB Module Versions: 1.1.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Ed Sarrazin Created: Fri, 14 Nov 2003 11:12 AM Updated: Fri, 14 Nov 2003 11:12 AM Environment: I am using windows 2k, but have not tested on other environments. Also using ant 1.5.1 . Description: When generating deployment descriptors such as ejb-jar.xml and weblogic-ejb-jar.xml in different threads, the content of the xml files is not reliable. In the example below, when the parallel tag is pulled out, the xml files are generated correctly. When the parallel tag is added back in, the file ..workload/ejb-jar.xml file sometime contains the contents of ..associate/ejb-jar.xml and vice versa. This would not be such an issue, but since we have about 13 different areas, this process adds about 2-3 minutes to the build. We would like run these tasks in separate threads to speed build time up. <parallel> <ant antfile="${file.core_build}" dir="." target="xdoclet-generate"> <property name="verticalName" value="workload"/> <property name="EJBSource" value="${dir.src.root}/com/xyz/workload/business"/> </ant> <ant antfile="${file.core_build}" dir="." target="xdoclet-generate"> <property name="verticalName" value="associate"/> <property name="EJBSource" value="${dir.src.root}/com/xyz/associate/business"/> </ant> </parallel> Thanks, Ed --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
