Hi Norbert,
norbert.reinhard@kern.ag schrieb:
>
> would like install the Firedocs Editor in Lenya 2.0.2 unter Microsoft Vista
> and get after a . \ build.bat following error:
>
> prepare modules:
> No module (s) found in the directory [C: \ CONTRIB_HOME \ pubs \
> defaultfiredocs \ modules]
> BUILD FAILED
> C: \ src \ src \ target \ webapp-build.xml: 174: The following error
> occurred while executing this line:
> C: \ src \ src \ targets \ modules-build.xml: 74: The following error
> occurred while executing this line:
> Target `deploy-module-org.apache.lenya.modules.usecase 'does not exist
> in this project. It is used from target
> `deploy-module-org.apache.lenya.modules.rest '/. /
>
> Think that my configuration is wrong here.
> my settings in the local.build.properties:
>
> I entered them as follows:
>
> pubs.root.dirs=src/pubs
> pubs.root.dirs=../CONTRIB_HOME/pubs
these have to be in one line, separated with a colon:
pubs.root.dirs=src/pubs:../CONTRIB_HOME/pubs
> modules.root.dirs=src/modules:src/modules-core:src/pubs/default/modules
> modules.root.dirs=../CONTRIB_HOME/modules:../CONTRIB_HOME/pubs/defaultfiredocs/modules
These as well:
modules.root.dirs=src/modules:src/modules-core:src/pubs/default/modules:../CONTRIB_HOME/modules:../CONTRIB_HOME/pubs/defaultfiredocs/modules
HTH,
-- Andreas
>
>
> modules.copy=false
>
> If the error caused by wrong settings in the local.build.properties?
>
>
> Many thanks in advance
>
>
> Norbert
>
>
--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org
|