Yeah, I think I found the answer: SVN merge failed and left me with some of those <<<<<r324234 and <<<<mine files. NetBeans did not present me those errors, probably they were in some hidden config file.
-----Ursprüngliche Nachricht----- Von: George Frink [mailto:[email protected]] Gesendet: Dienstag, 5. Mai 2009 16:11 An: [email protected] Betreff: Re: AW: Cannot compile trunk Glad you solved the problem. Those invisibly incomplete downloads are a beach. George Frink [email protected] twitter: twitter.com/gwfrink3 blog: www.southernconnections.com/roller phone: 919.341.2999 On May 4, 2009, at 11:24 AM, Matthias Schmidt wrote: > Correction: I just tried a freck checkout from SVN. The error has > vanished. > > Sorry for bothering you. > > > -----Ursprüngliche Nachricht----- > Von: Matthias Schmidt [mailto:[email protected]] > Gesendet: Montag, 4. Mai 2009 16:43 > An: [email protected] > Betreff: AW: Cannot compile trunk > > > Yes, I still cannot build. > > The complete error message ist: > build-business: > Execute failed: java.io.IOException: Cannot run program "svn" (in > directory "C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger"): CreateProcess error=2, Das > System kann die angegebene Datei nicht finden Compiling 206 source > files to C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger\build\compile\business > C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger\build.xml:141: C:\Dokumente > und Einstellungen\maschm\Eigene Dateien\NetBeansProjects\Roller > \tools\oauth not found. > BUILD FAILED (total time: 0 seconds) > > > > I can, of course, create that directory, but then the Oauth imports > (net.oath.*) cannot be found: > > > build-business: > Execute failed: java.io.IOException: Cannot run program "svn" (in > directory "C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger"): CreateProcess error=2, > Das System kann die angegebene Datei nicht finden Compiling 206 > source files to C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger\build\compile\business > C:\Dokumente und Einstellungen\maschm\Eigene Dateien > \NetBeansProjects\Roller\apps\weblogger\src\java\org\apache\roller > \weblogger\business\OAuthManager.java:21: package net.oauth does > not exist import net.oauth.OAuthAccessor; C:\Dokumente und > Einstellungen\maschm\Eigene Dateien\NetBeansProjects\Roller\apps > \weblogger\src\java\org\apache\roller\weblogger\business > \OAuthManager.java:22: package net.oauth does not exist import > net.oauth.OAuthConsumer; C:\Dokumente und Einstellungen\maschm > \Eigene Dateien\NetBeansProjects\Roller\apps\weblogger\src\java\org > \apache\roller\weblogger\business\OAuthManager.java:23: package > net.oauth does not exist import net.oauth.OAuthException; C: > \Dokumente und Einstellungen\maschm\Eigene Dateien\NetBeansProjects > \Roller\apps\weblogger\src\java\org\apache\roller\weblogger\business > \OAuthManager.java:24: package net.oauth does not exist import > net.oauth.OAuthMessage; [...] > > > Should there be a JAR file in the classpath? > > > Thanks, > Matt > > -----Ursprüngliche Nachricht----- > Von: Dave [mailto:[email protected]] > Gesendet: Montag, 4. Mai 2009 15:38 > An: [email protected] > Betreff: Re: Cannot compile trunk > > I was not able to reproduce this problem. > > Still having trouble making a build? > > - Dave > > > On Tuesday, April 28, 2009, Matthias Schmidt > <[email protected]> wrote: >> Hi all, >> >> I cannot compile the current trunk with "ant build" because of the >> following error message: >> build.xml:141 [...]\Roller\tools\oauth not found >> >> The build script is, of course, right: that path does not exist. >> >> @Dave: Have you committed all your OAuth stuff? I cannot find any >> oauth related JARs in my project. >> >> Is anyone else experiencing this error? >> >> Thanks, >> Matt >> >
