I checked out revision 560993 a while ago. I'm on XP with Tomcat 5.5.23 as my 
servlet container.

After building Lenya 2.0, I followed the tutorial instructions from the website 
to create a new publication. When building I get the following build error:

Copying 2 files to C:\DevSrc\lenya-2.0.x\build\lenya\webapp\lenya\pubs
C:\DevSrc\lenya-2.0.x\build\lenya\webapp\lenya\pubs\iPraze\config\publication.xml:26:15:
 error: unfinished element

BUILD FAILED
C:\DevSrc\lenya-2.0.x\src\targets\webapp-build.xml:74: Validation failed, 
messages should have been provided.

I have attached the publication.xml file

I'm instructed also to copy the role files from the default publication, which 
I cannot find.

Please advise,

Thanks.

       
---------------------------------
Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user panel 
and lay it on us.
<?xml version="1.0" encoding="UTF-8"?>
<publication xmlns="http://apache.org/cocoon/lenya/publication/1.1";>
  
  <name>iPraze</name>
  <version>2.0-dev</version>
  <lenya-version>2.0-dev</lenya-version>
  <cocoon-version>2.1.10</cocoon-version>
  
  <languages>
    <language default="true">en</language>
    <language>de</language>
  </languages>
  
  <template-instantiator name="default"/>
  <path-mapper>org.apache.lenya.cms.publication.DefaultDocumentIdToPathMapper</path-mapper>
  <document-builder name="default"/>
  <site-manager name="tree"/>
  
  <template id="default"/>
  
  <content-dir src="/DevSrc/lenyaSrc/data/content"/>
  
  <resource-types/>
  <modules/>
  
</publication>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to