RE: Incorrect bytecode version stamp

2016-12-21 Thread Jan Tosovsky
On 2016-12-21 Stefan Bodewig wrote: > On 2016-12-20, Jan Tosovsky wrote: > > > While in MANIFEST can be found 'created by' JDK 7, when that > > main class is executed in JDK 7, executing of the main class > > fails because of unsupported version (major

Incorrect bytecode version stamp

2016-12-20 Thread Jan Tosovsky
duce JDK 8 bytecode? There is JDK8 installed on my PC as well, but both JAVA_HOME and PATH variables point to the JDK7. Is it possible Ant could bypass this settings internally? Is that MANIFEST 'created by' value reliable? Thanks, Jan

Re: Terminate an Ant target

2011-01-20 Thread Jan C.
ok thanks for the hint On Wed, Jan 19, 2011 at 9:22 PM, Antoine Levy-Lambert wrote: > Hi, > > on the JUnit leg of your parallel invocation, you need to use a script to > kill your http server. Depending on your operating system you could use > pskill from sysinternals (Window

Re: Terminate an Ant target

2011-01-19 Thread Jan C.
what I meant is that I don't start the server from my java class so I can't call > embedded.destroy(); ;) On Wed, Jan 19, 2011 at 12:31 PM, Michael Ludwig wrote: > Jan C. schrieb am 19.01.2011 um 11:26 (+0100): >> I'm not starting the SimpleHTTPServer programmatic

Re: Terminate an Ant target

2011-01-19 Thread Jan C.
Hi, I'm not starting the SimpleHTTPServer programmatically so I don't have any reference to the instance. cheers, Jan On Wed, Jan 19, 2011 at 11:21 AM, Michael Ludwig wrote: > Jan C. schrieb am 19.01.2011 um 10:17 (+0100): >> My JUnit test need a http server so I also s

Terminate an Ant target

2011-01-19 Thread Jan C.
, the ant target does not terminate. I can only terminate it using Ctrl+C. Since I want this target to be automated, I would like to find a way to "successfully" stop the ant target when the junit task finishes. Any ideas ? c

Multiple properties into one property key

2010-05-18 Thread Jan
Hi All, I'm trying to read muliple properties into one property key is that possible int ant? For examble lets say i property file called name.properties in that i've entries as shown below name1=Joe name2=Jan numberofnames=2 now i want read these 2 property key value and assign t

Re: Looping number of times

2010-05-12 Thread Jan
hen i run this i get error BUILD FAILED C:\Temp\test.xml:8: end <= begin, step needs to be < 0 any one has any idea how to make this work? Please help Thanks in advance for your help On Thu, Apr 15, 2010 at 11:00 AM, Jan wrote: > Already tried it and didn't work > > $ ant

Getting Property Key from Value

2010-05-10 Thread Jan
Hi All, Is there any way using ant to get the Property Key from value ? For examble lets say i have file "name.properties" and in it i have entry like "hostname=gold", now i want to parse "name.properties" get the key of value "gold" means reverse read of property, is this possible using ant? An

Re: Looping number of times

2010-04-15 Thread Jan
14, 2010 at 11:52 PM, wrote: > > It did work with antconrib 1.0b3 > > > > I just have another question, is there a way to override jar > > in ant lib > > directory > > Try > > > > > > > > > > > Jan > >

Re: Looping number of times

2010-04-14 Thread Jan
Thank you Jan It did work with antconrib 1.0b3 I just have another question, is there a way to override jar in ant lib directory For eg, in our ant.home/lib directory it has ant-contrib-0.3.jar, and the same installation is being used by different team and they're not ready to change th

Re: Looping number of times

2010-04-13 Thread Jan
Hi Jan is this ant- conrib stuff really works? coz i'm getting the error ---> The type doesn't support the "end" attribute. On Tue, Apr 13, 2010 at 2:05 AM, wrote: > or directly from the ac-manual > > The following example loops from one to ten. &

Looping number of times

2010-04-12 Thread Jan
Hi All, Is there any task available to loop for number of times ? I know we can use ant-contrib for loop for the comma seperated list, instead of it i want to mention loop it for 10 times Any one any idea?

Re: Comma seperated values for property

2010-03-29 Thread Jan
Thank you all acutally this worked, i think i just confused myself and got lost Thanks again everyone On Mon, Mar 29, 2010 at 1:49 PM, Jan wrote: > Actually my LNAME anf FNAME it self being used as property copy, ie. those > comes from other property file which is available at runttime,

Re: Comma seperated values for property

2010-03-29 Thread Jan
Actually my LNAME anf FNAME it self being used as property copy, ie. those comes from other property file which is available at runttime, based on arguments passed On Mon, Mar 29, 2010 at 1:18 PM, Michael Shea wrote: > Unless I am very much misinterpreting your question, I think this will > suff

Comma seperated values for property

2010-03-29 Thread Jan
Hi All, Is there a way to assign a comma seperated values for a property? for example, lets say i have different value from another property file like LNAME and FNAME Now i want to use ant-contrib or something like that to copy the property value LANME,FNAME into NAME Property so finally when i

AW: Invoking Ant programmatically with an Java-String

2009-03-09 Thread Jan Bartel
nts . Isn't there a way to set the basedir manually (programatically or with a tag) to cope with the problem of relative paths. > if you want to use Ant without xml you may try leafcutter and groovy/AntBuilder seem to be very powerful libraries but at the moment I have to focus o

Invoking Ant programmatically by an String

2009-03-07 Thread Jan Bartel
); ProjectHelper helper = ProjectHelper.getProjectHelper(); p.addReference("ant.projectHelper", helper); helper.parse(p, buildFile); p.executeTarget(p.getDefaultTarget()); Is there any possibility to invoke ant by an Java-String without using a real build.xml ??? Thank yo

Invoking Ant programmatically with an Java-String

2009-03-07 Thread Jan Bartel
d.xml ??? Thank you for your suggestions CU Jan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

SV: Is there a login "wait for password" target/task?

2009-02-23 Thread Jan Lund
Hi Hash encryption is one-way so you cannot go back to the original password from a hash. You'd need a twoway encryption method and be fine. Jan Från: Martin Gainty Till: Ant Users List Skickat: måndag 23 februari 2009 16:44:28 Ämne: RE: Is there a

Simple solutions to sshexec nohup Ant?

2009-02-04 Thread Jan Lund
I would like to know if there are simpler solutions to this issue. Thanks, Jan __ Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo. http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

Re: Include XML file

2008-09-25 Thread Jan K
files only.Selenium server supports Ant to do this.So only i need to call Build.xml.Can you understand and help me to solve the problem. Ognjen Blagojevic wrote: > > Jan K wrote: >> I am developing a project for Testing Automated Test.I am using selenium >> server for running

Re: Include XML file

2008-09-25 Thread Jan K
run the test.So i need to know how to do this? Jan K wrote: > > I need to include ant (build.xml) file in JSP.Can anyone help me to do > this? > -- View this message in context: http://www.nabble.com/Include-XML-file-tp19664082p19664437.html Sent from the Ant - Users mailing lis

Include XML file

2008-09-25 Thread Jan K
I need to include ant (build.xml) file in JSP.Can anyone help me to do this? -- View this message in context: http://www.nabble.com/Include-XML-file-tp19664082p19664082.html Sent from the Ant - Users mailing list archive at Nabble.com.

Re: How to automate Ant deploy?

2008-09-18 Thread Jan K
ANT deploy to install ActiveMQ .Is this possible? Scot P. Floess wrote: > > > Deploy of...what? > > On Thu, 18 Sep 2008, Jan K wrote: > >> >> Can anyone suggest me some ideas how to do this? >> -- >> View this message in context: >>

How to automate Ant deploy?

2008-09-18 Thread Jan K
Can anyone suggest me some ideas how to do this? -- View this message in context: http://www.nabble.com/How-to-automate-Ant-deploy--tp19553582p19553582.html Sent from the Ant - Users mailing list archive at Nabble.com. - To un

Re: How to Configure batch file in Ant?

2008-09-18 Thread Jan K
ually run on windows. You state that you are on > linux. > > Other questions include: Do you want to install ActiveMQ with Ant? > I would try out the commands needed for your stated requirements. > Then you can decide what you want to do with Ant. > > --glenn > > On

Re: How to Configure batch file in Ant?

2008-09-18 Thread Jan K
error (because cmd doesnt exist on > linux). If you want a linux equivalent to cmd and batch files read up on > bash scripts. > > 2008/9/18 Jan K <[EMAIL PROTECTED]> > >> >> I am a new bee to Ant.I need to know how to configure batch file in Ant.I >&g

How to Configure batch file in Ant?

2008-09-18 Thread Jan K
I am a new bee to Ant.I need to know how to configure batch file in Ant.I am using Ant 1.6.5 and Linux(ubuntu)platform.I tried using I really dont know what i am doing is correct.I browsed through google and got this exec command.I am geting an error as Execute failed: java.io.IOException:

Re: Ant can't find the Apache resolver library

2006-06-03 Thread Jan Ploski
Célio Cidral Junior wrote on Thu, 06 Apr 2006 19:48:23 GMT: > I'm trying to run a build script which has a target that uses the >

AW: taskdef can't find junit.framework.Test

2005-06-02 Thread Jan . Materne
To really ensure that JUnit is on Ant´s classpath, you could print it out classpath: ${java.class.path} But putting junit.jar into ${user.home}/.ant/lib should help. Or starting Ant with -lib Jan > -Ursprüngliche Nachricht- > Von: Hyrum [mailto:[EMAIL PROTECTED] > Ge

AW: Jarpend.jar

2005-05-31 Thread Jan . Materne
a nested I think you are deeper in that topic than me, so you should be able to guess what that names could mean :-) Jan > -Ursprüngliche Nachricht- > Von: S I [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 31. Mai 2005 18:12 > An: user@ant.apache.org > Betre

AW: Multiple properties

2005-05-31 Thread Jan . Materne
AntContrib. Not sure about that syntax - try out. Jan

AW: need help for ant scripting

2005-05-29 Thread Jan . Materne
Have also a look at Jan > -Ursprüngliche Nachricht- > Von: S I [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 25. Mai 2005 18:36 > An: user@ant.apache.org > Betreff: RE: need help for ant scripting > > Experimenting between the two ant tasks and I > foun

AW: XSLT transofrmations

2005-05-25 Thread Jan . Materne
doesnt something else that your direct "java " call from command line. Jan > -Ursprüngliche Nachricht- > Von: Ammar Hedi (stu) [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 25. Mai 2005 14:26 > An: Ant Users List > Betreff: RE: XSLT transofrmations

AW: XSLT transofrmations

2005-05-25 Thread Jan . Materne
? Jan > -Ursprüngliche Nachricht- > Von: Ammar Hedi (stu) [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 25. Mai 2005 11:31 > An: user@ant.apache.org > Betreff: XSLT transofrmations > > Hello, > I am a new user of Ant. > I want to optimize my XSLT tran

AW: Catch-all target?

2005-05-24 Thread Jan . Materne
Not "inside" Ant. But you could write a wrapper script converting to -D option :) Jan > -Ursprüngliche Nachricht- > Von: Jay Burgess [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 24. Mai 2005 17:26 > An: user@ant.apache.org > Betreff: Catch-all target? >

AW: Is it possible to override default attribute values for Ant t asks?

2005-05-23 Thread Jan . Materne
The other scripts should use properties than you can provide other values while invocation. master1.xml other.xml -Ursprüngliche Nachricht- > Von: Kumar, Pankaj [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 20. Mai 2005 01:32 > An: user@ant.apache.org > Betreff: Is it possibl

AW: Exclude Single Java File from Compilation

2005-05-18 Thread Jan . Materne
Maybe the compiler does that, because a compiled class depends on that? Jan > -Ursprüngliche Nachricht- > Von: Lim, Teck Hooi [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 18. Mai 2005 10:27 > An: user@ant.apache.org > Betreff: Exclude Single Java File from Comp

AW: propertyregex: capitalizing entire string

2005-05-10 Thread Jan . Materne
You can use

AW: output of fileset

2005-05-09 Thread Jan . Materne
${fs} or beautifying the output with Jan > -Ursprüngliche Nachricht- > Von: Mark Lybarger [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 9. Mai 2005 17:41 > An: Ant Users List > Betreff: output of fileset > > is there a way i can take a fileset an

AW: AW: InstantiationException using ant.bat

2005-05-09 Thread Jan . Materne
"Nice" feature from BEA ... Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 9. Mai 2005 12:13 > An: Ant Users List > Betreff: Re: AW: InstantiationException using ant.bat > > Weblogic has it's own

AW: InstantiationException using ant.bat

2005-05-09 Thread Jan . Materne
What is your PATH, CLASSPATH and ANT_HOME? Jan > -Ursprüngliche Nachricht- > Von: Andreas Bothner [ MTN - Innovation Centre ] > [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 9. Mai 2005 11:43 > An: user@ant.apache.org > Betreff: InstantiationException using ant.bat

AW: Ant paths

2005-05-04 Thread Jan . Materne
Thanks for the flowers :-) Jan > -Ursprüngliche Nachricht- > Von: Ben Gill [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 4. Mai 2005 13:21 > An: user@ant.apache.org > Betreff: Re: Ant paths > > Hi > > Yes Jan sent me a link to an article about this -

AW: Scripting engine in ANT core?

2005-05-04 Thread Jan . Materne
No - there is no buildin scripting language and there wont be. But you can use any BSF language on many places in Ant (). We dont want to have any dependency on delivery. And on the other hand the scripting language has to have an ASF license - otherwise we couldnt deliver it. Jan

AW: Ant paths

2005-05-03 Thread Jan . Materne
You should have a look at the manual. "Developing with Ant > Tasks using Properties, Filesets & Paths" [1] shows how to deal with s and s. Jan [1] http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html > -Ursprüngliche Nachricht- > Von: Ben Gill [

AW: Convert a path

2005-05-03 Thread Jan . Materne
uses the File.getAbsolutePath() method. That should have the platform dependend separators and roots (/, A: B: ...). So you could try a . Jan > -UrsprÃngliche Nachricht- > Von: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 3. Mai 2005 19:49 > A

AW: Available Task

2005-05-03 Thread Jan . Materne
Use to find catch that class file. Transform into a property using or . After that should be your friend. Jan > -Ursprüngliche Nachricht- > Von: Stuart Harper [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 3. Mai 2005 19:39 > An: user@ant.apache.org > Betreff:

AW: [Fwd: Re: problems building ant-testutil.jar]

2005-05-03 Thread Jan . Materne
stribution. I tried to look at Gump [3] for a new link, but I only got a "Current State: Prerequisite Failed - Reason: Build Failed - Root Cause: Project: xml-xerces". Jan [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=22570 [2] http://issues.apache.org/bugzilla/attachment.

AW: dependency of jar

2005-05-02 Thread Jan . Materne
At first step of your build process copy the libx.jar into your lib directory, then define the . Copying can be done with , , , , ... depends on your server. Jan > -Ursprüngliche Nachricht- > Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 2. Ma

AW: Using ANT to build Synergy applications

2005-05-01 Thread Jan . Materne
Mmh - "other languages as Synergy" ??? I thought CM Synergy is a software configuration management tool ... Jan > -Ursprüngliche Nachricht- > Von: Declan McCann [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 29. April 2005 15:31 > An: Ant Users List > Betref

AW: html input for ?

2005-04-28 Thread Jan . Materne
Not as I´m aware of. Maybe you could use JTidy for converting from HTML to XHTML before using . Jan > -Ursprüngliche Nachricht- > Von: P-Y Foucou [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 28. April 2005 17:35 > An: user@ant.apache.org > Betreff: html input for

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
Ok - four steps back ... What is your current DTD and where you want to add the "node"? Jan > -Ursprüngliche Nachricht- > Von: Nir Geier [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 28. April 2005 15:17 > An: Ant Users List > Betreff: RE: Looking for

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
I think you have misunderstood me (or vice versa :-) With a DTD like book : (chapter | comment)+ you could have a comment, but you dont have to. So you could add your "node" to the DTD and the XML would be valid - with or without the . So no change of the DTD would be needed any m

Problem with Ant javac includes

2005-04-28 Thread Jan Almås
eveService.java, separate/package/UpdateProperty.java" <-- MISSING FROM ${source}, build successful srcdir="${source}" destdir="${classes}" debug="on"> Doe

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
For manipulating the xml file I would try the xmltasks [1,2]. For the DTD - why you have to change the DTD? You can change the DTD so that it allows the have your (but it dont have to be there). Jan [1] http://ant.apache.org/external.html#xmltask [2] http://www.oopsconsultancy.com/software

AW: Installing ant on linux 3

2005-04-28 Thread Jan . Materne
-8-<---8-<---8-<---8-< Then retry. After that you could start with a very small tutorial from the manual. "Developing with Ant | Hello World with Ant" [1]. Jan [1] http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html > -Ursprüngl

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
2 4) the original file is a "template" and you could use a with while ing and having a ${propname} inside your "template". Not any particular order ... Jan > -Ursprüngliche Nachricht- > Von: Nir Geier [mailto:[EMAIL PROTECTED] > Gesendet am: Donne

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
Sorry forgotten: message Jan > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 28. April 2005 11:39 > An: user@ant.apache.org > Betreff: AW: Looking for task to add text to file. > >

AW: Looking for task to add text to file.

2005-04-28 Thread Jan . Materne
message Jan > -Ursprüngliche Nachricht- > Von: Nir Geier [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 28. April 2005 12:16 > An: Ant Users List > Betreff: RE: Looking for task to add text to file. > > > Ty Gilbert. > I will look into it in detail

AW: copying multiple directories set in property

2005-04-26 Thread Jan . Materne
The only workaround is iterating for yourself, e.g. with AntContrib . (B (BJan (B (B> -Urspr$B!&(Jgliche Nachricht- (B> Von: Dies Koper [mailto:[EMAIL PROTECTED] (B> Gesendet am: Mittwoch, 27. April 2005 03:19 (B> An: user@ant.apache.org (B> Betreff: copying multiple directories s

AW: How to combine multiple file sets ?

2005-04-25 Thread Jan . Materne
Usually you use s for them ... Jan > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 25. April 2005 15:15 > An: user@ant.apache.org > Betreff: How to combine multiple file sets ? > > > > I thought I could h

AW: Unable to locate tools.jar. Expected to find it in...

2005-04-24 Thread Jan . Materne
You dont have a JDK (development kit) installed. A runtime environment doesnt have the tools.jar. Jan -Ursprüngliche Nachricht- Von: Sam Huang [mailto:[EMAIL PROTECTED] Gesendet am: Montag, 25. April 2005 08:32 An: user@ant.apache.org Betreff: Unable to locate tools.jar. Expected to

AW: AW: AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
ANT_HOME\lib and USER_HOME\.ant\lib. > PATH=%ANT_HOME%\bin Indeed helpful - but not necessary. Jan

AW: AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
does "java -version" work? Jan > -Ursprüngliche Nachricht- > Von: Daniele Gianni [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 21. April 2005 09:48 > An: Ant Users List > Betreff: Re: AW: Installing Ant under Windows XP > > No, I receive the same me

AW: Installing Ant under Windows XP

2005-04-21 Thread Jan . Materne
can you go into ANT_HOME\bin directory and execute .\ant -version ? Jan > -Ursprüngliche Nachricht- > Von: Daniele Gianni [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 21. April 2005 09:39 > An: user@ant.apache.org > Betreff: Installing Ant under Windows

AW: New Ant Diff and Merge Tasks

2005-04-18 Thread Jan . Materne
> License: > Tasks itself is Apache, the actual Diff java code is GPL You know that if your class direcly uses GPL code it must be under GPL, too? In Ant we use reflection for using GPL classes so we dont depend on them. Jan

AW: os independent paths

2005-04-15 Thread Jan . Materne
Then Ant uses the _current_ OS... Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 15. April 2005 14:56 > An: Ant Users List > Betreff: Re: os independent paths > > Just use the location attribute of prope

AW: os independent paths

2005-04-15 Thread Jan . Materne
Ant can work (internally) with your ${build.dir}. When you want to write the content in a platformspecific format to a file you have to specify which format to use. From where Ant should know that? Jan > -Ursprüngliche Nachricht- > Von: rakesh mailgroups [mailto:[EMAIL PRO

AW: api ref doc

2005-04-13 Thread Jan . Materne
Sure, the JavaDocs inside the -src.zip are inside the java sources :-) Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 14. April 2005 00:04 > An: Ant Users List > Betreff: RE: api

AW: api ref doc

2005-04-12 Thread Jan . Materne
Download the sources and build Ant for yourself - including the JavaDocs ;-) Maybe there are some points on the Gump server ... Jan > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 13. April 2005 05:38 > An: Ant Users Li

AW: Copy to remote machine

2005-04-12 Thread Jan . Materne
why not just ? You only have to ensure that ${target.dir} is not under your basedir (.) for recursion possibility. Jan > -Ursprüngliche Nachricht- > Von: Dick, Brian E. [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 12. April 2005 15:43 > An: An

AW: make a dir into a war file.

2005-04-11 Thread Jan . Materne
If you running application needs a directory it should create it for itself. So it doesnt depend on a deployer - who could forget that. Jan > -Ursprüngliche Nachricht- > Von: Rodolfo García Esteban/CYII [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 11. April 2005 09:01 &

AW: custom task question

2005-04-10 Thread Jan . Materne
Just another possibility to point to the manual [1,2] ? :-) Jan [1] http://ant.apache.org/manual/tutorial-writing-tasks.html [2] http://ant.apache.org/manual/tutorial-tasks-filesets-properties.html > -Ursprüngliche Nachricht- > Von: Greg Gimler [mailto:[EMAIL PROTECTED] > Ge

AW: The type doesn't support the nested "echo" element

2005-04-10 Thread Jan . Materne
Cant see the mistake in THAT snippet. But I would search for a construct. Jan > -Ursprüngliche Nachricht- > Von: Kenneth McKnight [mailto:[EMAIL PROTECTED] > Gesendet am: Samstag, 9. April 2005 00:25 > An: user@ant.apache.org > Betreff: The type doesn't supp

AW: Ant configuration problem (tools.jar).

2005-04-08 Thread Jan . Materne
tools.jar is part of a JDK - not included in a JRE. So your JAVA_HOME should point to a JDK. Jan > -Ursprüngliche Nachricht- > Von: Graeme Shaw [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 8. April 2005 17:02 > An: user@ant.apache.org > Betreff: Ant configuration pro

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
> to "\" of the current drive (C:) using "cd \". > How can this be possible if there's no real root dir on Windows? \ is the root directory of the current drive. Is it c:\ or d:\ ... you cant know that when just having a "\". Jan

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
In contrast to Unix, Windows has not real root directory. I dont think that the "Desktop" would help ... And if there is no common root directory, you cant use one fileset - you have to have multiple. ... ...

AW: AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
2) assume that its on the path (like cvs,svn,...) In a later step you could add a "executable" attribute. 3) But you have to tes

AW: Why don't my selectors select anything?

2005-04-01 Thread Jan . Materne
> Unfortunately, the Ant manual is not really clear on these two issues. Provide a path :-) Jan

AW: GCJ (GNUs Compiler for Java) with ANT

2005-04-01 Thread Jan . Materne
0) do a google search ... maybe there is something on the web 1) How do invoke that from command line? 2) try that inside Ant with / 3) convert that to / 4) share with us :-) Jan > -Ursprüngliche Nachricht- > Von: Danilo Bürger > [mailto:[EMAIL PROTECTED] > Gesendet am

AW: Possible to "nest" variables?

2005-03-31 Thread Jan . Materne
see FAQ http://ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 1. April 2005 05:49 > An: Ant Users List > Betreff: Re: Possible to "nest" variable

AW: Why don't my selectors select anything?

2005-03-29 Thread Jan . Materne
You have to think about selectors like a SQL "WHERE". Without a selector you´ll get all select * from files and with selectors you´ll get only a part of that select * from files WHERE name="foo" but your logig was select * from files WHERE name="foo&quo

AW: Executing a command on a Unix/Linux box

2005-03-29 Thread Jan . Materne
Ok, then I would extend the -class and preset some values :-) Jan > -Ursprüngliche Nachricht- > Von: Simon Chappell [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 29. März 2005 16:02 > An: Ant Users List > Betreff: Re: Executing a command on a Unix/Linux box > >

AW: Tomcat start/stop tasks don't work for Tomcat 5.5

2005-03-29 Thread Jan . Materne
: dont crosspost! Jan > -Ursprüngliche Nachricht- > Von: Jeffrey E Care [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 29. März 2005 14:35 > An: Ant Users List > Betreff: Re: Tomcat start/stop tasks don't work for Tomcat 5.5 > > Maybe I'm nuts, but I w

AW: Tomcat start/stop tasks don't work for Tomcat 5.5

2005-03-29 Thread Jan . Materne
notes. Sure about the port? Jan > -Ursprüngliche Nachricht- > Von: David [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 29. März 2005 14:15 > An: Ant Apache User Group > Betreff: Tomcat start/stop tasks don't work for Tomcat 5.5 > > Dear Members, > >

AW: Executing a command on a Unix/Linux box

2005-03-28 Thread Jan . Materne
I wouldnt write a task for "just" executing that one liner. Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 28. März 2005 19:38 > An: Ant

AW: os-independent directory mapping in copy task?

2005-03-24 Thread Jan . Materne
just an idea ... could you use ${path.separator} ? Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 24. März 2005 11:20 > An: Ant Users List > Betreff: Re: os-independent directory mapping in copy task? > > Ant

AW: Executing a task in each subdirectory

2005-03-23 Thread Jan . Materne
mmh - my first impression is that , , , , , could be helpful. Jan > -Ursprüngliche Nachricht- > Von: Nicolas Vervelle [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 23. März 2005 12:05 > An: user@ant.apache.org > Betreff: Executing a task in each subdirectory > &

AW: AW: Making copy NEVER overwrite

2005-03-23 Thread Jan . Materne
s to step 2 2. copy files to destdir 3. filtering Are you sure, that files are copied? What does -verbose / -debug say? Jan > -Ursprüngliche Nachricht- > Von: David Resnick [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 23. März 2005 07:30 > An: 'Ant Users List' &

AW: Check for Env variables

2005-03-22 Thread Jan . Materne
. Give the output. c:\temp>ant Buildfile: build.xml [echo] output.dir=default c:\temp>set OUTPUT_DIR=other c:\temp>ant Buildfile: build.xml [echo] output.dir=other Jan > -Ursprüngliche Nachricht- > Von: Janu Mohandass [mailto:[EMAIL PROTECTED] > Gesendet

AW: Making copy NEVER overwrite

2005-03-22 Thread Jan . Materne
selector? Jan > -Ursprüngliche Nachricht- > Von: David Resnick [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 22. März 2005 14:19 > An: 'Ant Users List' > Betreff: RE: Making copy NEVER overwrite > > Thanks for the suggestion. > > The problem

AW: Making copy NEVER overwrite

2005-03-22 Thread Jan . Materne
set the read-only flag to the files? Jan > -Ursprüngliche Nachricht- > Von: David Resnick [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 22. März 2005 11:40 > An: 'Ant Users List' > Betreff: Making copy NEVER overwrite > > I am making a backup of some

AW: how to read from an enviroment variable

2005-03-21 Thread Jan . Materne
? Jan > -Ursprüngliche Nachricht- > Von: Markus Innerebner [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 21. März 2005 15:16 > An: Ant Users List > Betreff: how to read from an enviroment variable > > how can I read an environment value which I am passing in

AW: Exec Perl Prog with Arguments

2005-03-21 Thread Jan . Materne
> My perl script renames files into files_en, so i want to > execute my perl script and that should rename all the files > ending with xsl. Why using perl? Why not a with a nested mapper? Jan

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
You have to know, that we have a B2B (brain-to-brain) connection :-) Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 19:04 > An: Ant Users List > Betreff: RE: Copying files through FTP to servers in > d

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Dont worry about that - the manual is not as small as some years before :-) And if that hint is enough - that´s ok. Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 19:08 > An:

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Do you know the selector? Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 18:54 > An: Ant Users List > Betreff: Copying files through FTP to servers in different tim

AW: Get timestamping in the echo message

2005-03-18 Thread Jan . Materne
Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 17:45 > An: Ant Users Group > Betreff: Fwd: Get timestamping in the echo message > > It did not seem to

AW: Exiting ant TARGET without aborting build

2005-03-17 Thread Jan . Materne
... ... error message Jan > -Ursprüngliche Nachricht- > Von: Michael Pelz Sherman [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 17. März 2005 20:56 > An: Ant Users List > Betreff: Re: Exiting ant TARGET without aborting build > &g

  1   2   3   4   5   6   >