lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Lilypond-book with Cygwin & Jedit - update


From: bostjan . kuzman
Subject: RE: Lilypond-book with Cygwin & Jedit - update
Date: Sat, 20 Mar 2004 09:09:55 +0100 (MET)

I installed Commando and created lilypond-book.xml as you 
suggested. When I try to run it, I get this BeanShell 
error (I tried both versions of your lines):


Sourced file: <Inline eval of:  

buf = new StringBuffer("C:\\cygwin\\bin\\bash.exe --login -
c \"cd 
`cygpath -au "); 
String fileNoExt=filePath.replaceAll(".lytex$",""); 
fileNoExt=fileNoExt.replaceAll("\\\\","/"); 
buf.append(buffer.getDirectory().replaceAll("\\\\","/")); 
buf.append(" ` ; lilypond-book ` cygpath -au "); 
buf.append(filePath.replaceAll("\\\\","/")); 
buf.append(" ` ; latex `cygpath -au "); 
buf.append(fileNoExt+".tex"); 
buf.append(" ` ; dvips -ta4 -Ppdf -u +lilypond.map 
`cygpath -au "); 
buf.append(fileNoExt+".dvi"); 
buf.append(" `\""); 
buf; 
; > Token Parsing Error: Lexical error at line 3, column 
67.  Encountered: "\n" (10), 
after : "\"C:\\\\cygwin\\\\bin\\\\bash.exe --login -c 
\\\"cd ": <at unknown location>

        at bsh.Interpreter.eval(Unknown Source)

        at bsh.Interpreter.eval(Unknown Source)

        at bsh.Interpreter.eval(Unknown Source)

        at org.gjt.sp.jedit.BeanShell._eval(Unknown Source)

        at org.gjt.sp.jedit.BeanShell.eval(Unknown Source)

        at 
console.commando.CommandoDialog$Script.getCommand(Unknown 
Source)

        at console.commando.CommandoDialog.ok(Unknown 
Source)

        at 
console.commando.CommandoDialog$ActionHandler.actionPerform
ed(Unknown Source)

        at javax.swing.AbstractButton.fireActionPerformed
(Unknown Source)

        at 
javax.swing.AbstractButton$ForwardActionEvents.actionPerfor
med(Unknown Source)

        at 
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown 
Source)

        at javax.swing.DefaultButtonModel.setPressed
(Unknown Source)

        at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased
(Unknown Source)

        at java.awt.Component.processMouseEvent(Unknown 
Source)

        at java.awt.Component.processEvent(Unknown Source)

        at java.awt.Container.processEvent(Unknown Source)

        at java.awt.Component.dispatchEventImpl(Unknown 
Source)

        at java.awt.Container.dispatchEventImpl(Unknown 
Source)

        at java.awt.Component.dispatchEvent(Unknown Source)

        at 
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown 
Source)

        at java.awt.LightweightDispatcher.processMouseEvent
(Unknown Source)

        at java.awt.LightweightDispatcher.dispatchEvent
(Unknown Source)

        at java.awt.Container.dispatchEventImpl(Unknown 
Source)

        at java.awt.Window.dispatchEventImpl(Unknown 
Source)

        at java.awt.Component.dispatchEvent(Unknown Source)

        at java.awt.EventQueue.dispatchEvent(Unknown 
Source)

        at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(Unknown Source)

        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(Unknown Source)

        at java.awt.EventDispatchThread.pumpEvents(Unknown 
Source)

        at java.awt.EventDispatchThread.pumpEvents(Unknown 
Source)

        at java.awt.EventDispatchThread.run(Unknown Source)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]