On 6/20/01 12:02 AM, "Robert Taylor" <[EMAIL PROTECTED]> wrote:

> At 08:50 PM 6/19/2001 -0700, you wrote:
> 
>>> One problem. When I try to execute the functions on the Index.vm page I get
>>> "Error".
>> 
>> Posting logs is helpful.
>> 
>> -jon
> 
> I now know where the logs are...but I've solved this problem. The problem
> was that the database generation failed. Ant, using build.xml, considered
> my WinME system as a UNIX environment and selected ".sh" as $ext. Thus, the
> auto-generation of  the newapp database didn't occur (Windows doesn't like
> to run UNIX scripts for some reason).
> 
> So, I changed database.manual.creation == true in build.properties,created
> the newapp database in MySQL manually, and voila! everything works.

Do you think you could run this and see what the os name is?

<project name="os" default="os" basedir=".">

  <target name="os">
    <echo message="OS Name: ${os.name}"/>
  </target>

</project>

If you find out what the OS name is than I will add that
to the target in the TDK that tries to determine what the
platform is than you can try it again.

> 
> It's great.
> 
> 
> --
> Robert Taylor
> [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 

jvz.

http://tambora.zenplex.org
http://jakarta.apache.org/turbine
http://jakarta.apache.org/velocity
http://jakarta.apache.org/alexandria
http://jakarta.apache.org/commons



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

Reply via email to