Josias Thoeny wrote:

Hi,

After an svn up I cannot compile Lenya 1.2.x anymore.
(See below for the error)
Anyone having the same problem?

yes, sorry for that. I have checked-in one file too many.

It should be working again.

Michi

- Josias

compile:
   [mkdir] Created
dir: /home/josias/src/apache/lenya_1.2.x_clean/build/lenya/classes
   [javac] Compiling 420 source files
to /home/josias/src/apache/lenya_1.2.x_clean/build/lenya/classes

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:113:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         return new RCML(rcmlDir, doc.getDocumentAreaPath(),
rootDir);
   [javac]                                     ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:142:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         RCML rcml = new RCML(rcmlDir,
doc.getDocumentAreaPath(), rootDir);
   [javac]                                          ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:158:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]             throw new FileReservedCheckOutException(rootDir
+ doc.getDocumentAreaPath(), rcml);    [javac]
^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:217:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         RCML rcml = new RCML(rcmlDir,
doc.getDocumentAreaPath(), rootDir);
   [javac]                                          ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:281:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         RCML rcml = new RCML(rcmlDir,
doc.getDocumentAreaPath(), rootDir);
   [javac]                                          ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:319:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]                     throw new
FileReservedCheckInException(rootDir + doc.getDocumentAreaPath(), rcml);
   [javac]
^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:326:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]                     throw new
FileReservedCheckInException(rootDir + doc.getDocumentAreaPath(), rcml);
   [javac]
^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:335:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]             File backupFile = new File(backupDir,
doc.getDocumentAreaPath() + ".bak." + time);
   [javac]                                                      ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:505:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         File backup = new File(backupDir,
doc.getDocumentAreaPath() + ".bak." + time);
   [javac]                                              ^

[javac] 
/home/josias/src/apache/lenya_1.2.x_clean/build/lenya/src/org/apache/lenya/cms/rc/RevisionController.java:548:
 cannot resolve symbol
   [javac] symbol  : method getDocumentAreaPath ()
   [javac] location: interface
org.apache.lenya.cms.publication.Document
   [javac]         File backup = new File(backupDir,
doc.getDocumentAreaPath() + ".bak." + time);
   [javac]                                              ^
   [javac] 10 errors

BUILD FAILED



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




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

Reply via email to