Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
Hi, big thx, works like a charm now! -- L.P. Mitja B. - Original Message From: Ant Users List To: Ant Users List Subject: Re: oracle.ojc.ant.taskdefs.OjcAdapter Date: 19/09/07 13:07 > Mitja B. wrote: > > Hi, > > > > i will read the book, good idea a

Re: AW: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
Hey, uh sorry my mistake, i think he said that he is bastard in some other city language so i said that he is not. Sorry again -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org , [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subje

Re: oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
Hi, i will read the book, good idea and you are not biased. Can you just tell me about set up oracle extras. I search but can not find anything with this. Thx -- L.P. Mitja B. - Original Message From: Ant Users List To: Ant Users List Subject: Re

oracle.ojc.ant.taskdefs.OjcAdapter

2007-09-19 Thread Mitja B.
I want to run ant by console but i get this error compiler adapter oracle.ojc.ant.taskdefs.OjcAdapter can't be found in Jdeveloper works nice this is buildfile build.compiler=oracle.ojc.ant.taskdefs.OjcAdapter how can i run it by console Message

Re: AW: import file inside target

2007-09-19 Thread Mitja B.
Hi, i use task for now and works nice Thx -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org Subject: AW: import file inside target Date: 19/09/07 09:07 > <project name="main"> > <import file="build_Model

Re: AW: import file inside target

2007-09-19 Thread Mitja B.
Hi, thx boath Maybe i did not write ok what i want. Inside i want to call other xml file (build_ModelIRC2000.xml,..) which is separate project for compiling ModelIRC2000,... In this files i have ant compiler Thx -- L.P. Mitja B. - Original Message From: Ant Users List To

import file inside target

2007-09-18 Thread Mitja B.
hi, g i get error that import is only allowed as a top-level task. I need to call this files inside compile target. How can i make this? thx Message sent using UebiMiau 2.7.10

Re: AW: war inlcude problem

2007-09-17 Thread Mitja B.
hi, hmm how do you mean that? -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org , [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: AW: war inlcude problem Date: 17/09/07 11:50 > multiple <lib>s? > > Jan > > &g

Re: war inlcude problem

2007-09-17 Thread Mitja B.
any idea? thx -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org Subject: war inlcude problem Date: 14/09/07 13:22 > i want to create war file, but i have problem with including lib files into > lib folder > > I have lib files in d

war inlcude problem

2007-09-14 Thread Mitja B.
i want to create war file, but i have problem with including lib files into lib folder I have lib files in different lib dirs. How can i include it? This does not work thx

ant compile problem

2007-09-13 Thread Mitja B.
Hi, ircbutton.java has this lines package irc.irc2000.ircSwing.komponente; import irc.kis.view.dm.sifranti.TipiDelovnihMestTabela; i am running ant compile under Model2000 project direktorij, but this packages are ubder ../View/src/irc... now i get error like this [javac] C:\Projekti

RE: package compile problem

2007-09-13 Thread Mitja B.
hej, nono this is just name for business aplication in our language :D by -- L.P. Mitja B. - Original Message From: Ant Users List To: Ant Users List Subject: RE: package compile problem Date: 13/09/07 12:00 > "TipiDelovnihMestTabela" > > sounds like som

package compile problem

2007-09-13 Thread Mitja B.
Hi, ircbutton.java has this lines ... package irc.irc2000.ircSwing.komponente; import irc.kis.view.dm.sifranti.TipiDelovnihMestTabela; ... i am running ant compile under Model2000 project direktorij, but this packages are ubder ../View/src/irc... now i get error like this [javac] C:\Projekti\

ant compile whole Jdeveloper project

2007-09-13 Thread Mitja B.
Hi, Is it possible that ant compile whole jdeveloper project. project have 3 different applications. Model Model x200 View I need to compile java files in all of three becouse they are connected to each other but i do not know if ant can do this and how? -- L.P. Mitja B

Xms memory limit problem

2007-09-12 Thread Mitja B.
I want to use Xms to minimum heap size but i do not know how to use it in ant. This does not work -- L.P. Mitja B. Message sent using UebiMiau 2.7.10 - To unsubscribe, e

Re: include file in ant

2007-09-12 Thread Mitja B.
Hi, i already try this property.xml: but not working -- L.P. Mitja B. - Original Message From: Ant Users List To: Ant Users List Subject: Re: include file in ant Date: 12/09/07 11:25 > Mitja B. wrote: > > Is it possible to include other files in ant? > &

include file in ant

2007-09-12 Thread Mitja B.
Is it possible to include other files in ant? I have over 500 lines of code and i want to include some files with ant code that there will be less code in build.xml. I search in march mailing list and google but i did not find anything usefull. regards Mitja B

RE: Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
This idea is also very good but i have problem. java.lang.NoClassDefFoundError: org/apache/bsf/BSFException" error which library do i need for running ruby? Thx - Original Message From: Ant Users List To: Ant Users List Subject: RE: Open and read file with ant and then copy

Re: AW: Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
; > <ac:propertyregex property="to" input="@{file}" regexp="(.*)=(.*)" select="2" override="true"/> > <copy file="${from}" tofile="${to}"/> > </> > </> &g

Re: AW: Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
Thx you for your help, i will work on your solution. It is verry good idea. Thx again regards -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org Subject: AW: Open and read file with ant and then copy Date: 10/09/07 11:53 > Just an idea and

RE: Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
Thx for so quick answer, i will lok for filterchain and try to solve my problem. regards - Original Message From: Ant Users List To: Ant Users List , Mitja B. <[EMAIL PROTECTED]> Subject: RE: Open and read file with ant and then copy Date: 10/09/07 09:50 &g

Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
I have big problem. I search but can not find and solution. We want to open some file, for example project.txt in it we will have content like this inst\mm\connection.xml proj\rtu\connection.xml we want now that ant read this file and copy connectiion.xml from inst\mm directory to proj\rtu dire

Open and read file with ant and then copy

2007-09-10 Thread Mitja B.
I have big problem. I search but can not find and solution. We want to open some file, for example project.txt in it we will have content like this inst\mm\connection.xml proj\rtu\connection.xml we want now that ant read this file and copy connectiion.xml from inst\mm directory to proj\rtu dire