New template build file assumes wookie project is in a folder called "wookie"
-----------------------------------------------------------------------------

                 Key: WOOKIE-304
                 URL: https://issues.apache.org/jira/browse/WOOKIE-304
             Project: Wookie
          Issue Type: Bug
          Components: Template
    Affects Versions: 0.9.2
         Environment: Windows 7. eclipse/ant 
            Reporter: Paul Sharples
             Fix For: 0.9.2


In the file...

$wookie-root/widgets/templates/widgets/build.xml

Line 31 <property name="wookie.root.dir" location="../../../../wookie/"/>

Assumes that there is a folder called 'wookie' 4 folders up.  

Other users may not have checked out the code into a folder called wookie (I 
use 'ApacheWookie' for example)

Tthe only way I could get it to work was by altering the line to...

    <property name="wookie.root.dir" location="../../../"/>

Which is where the folder is relative to the project root when checked out from 
svn (irrelevant of the root name).

Easy fix i know, but I dont want to commit changes if i have missed something.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to