Needs clarification on nested behavior

2010-10-26 Thread efe4it
Hi I encounter some difficulties using the import/include mecanism and I need some advice. My environment is: JDK Sun-1.6.0_06 ANT-1.8.1 with antcontrib-1.0b3 & antunit-1.1 in ANT_HOME/lib/ I am trying to set up a custom build environment, defining antlibs and scriptlets

Re: jar ant task

2010-10-26 Thread David Weintraub
2010/10/25 codecook : > OK,I have found a solution,sample file likes this : > > > Is this a solution to your problem? You can also use the subtask to build the manifest for you. I find using the Manifest subtask a bit easier

Re: Troubles: Concat & Filterchain

2010-10-26 Thread Stefan Bodewig
On 2010-10-26, Mischler Adrian wrote: > I like to modify the Trace.txt to Filter.txt (The attached Filter.txt > file is handmade). It does not work to use more then one value="blabla"/> in the linecontains. But if I use negate="TRUE"> then I can use more then one > in the linecontains. Sounds

Re: i want use recent classes

2010-10-26 Thread Stefan Bodewig
On 2010-10-26, deathsand wrote: > java : 1.6.0_07 jdk > ant : 1.6.5 > Root > -Source1 >-src >-bin > -Source2 > -src > -bin > -Source3 > -src > -bin > If i'll compile Source3, that code needs (source1 and source2)'s class > files. > so i compiled like this : > ... way too l

Troubles: Concat & Filterchain

2010-10-26 Thread Mischler Adrian
Hello... I work whit Apache Ant version 1.7.0 compiled on December 13 2006 Situation: I like to modify the Trace.txt to Filter.txt (The attached Filter.txt file is handmade). It does not work to use more then one in the linecontains. But if I use then I can use more then one in the linecontain

i want use recent classes

2010-10-26 Thread deathsand
java : 1.6.0_07 jdk ant : 1.6.5 Root -Source1 -src -bin -Source2 -src -bin -Source3 -src -bin If i'll compile Source3, that code needs (source1 and source2)'s class files. so i compiled like this :