Did you get the build.xml from the muse site where it talks about downloading from subversion?
On 11/2/06, Vinh Nguyen (vinguye2) <[EMAIL PROTECTED]> wrote:
Hi David, I just edited both files manually using a plain text editor. Both files are in the \config directory of the sample. In build.xml, there is a MUSE_HOME property value near the top of the file. This points to the location of your muse-2.x.x program dir. The original value is relative. If you moved the apache-httpd sample elsewhere, you need to update this property to correctly point to the muse-2.x install dir. This way, ANT will correctly pickup jar files in the muse-2.x.x program dir. In muse.xml, in the last defined capability, there is a parameter named "httpd-install-dir". The value points to the Apache2.2 server location. If your location is different than what is specified, this value needs to be updated. Afterwards, run ANT and deploy the war file. -Vinh -----Original Message----- From: David Medinets [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 2:43 PM To: [email protected] Subject: Re: apache-httpd example running? On 11/2/06, Vinh Nguyen (vinguye2) <[EMAIL PROTECTED]> wrote: > 4) Updated build.xml. Pointed MUSE_HOME to my /muse-2.1.0-SNAPSHOT-bin > program dir. > 5) Updated muse.xml. Updated the "httpd-install-dir" param value in > the capabilities section to point to my Apache2.2 program dir. Hi. I'm trying to follow your steps. What did you do to update the build.xml and muse.xml file? -- David Medinets Affy Agile Advice & Coding http://www.affy.com/ http://www.linkedin.com/in/affyadvice Writing tested complex code, so you don't have to! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- David Medinets Affy Agile Advice & Coding http://www.affy.com/ http://www.linkedin.com/in/affyadvice Writing tested complex code, so you don't have to! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
