Let's say I have a series of setupEnv.bat files in my source repository that I
need to execute as part of setting up my runtime environment before executing
my java code with the java task. I don't see an elegant way of doing this. I
could execute these bat files as part of my build.bat before
> >>In the flex sdk folder, there is also the file :
> >>flexTasks.tasks
> >>It contains :
> >>mxmlc=flex.ant.MxmlcTask
> >>compc=flex.ant.CompcTask
> >>html-wrapper=flex.ant.HtmlWrapperTask
> >
> > Best place for that file is IN the jar ...
> > Could you check if the jar contains that too?
> >
Hello,
Thank you very much for your attention,
Jan.Materne wrote:
>
>>In the flex sdk folder, there is also the file :
>>flexTasks.tasks
>>It contains :
>>mxmlc=flex.ant.MxmlcTask
>>compc=flex.ant.CompcTask
>>html-wrapper=flex.ant.HtmlWrapperTask
>
> Best place for that file is IN the jar .
Thanks, that solved my problem!!
/Klas
Rinehart, Raleigh wrote:
>
>>
>>
>> Hi
>>
>> We are trying to catch our compile errors with Ant Contrim trycatch task
>> but
>> for some reason we cant it to catch any errors.
>>
>> Im grateful for all ideas!!
>>
>> this is our testscript:
>>
>>
>>