|
From: Richard H. <fre...@la...> - 2004-11-17 10:15:06
|
I downloaded the new source release. I am in a Webapp environement, without
jboss.
I've noticed a few build problem that I report, because I think it's
important for new users to not waste time to fix them.
- ant targets : is it not possible to set a flag in the build.properties to
choose the jboss or webapp target instead of duplicating so many ant targets
? I think of the IF attribute of the target tag.
- in each build.properties of the different modules, you have a hardcoded
reference to the coefficient.path=/home/detkin/cvs/coefficient, is it not
possible to have a default global coefficient.path defined for every module
build ? maybe in the modules-common.ent ?
- the target "make-webapp-release" cant be successful if you are in a
webapp-only context (no link to jboss)
>BUILD FAILED
>F:\tools\coefficient\build.xml:451:
F:\tools\coefficient\{PATH_TO_JBOSS}\client not found.
Cheers
Richard.
|