Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Linux, JDK1.4.2
-
Number of attachments :
Description
I have a Java app that I want to invoke via Maven. The Java app uses stdin and stdout.
If I invoke using ant:java using "fork=true" then stdin doesn not respond correctly. That is, the app prompts, but the user can type to their hearts content and nothing reaches the app.
If I invoke using ant:java using "fork=false" then I get strange XML related errors about unresolved references org/w3c/dom/Node, org/w3c/dom/Document
more succinct report:
MAVEN-1425