AW: Priorities in Workflows

2007-08-13 Thread Jan.Materne
Ant is NOT a workflow engine ... Jan -Ursprüngliche Nachricht- Von: Emir Mahmut BAHSI [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. August 2007 08:41 An: user@ant.apache.org Betreff: Priorities in Workflows Hi all, I am trying to run two different workflows at the same time. I want

Priorities in Workflows

2007-08-13 Thread Emir Mahmut BAHSI
Hi all, I am trying to run two different workflows at the same time. I want to assign different priority values to each workflow. Each workflow will be executed and resources will be allocated based on these priority values. For instance, the workflow having the highest priority will be executed

Re: jspc createProcess error

2007-08-13 Thread edward pedersson
Hi Thank you Steve Loughran, Steve Loughran, Martin Gainty and Davy Toch. It was indeed to do with the length of the classpath and I have moved to a working directory that is in the root of the c drive which gives me a few more charatcters. We do our main builds on linux and deply to linux but we

Re: jspc createProcess error

2007-08-13 Thread Davy Toch
Hi, It's most probably due to the classpath being too long for the DOS shell environment. I had a similar problem with weblogic.APPC (BEA library) which allows to precompile JSP pages and generate EJB stubs. The "solution" was to put all the jars of the classpath in a "flattened" structure, so t

Problem using sql task with ant 1.6.5

2007-08-13 Thread Srikrishna_Parthasarathy
Do you need to any specific to use sql task in ant 1.6.5? Is there a work around ? srikrishna C:\projects\springapp>ant -verbose createTables Apache Ant version 1.6.5 compiled on June 2 2005 Buildfile: build.xml Detected Java version: 1.5 in: C:\bea92\jdk150_10\jre Detected OS: Windows

Re: How to use ant in web application without system path setup under linux

2007-08-13 Thread 贾昊林/Albert Jia
Hi,Steve Thanks for your reply. Your mail gives me a good way to use Ant. It's advanced feature of Ant,maybe. I am freshman of Ant:) I get the way to use ant now. Thanks very much, it's very useful for your suggestion. Thanks. Kind Regards! Albert Jia On Mon, Aug 13, 2007 at 04:22:55PM +010

Re: jspc createProcess error

2007-08-13 Thread Martin Gainty
you're going to have to look into saving some real-estate..I would suggest 2 approaches -if Windows use the shortened pathname e.g. C:\Program Files becomes C:\PROGRA~1 -use environment vars for each and every installation e.g. when %JAVA_HOME% is in your root folder you new path would be PATH="

Re: How to use ant in web application without system path setup under linux

2007-08-13 Thread Steve Loughran
贾昊林/Albert Jia wrote: Hi,Bill Thanks for your reply. If I do not want to install ant, just want to use it in my project. I am not sure whether I express myself clearly.I am sorry that I am not english speaking. I just want to use it with my project.If I check out the source from subversion a

Re: jspc createProcess error

2007-08-13 Thread Peter Reilly
On 8/13/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > edward pedersson wrote: > > Hi > > > > I am using Ant version 1.6.5 and I am getting a createProcess error > > when running the jspC task. I have search the archives and could not > > find an answer that could help me. This is the problem I a

Re: jspc createProcess error

2007-08-13 Thread Steve Loughran
edward pedersson wrote: Hi I am using Ant version 1.6.5 and I am getting a createProcess error when running the jspC task. I have search the archives and could not find an answer that could help me. This is the problem I am getting BUILD FAILED C:\MyProgramFiles\Bamboo\web_stuff\xml-data\buil

jspc createProcess error

2007-08-13 Thread edward pedersson
Hi I am using Ant version 1.6.5 and I am getting a createProcess error when running the jspC task. I have search the archives and could not find an answer that could help me. This is the problem I am getting BUILD FAILED C:\MyProgramFiles\Bamboo\web_stuff\xml-data\build-dir\EQUITY-TRUNK\src\jav

AW: External Tools and Tasks listing

2007-08-13 Thread Jan.Materne
I added it to HEAD. BTW: the version is "1.6.5" (you're missing the 2nd dot also on the wiki page) Jan -Ursprüngliche Nachricht- Von: Leigh, Daniel G [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. August 2007 03:24 An: user@ant.apache.org Betreff: External Tools and Tasks listing