Thomas Dudziak wrote:
Ilias Lazaridis wrote:

the modification: add " dir=".\build\resources" " to "<java..."
[...]

Command Line: "ant clean build setup-db run"

Problem:

application starts ok, with some debug output.

Then it enters a loop [must abort with CTRL-C]

[java] [0] List all product entries
[...]
[java] type in number to select a use case
[java] null

-

Any ideas?


You cannot start commandline applications (that want input from console) from within Ant, neither with the <java> nor with the <exec> tast (see Ant doc for details).

=> {the highly flexible build and automation tool "ant" cannot start command line applications which depend on console input}


ok

That's why I modified ojb-blank and ojb-quickstart in CVS to create run.bat/run.sh for the apps.

You have modified it?

Why don't you post a notification to ther user forum?

How can I obtain the new version without CVS access?

I would like to start my intro apps.

.

--
http://lazaridis.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to