RE: [Dynamator-users] help running dynamator from command line
Brought to you by:
jaydunning
From: Dunning, J. R <jay...@ed...> - 2003-04-23 16:14:17
|
Ron, Current default behavior is to look in the current directory for the .dyn file. To make Dynamator look in a different directory for .dyn files, use the -f argument: java dynamate -f \dynamator-1.3\examples\java \dynamator-1.3\examples\HelloWorld.html Note also that the output will be placed in the current directory unless you use the -d argument. regards, Jay Dunning -----Original Message----- From: Ron King [mailto:rk...@em...] Sent: Wednesday, April 23, 2003 10:14 AM To: dyn...@li... Subject: [Dynamator-users] help running dynamator from command line Hi, I'm able to compile dynamator successfully. I can also go to examples\java and run the ant task too. If I run the command 'java dynamate \dynamator-1.3\examples\java\HelloWorld.html' from the folder \dynamator-1.3\src\bin, I get the error 'Dynamator: Annotations file not found: C:\dynamator-1.3\src\bin\.\HelloWorld.dyn What is the way to enter paths correctly? I want to eventually embed the call to dynamator into my own program. Thanks |