http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2168
*** shadow/2168 Wed Jun 13 16:51:38 2001
--- shadow/2168.tmp.17703 Wed Jun 13 16:51:38 2001
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | ddcreator hangs on large number of DeploymentDescriptors |
+ +----------------------------------------------------------------------------+
+ | Bug #: 2168 Product: Ant |
+ | Status: NEW Version: 1.3 |
+ | Resolution: Platform: PC |
+ | Severity: Critical OS/Version: Windows NT/2K |
+ | Priority: Other Component: Optional Tasks |
+ +----------------------------------------------------------------------------+
+ | Assigned To: [EMAIL PROTECTED] |
+ | Reported By: [EMAIL PROTECTED] |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The DDCreator task never completes when I run this task under jdk1.3:
+
+ <ddcreator descriptors="${basedir}"
+ dest="${build.tmp}"
+ classpath="${app.classpath}">
+ <include name="com/**/*DeploymentDescriptor.txt" />
+ <exclude name="**/CVS/**/" />
+ </ddcreator>
+
+ where there are 12 files matching *DeploymentDescriptor.txt. Appears that
+ DDCreatorHelper completes its work, but the main program's waitFor on the
+ associated JVM never completes.
\ No newline at end of file