I've just checked out jboss-head from scratch and I'm getting the following.

<call target="_buildmagic:init:local-properties">
<available file="${module.root}/etc/local.properties-example"
property="init.have-local-properties"/>
</call>

<!-- Install the local.properties example if it is there -->
<target name="_buildmagic:init:local-properties">
<!-- Setup the local.properties file as needed -->
<copy file="${module.root}/etc/local.properties-example"
tofile="${module.root}/local.properties" filtering="yes"/>
<property file="${module.root}/local.properties"/>
</target>

Is this suppose to be conditional?

On my machine it complains about not founding the local.properties-example file

Should it find local.properties-example under common/etc or build/etc?

BUILD FAILED
file:/Users/robert/Java/jboss-head/tools/etc/buildfragments/ buildmagic.ent:113: Warning: Could not find file /Users/robert/Java/jboss-head/common/etc/local.properties-example to copy.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to