setup environment for java task

2009-02-12 Thread Shawn Castrianni
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

AW: AW: AW: scite as3 + ant + flex sdk

2009-02-12 Thread Jan.Materne
> >>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? > >

Re: AW: AW: scite as3 + ant + flex sdk

2009-02-12 Thread 3akycka
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 .

RE: Catch compile error with trycatch

2009-02-12 Thread Furingstad
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: >> >> >>