On Fri, 2002-03-29 at 08:52, [EMAIL PROTECTED] wrote:
> Jason van Zyl <[EMAIL PROTECTED]> wrote on 29/03/2002 11:22:22 PM:
> 
> > On Fri, 2002-03-29 at 06:12, [EMAIL PROTECTED] wrote:
> > > Well, it now just hangs. It's been running for 1/2 hr so far :(
> > > 
> > > Any ideas on debugging?
> > 
> > Pete and I are trying to work this out. I'm not having any trouble at
> > all and I'm trying Maven with several Jakarta projects. I will check out
> > Latka and try what you have there.
> 
> Ok, here's some more info.
> 
> If I kill the cvs.exe, it continues, and finishes :(
> 
> If I don't, here's what I get from Ctrl-Break'ing the ant build (ant 
> -debug -f build-maven.xml maven:docs) for the main thread.
> 
> "main" prio=5 tid=0x00236258 nid=0xc6c runnable [6f000..6fc3c]
>         at java.io.FileInputStream.readBytes(Native Method)
>         at java.io.FileInputStream.read(FileInputStream.java:192)
>         at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
>         - locked <02A8E160> (a java.io.BufferedInputStream)
>         at 
> sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:404)
>         at 
> sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:442)
>         at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:179)
>         - locked <02A8ED50> (a java.io.InputStreamReader)
>         at java.io.InputStreamReader.read(InputStreamReader.java:167)
>         at java.io.BufferedReader.fill(BufferedReader.java:136)
>         at java.io.BufferedReader.readLine(BufferedReader.java:299)
>         - locked <02A8ED50> (a java.io.InputStreamReader)
>         at java.io.BufferedReader.readLine(BufferedReader.java:362)
>         at org.apache.maven.ChangeLog.start(Unknown Source)
>         at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:393)
>         at org.apache.maven.ChangeLog.doExecute(Unknown Source)
>         at org.apache.maven.executor.ProjectExecutor.execute(Unknown 
> Source)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:97)
>         at 
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
>         at org.apache.tools.ant.Task.perform(Task.java:217)
>         at org.apache.tools.ant.Target.execute(Target.java:184)
>         at org.apache.tools.ant.Target.performTasks(Target.java:202)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:601)
>         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:266)
>         at org.apache.tools.ant.Task.perform(Task.java:217)
>         at org.apache.tools.ant.Target.execute(Target.java:184)
>         at org.apache.tools.ant.Target.performTasks(Target.java:202)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:601)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:560)
>         at org.apache.tools.ant.Main.runBuild(Main.java:454)
>         at org.apache.tools.ant.Main.start(Main.java:153)
>         at org.apache.tools.ant.Main.main(Main.java:176)
> 
> 
> Looks like a stream issue, i.e. maybe stdout is never being written to, 
> but stderr is, and it's never being read. Maybe we need PumpStreamHandler 
> from Ant?

I also am going to try pure java here instead of relying on the native
executable. I put a file called cvsc-src.tgz in the public lib.repo so
you can see the source. It's Tim Endres CVS client library and it has
CVS log capabilities. I've have written him and he's assured me that the
license is now LGPL even though the lics within the files say otherwise
so I would like to use this. It's tiny and it has be better then the
netbean crappy CVS client lib.

http://jakarta.apache.org/turbine/jars/cvsc-src.tgz

> > -- 
> > jvz.
> > 
> > Jason van Zyl
> > [EMAIL PROTECTED]
> > 
> > http://tambora.zenplex.org
> 
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Developers: http://adslgateway.multitask.com.au/developers
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


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

Reply via email to