Cannot compile trunk

View: New views
7 Messages — Rating Filter:   Alert me  

Cannot compile trunk

by Matthias Schmidt-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Cannot compile trunk

by Dave-401 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I was not able to reproduce this problem.

Still having trouble making a build?

- Dave


On Tuesday, April 28, 2009, Matthias Schmidt <matthias.schmidt@...> 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
>

Parent Message unknown AW: Cannot compile trunk

by Matthias Schmidt-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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:snoopdave@...]
Gesendet: Montag, 4. Mai 2009 15:38
An: dev@...
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 <matthias.schmidt@...> 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
>

Parent Message unknown AW: Cannot compile trunk

by Matthias Schmidt-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Correction: I just tried a freck checkout from SVN. The error has vanished.

Sorry for bothering you.


-----Ursprüngliche Nachricht-----
Von: Matthias Schmidt [mailto:Matthias.Schmidt@...]
Gesendet: Montag, 4. Mai 2009 16:43
An: dev@...
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:snoopdave@...]
Gesendet: Montag, 4. Mai 2009 15:38
An: dev@...
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 <matthias.schmidt@...> 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
>

Re: AW: Cannot compile trunk

by George Frink :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Glad you solved the problem. Those invisibly incomplete downloads are  
a beach.
George Frink

gwf3@...
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:Matthias.Schmidt@...]
> Gesendet: Montag, 4. Mai 2009 16:43
> An: dev@...
> 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:snoopdave@...]
> Gesendet: Montag, 4. Mai 2009 15:38
> An: dev@...
> 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  
> <matthias.schmidt@...> 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
>>
>


Parent Message unknown AW: AW: Cannot compile trunk

by Matthias Schmidt-14 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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:southern@...]
Gesendet: Dienstag, 5. Mai 2009 16:11
An: dev@...
Betreff: Re: AW: Cannot compile trunk

Glad you solved the problem. Those invisibly incomplete downloads are a beach.
George Frink

gwf3@...
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:Matthias.Schmidt@...]
> Gesendet: Montag, 4. Mai 2009 16:43
> An: dev@...
> 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:snoopdave@...]
> Gesendet: Montag, 4. Mai 2009 15:38
> An: dev@...
> 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  
> <matthias.schmidt@...> 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
>>
>


Re: AW: AW: Cannot compile trunk

by Craig L Russell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mattias,

My Netbeans marks svn merge errors with a red file name in the  
projects view.

Craig

On May 5, 2009, at 8:49 AM, Matthias Schmidt wrote:

> 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:southern@...]
> Gesendet: Dienstag, 5. Mai 2009 16:11
> An: dev@...
> Betreff: Re: AW: Cannot compile trunk
>
> Glad you solved the problem. Those invisibly incomplete downloads  
> are a beach.
> George Frink
>
> gwf3@...
> 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:Matthias.Schmidt@...]
>> Gesendet: Montag, 4. Mai 2009 16:43
>> An: dev@...
>> 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:snoopdave@...]
>> Gesendet: Montag, 4. Mai 2009 15:38
>> An: dev@...
>> 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
>> <matthias.schmidt@...> 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
>>>
>>
>
Craig L Russell
Architect, Sun Java Enterprise System http://db.apache.org/jdo
408 276-5638 mailto:Craig.Russell@...
P.S. A good JDO? O, Gasp!



smime.p7s (3K) Download Attachment