You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Geoffrey Van Nuffelen <ge...@cora.be> on 2001/04/18 17:07:52 UTC

TDK11a13 : Build Failed

Hi all,

I try to migrate to the tdk 11a13 ( i come from th tdk 11a12) but when I use
the "build-project.bat init" I recieve these error messages and the build
failed :


org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'parse' in  class org.apache.velocity.texen.Generator threw exception
class org.apache.velocity.exception.ResourceNotFoundException
 at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java)
 at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.ja
va)
 at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.jav
a)
 at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java)
 at org.apache.velocity.Template.merge(Template.java)
 at org.apache.velocity.texen.Generator.parse(Generator.java)
 at org.apache.velocity.texen.ant.TexenTask.execute(TexenTask.java)
 at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:124)
 at org.apache.tools.ant.Target.execute(Target.java:153)
 at org.apache.tools.ant.Project.runTarget(Project.java:898)
 at org.apache.tools.ant.Project.executeTarget(Project.java:536)
 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:213)
 at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:103)
 at org.apache.tools.ant.Target.execute(Target.java:153)
 at org.apache.tools.ant.Project.runTarget(Project.java:898)
 at org.apache.tools.ant.Project.executeTarget(Project.java:536)
 at org.apache.tools.ant.Project.executeTargets(Project.java:510)
 at org.apache.tools.ant.Main.runBuild(Main.java:421)
 at org.apache.tools.ant.Main.main(Main.java:149)

BUILD FAILED

E:\tdk\webapps\client\WEB-INF\build\build-project.xml:145: Execute failed:
java.io.IOException: CreateProcess: ..\src\sql\create-database.bat error=32
java.io.IOException: CreateProcess: ..\src\sql\create-database.bat error=32
 at java.lang.Win32Process.create(Native Method)
 at java.lang.Win32Process.<init>(Win32Process.java:66)
 at java.lang.Runtime.execInternal(Native Method)
 at java.lang.Runtime.exec(Runtime.java:551)
 at java.lang.reflect.Method.invoke(Native Method)
 at
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.jav
a:497)
 at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:329)
 at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:228)
 at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:162)
 at org.apache.tools.ant.Target.execute(Target.java:153)
 at org.apache.tools.ant.Project.runTarget(Project.java:898)
 at org.apache.tools.ant.Project.executeTarget(Project.java:536)
 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:213)
 at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:103)
 at org.apache.tools.ant.Target.execute(Target.java:153)
 at org.apache.tools.ant.Project.runTarget(Project.java:898)
 at org.apache.tools.ant.Project.executeTarget(Project.java:536)
 at org.apache.tools.ant.Project.executeTargets(Project.java:510)
 at org.apache.tools.ant.Main.runBuild(Main.java:421)
 at org.apache.tools.ant.Main.main(Main.java:149)



What can I do ?
I certainly have forgot something.

Thanks in advance,
Geoffrey...


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: TDK11a13 : Build Failed

Posted by Jason van Zyl <jv...@apache.org>.
Geoffrey Van Nuffelen wrote:
> 
> The platform : PC.
> Environment : Windows NT 4
> Database : Oracle 8i.
> 
> I haven't problem with 11tdk12.

The default app in the TDK in the sample peer app and
it tries to create a database for you and Oracle is
not fully supported in way yet.

You have to create the database yourself and comment
out the 'create-database' target in the build-project.xml
file and run the 'init' target again.

Sorry for the inconvenience but I haven't had time to
try and integrate Oracle into the TDK.


-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

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

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: TDK11a13 : Build Failed

Posted by Geoffrey Van Nuffelen <ge...@cora.be>.

The platform : PC.
Environment : Windows NT 4
Database : Oracle 8i.

I haven't problem with 11tdk12.

----- Original Message -----
From: Jason van Zyl <jv...@apache.org>
To: <tu...@jakarta.apache.org>
Sent: Wednesday, April 18, 2001 5:09 PM
Subject: Re: TDK11a13 : Build Failed


> Geoffrey Van Nuffelen wrote:
> >
> > Hi all,
> >
> > I try to migrate to the tdk 11a13 ( i come from th tdk 11a12) but when I
use
> > the "build-project.bat init" I recieve these error messages and the
build
> > failed :
>
> Use the TDK list and you have to be specific:
>
> 1. platform
> 2. environment (cygwin possibly)
> 3. database
>
> Then I can probably help you.
>
> --
> jvz.
>
> Jason van Zyl
> jvanzyl@apache.org
>
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/turbine
> http://tambora.zenplex.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: TDK11a13 : Build Failed

Posted by Jason van Zyl <jv...@apache.org>.
Geoffrey Van Nuffelen wrote:
> 
> Hi all,
> 
> I try to migrate to the tdk 11a13 ( i come from th tdk 11a12) but when I use
> the "build-project.bat init" I recieve these error messages and the build
> failed :

Use the TDK list and you have to be specific:

1. platform
2. environment (cygwin possibly)
3. database

Then I can probably help you.

-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

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

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org