A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once said:
> Andrew, > It's for about a week that you have access to cvs as a developer. I sent > emails for you to inform you of this but all bounced :-) > > Ara. Thanks. I had noticed, but it took a few days to get CVS over SSH working. NetBeans doesn't like anything except pserver without an external CVS client. Because I'm running '98 not NT, it won't run the external client without installing a shell (command.com obviously isn't good enough for it). I didn't fancy CygWin (if I'm going to pretend I'm running Unix in Windows, I might as well just install Linux). Which also pretty much restricted me to PuTTY for the SSH. So, forget NetBeans and install WinCvs. That works with PuTTY, but only if I set up some keys so I don't need to enter a password. And Sourceforge takes 6 hours to replicate the keys to the other servers, so that was it for another evening... Andrew. > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > > [EMAIL PROTECTED]] On Behalf Of Ara Abrahamian > > Sent: Tuesday, November 13, 2001 8:02 AM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: [Xdoclet-devel] CVS version won't build again - > prettyprinter > > FUBAR? > > > > Works for me, but I'll check it again. Unfortunately prettyprinter is > > not a separate jar and the whole jrefactory thing is big, so I had to > > package it myself. > > > > Ara. > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > [mailto:xdoclet-devel- > > > [EMAIL PROTECTED]] On Behalf Of Andrew Stevens > > > Sent: Friday, November 16, 2001 2:38 AM > > > To: [EMAIL PROTECTED] > > > Subject: [Xdoclet-devel] CVS version won't build again - > prettyprinter > > > FUBAR? > > > > > > From a freshly checked out copy... > > > > > > There doesn't appear to be any ExceptionPrinter in prettyprinter.jar > - > > is > > > there meant to be another jar, or is this one incomplete? > > > > > > > > > Andrew. > > > > > > beautify: > > > [pretty] > > > formatting:D:\JavaApps2\xdoclet\core\src\xdoclet\DocletSupport.java > > > > > > BUILD FAILED > > > > > > java.lang.NoClassDefFoundError: org/acm/seguin/awt/ExceptionPrinter > > > at org.acm.seguin.io.FileCopy.run(FileCopy.java:85) > > > at > > > > > > org.acm.seguin.io.InplaceOutputStream.close(InplaceOutputStream.java:59) > > > at java.io.OutputStreamWriter.close(OutputStreamWriter.java:259) > > > at java.io.PrintWriter.close(PrintWriter.java:134) > > > at org.acm.seguin.pretty.PrintData.close(PrintData.java:1493) > > > at > > > > org.acm.seguin.pretty.PrettyPrintFile.apply(PrettyPrintFile.java:136) > > > at > > > > org.acm.seguin.pretty.PrettyPrintFile.apply(PrettyPrintFile.java:107) > > > at org.acm.seguin.ant.Pretty.execute(Pretty.java:134) > > > 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:164) > > > at org.apache.tools.ant.Target.performTasks(Target.java:182) > > > at org.apache.tools.ant.Project.executeTarget(Project.java:601) > > > at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:256) > > > at org.apache.tools.ant.Task.perform(Task.java:217) > > > at org.apache.tools.ant.Target.execute(Target.java:164) > > > at org.apache.tools.ant.Target.performTasks(Target.java:182) > > > 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) > > > > > > Total time: 5 seconds > > > > > > _______________________________________________ > > > Xdoclet-devel mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > _______________________________________________ > > Xdoclet-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
