You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by Jason van Zyl <jv...@apache.org> on 2001/03/29 23:28:30 UTC

[ANN] TDK 1.1a13

Hi,

Thanks to Randall Alley, Eric Dobbs, and Ken Unnai for help
in fixing and detecting some problems with 1.1a12 TDK. I've
built another and placed it on the sight.

The crummy sample app is gone, there is only one now and
flux will work with, no need to mess with the classpath, and
the Windows(TM) scripts should work now for creating
the database. This should solve the problems people have
seen so far. Sorry for the inconvenience.

-- 
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-tdk-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-tdk-dev-help@jakarta.apache.org


Re: [ANN] TDK 1.1a13

Posted by Jason van Zyl <jv...@apache.org>.
William Lee wrote:
> 
> I got this problem when I'm running build-project init with TDK 1.1a13:
> 
> BUILD FAILED
> 
> C:\cygwin\home\wlee\incoming\tdk\webapps\newapp\WEB-INF\build\build-project.xml:
> 145: Execute failed: java.io.IOException: CreateProcess:
> ..\src\sql\create-datab
> ase.bat error=32
> java.io.IOException: CreateProcess: ..\src\sql\create-database.bat
> error=32

That looks suspisciously like a problem on your machine. Maybe
it's a Cygwin problem. I haven't heard any complaints from the
people that test the TDK under Windows. I myself do not use
Windows nor do I have access to a machine so help in debugging
the problem would be greatly appreciated.

>         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(Exec
> ute.java: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)
> 
> Total time: 15 seconds
> 
> When I look at the create-database.bat file it's empty.  It seems like
> the <texen> task before the execution creates an empty file.  What
> gives?

I don't know what gives. Have you tried using a non-Cygwin environment
to see if it works there? I honestly can't help for windows
machine setups. You're going to have to help me on this one.
 
> Will
> Jason van Zyl wrote:
> >
> > Hi,
> >
> > Thanks to Randall Alley, Eric Dobbs, and Ken Unnai for help
> > in fixing and detecting some problems with 1.1a12 TDK. I've
> > built another and placed it on the sight.
> >
> > The crummy sample app is gone, there is only one now and
> > flux will work with, no need to mess with the classpath, and
> > the Windows(TM) scripts should work now for creating
> > the database. This should solve the problems people have
> > seen so far. Sorry for the inconvenience.
> >
> > --
> > 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-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

-- 
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-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: [ANN] TDK 1.1a13

Posted by William Lee <wl...@sendmail.com>.
I got this problem when I'm running build-project init with TDK 1.1a13:

BUILD FAILED

C:\cygwin\home\wlee\incoming\tdk\webapps\newapp\WEB-INF\build\build-project.xml:
145: Execute failed: java.io.IOException: CreateProcess:
..\src\sql\create-datab
ase.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(Exec
ute.java: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)

Total time: 15 seconds

When I look at the create-database.bat file it's empty.  It seems like
the <texen> task before the execution creates an empty file.  What
gives?

Will
Jason van Zyl wrote:
> 
> Hi,
> 
> Thanks to Randall Alley, Eric Dobbs, and Ken Unnai for help
> in fixing and detecting some problems with 1.1a12 TDK. I've
> built another and placed it on the sight.
> 
> The crummy sample app is gone, there is only one now and
> flux will work with, no need to mess with the classpath, and
> the Windows(TM) scripts should work now for creating
> the database. This should solve the problems people have
> seen so far. Sorry for the inconvenience.
> 
> --
> 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-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

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


Re: [ANN] TDK 1.1a13

Posted by Jason van Zyl <jv...@apache.org>.
Eric Dobbs wrote:
> 
> Just noticed that cvs has no tag for tdk_1_1a13.
> Jason, can you fix that?

Done, thanks for catching that.

> -Eric
> 
> Jason van Zyl wrote:
> 
> > Hi,
> >
> > Thanks to Randall Alley, Eric Dobbs, and Ken Unnai for help
> > in fixing and detecting some problems with 1.1a12 TDK. I've
> > built another and placed it on the sight.
> >
> > The crummy sample app is gone, there is only one now and
> > flux will work with, no need to mess with the classpath, and
> > the Windows(TM) scripts should work now for creating
> > the database. This should solve the problems people have
> > seen so far. Sorry for the inconvenience.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org

-- 
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-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: [ANN] TDK 1.1a13

Posted by Eric Dobbs <er...@dobbse.net>.
Just noticed that cvs has no tag for tdk_1_1a13.
Jason, can you fix that?
-Eric

Jason van Zyl wrote:

> Hi,
> 
> Thanks to Randall Alley, Eric Dobbs, and Ken Unnai for help
> in fixing and detecting some problems with 1.1a12 TDK. I've
> built another and placed it on the sight.
> 
> The crummy sample app is gone, there is only one now and
> flux will work with, no need to mess with the classpath, and
> the Windows(TM) scripts should work now for creating
> the database. This should solve the problems people have
> seen so far. Sorry for the inconvenience.


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