Both files were deployed.
So, do I have the wrong 'dash' or a newer version of ant (Apache Ant
version 1.7.1 compiled on June 27 2008) or is it an o/s difference?
--
Mark
Matches Alejandro's, but we don't know if ant is not helping here...
Which character is causing you both brief - can I get an example module
name please?
--
Mark
Ok, I had the right 'dash' (-), but only check deploy - not src...
>
> If you do a "ant -v" instead, you'll get some messages saying "skipping XXX
> - don't know how to handle it."
Ok, I'll take a look.
>
> Maybe it's the ant version we have....
Perhaps not, let me check the same thing happens here.
--
Mark
Nope, same here - now comparing apples to apples 8).
I will take a look.
--
Mark
Why did you have to add this check for file.name != LOGGER_CONFIG in line 440 ? I din't want the logger file decorated, initially when coding this I noticed that if your decorator code is wrong and you have no way of seeing what is wrong, you're in trouble.
If you change the decorator config template and touch the QBean descriptor, would it take the new values? Yes indeed.
No worries, I am happy to waste some today.
This is ant 'mapper' related, I am interested to find out why we :-
<copy todir="${build.dir}" filtering="true">
<mapper type="regexp" from="^\w*[/|\\](.*)" to="\1" />
<fileset dir="${build.modules}"
excludesfile="${modules.ignore.list}">
<include name="**/*.java"/>
<include name="**/*.xml"/>
<include name="**/*.properties"/>
<include name="**/*.cfg"/>
<include name="**/cfg/**"/>
<exclude name="**/cfg/_*" />
</fileset>
</copy>
I added a '-' to get :-
<mapper type="regexp" from="^\w*[/-|\\](.*)" to="\1" />
and the dash-module src is covered by the copy.
I now want to understand why and what we are doing with this (and other)
mappers.
I see why you mentioned regex now 8).
--
Mark
I now want to understand why and what we are doing with this (and other)
mappers.
I see why you mentioned regex now 8).
Indeed, I am just checking that it doesn't 8).
--
Mark
It is not that simple...
... please keep avoiding '-''s for now.
8)
PS, I am away for a week - without internet access so I will have to
'talk' later.
--
Mark