Hi,

I am continuing down the path of compiling the asjs modules with maven. I gave 
up on the path of providing manual config scripts for each step and now 
generate them on the fly from the maven configuration. Currently I'm trying to 
automate the manifest declarations. Currently they are all in the 
"src/main/resources" directory. Now my question is: Are these manifests bundled 
inside the swc or are they just input to the build?


The reason I am asking is that if they are not bundled in the SWC, then I would 
like to move the manifest files to a separate directory "src/main/manifests" 
and automatically add files in there to the generated configuration files. If 
they are bundled, I have to check each xml file in the resources bundle and 
check if it's a manifest declaration, which is not easy as we don't declare a 
namespace. It doesn't feel good to check the name of the root element.


Chris

Reply via email to