Mail Archive Home | enhydra List | January 2004 Index
| <-- Date Index --> | <-- Thread Index --> |
Saravanan wrote:
Hai All,This mail is relevant to Enhydra application creation. I have 2 doubts on running this. I am working with HP-UX 11.11 machine. 1) An enhydra application wizard GUI is generated by executing, ../output/bin/appwizard It asks Enhydra Application or Web application.. and other things to choose.. But I can't set the Server root. ( Default appears /usr/local/enhydra ). But my installation Path is not that one. So specified thru that GUI, But for every option i specified, Invalid Server Path root error appears. ( for default path also ). But it executes well in first few times. And in that application directory build.xml file & other relevant files are created... Now Server root Path specification fails.How can i get away from this problem?
Enhydra "Application Server Root" must conatin lib/enhydra.jar to be valid, otherwise appwizard GUI uses default /usr/local/enhydra. Code that looks for Server Root and validates it, is in "getEnhydraRoot()" method in modules/ToolBox/src/org/enhydra/tool/ToolBoxInfo.java. Try creating file $HOME/.enhydra/toolbox.properties (if it doesn't exist), and setting there: eas.root=/to/your/enhydra5.1/root/directory
2) An enhydra application wizard GUI is generated by executing,../output/bin/appwizard
...
Then ant is invoked to build this application.# antBuildfile: build.xmlprepare: dods: BUILD FAILED
Please use ant script generated by Enhydra - it is in EHYDRA_HOME/bin/ant You'll notice, there are additional classpath entries and java properties necessary by enhydra application build. Hope this helps. -- Vladimir Puskas Together, Serbia
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.