AW: How to lowercase all files with a mapper?

2023-02-23 Thread apache
3, 6:17 pm BCT Roel de Wildt, wrote: > Hello, > > I have a build script in Apache Ant that is using the following > definition to move all files from one directory to another directory > while everything must be lowercase. But the scriptmapper gives a > warning in openjdk 11 d

AW: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages?

2022-07-28 Thread apache
Cc: c...@teo-en-ming-corp.com Betreff: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages? Subject: Is Apache Ant an Integrated Development Environment (IDE) for Java, C, and C++ programming languages? Good day from Singapore, Is Apache Ant an Inte

AW: empty properties on command line

2021-07-06 Thread apache
Maybe this? ${msg} C:\temp>ant Buildfile: C:\temp\build.xml [echo] default BUILD SUCCESSFUL Total time: 0 seconds C:\temp>ant -Dmsg=hello Buildfile: C:\temp\build.xml [echo] hello BUILD SUCCESSFUL Total time: 0 seconds C:\temp>ant -Dmsg="" Buildfile: C:\temp\build.xml [e

AW: targets and data types

2021-06-30 Thread apache
You're right - I haven't found any pointer. So I added one (small). Basically I have seen s & Co inside targets before tasks or in an "init-target" (required in early Ant versions - now you could place that directly under 'project' as implicit target). Jan -Ursprüngliche Nachricht- Vo

AW: Hanging on port 4000. OOPS! it worked

2021-01-13 Thread apache
Good to hear. Have fun ;-) Jan -Ursprüngliche Nachricht- Von: Zahid Rahman Gesendet: Mittwoch, 13. Januar 2021 01:16 An: user@ant.apache.org Betreff: Hanging on port 4000. OOPS! it worked I forgot I had set a break point. So it worked I now have remote development in Java for raspberry

AW: sshexec defaults to port 22

2021-01-12 Thread apache
It seems that * the jar is transferred to the pi * the application is started * after it has finished ssh session is terminated If you are using https://bitbucket.org/raspirecipes/raspirecipes/src/master/org.raspirecipes.helloworld/ * I cannot see the expected "Hello World" * not sure if the remo

AW: sshexec defaults to port 22

2021-01-11 Thread apache
I think the error is earlier while ing the jar to the PI. It seems that an sshd is running on the pi. Are you sure you have the right credentials? Could you login with this username+password? Also you could run Ant with -verbose or -debug to get more details. The error com.jcraft.jsch.JSchExcep

AW: Can I load a project from a String / InputStream?

2021-01-02 Thread apache
Maybe Stefans 11 years old "JavaFront" could be helpful. https://svn.apache.org/viewvc/ant/sandbox/javafront/ The "taskexec.*" scripts shows how to use https://svn.apache.org/viewvc/ant/sandbox/javafront/taskexec.bat?view=markup https://svn.apache.org/viewvc/ant/sandbox/javafront/taskexec.sh?view=

AW: a tricky case of running an executable from an ant build script

2020-12-24 Thread apache
If you know where the executable is located, you could set the "executable" attribute of . Or set the "dir" attribute tot he directory containing the executable you want to start. Or provide a nested element. Jan -Ursprüngliche Nachricht- Von: Alan Snyder Gesendet: Samstag, 19. Dezem

AW: Different indices not repected in Epub3 transformation with ant 1.9.8

2020-12-13 Thread apache
I don't think that updating Ant will solve your problem, because Ant just "triggers" the generation process. Which tool are you using? Could you post your buildfile? Maybe we could find some hints here. Or a sample project (e.g. on Github) showing the problem? Jan -Ursprüngliche Nachricht---

AW: inline use of antlib with namespace?

2020-09-14 Thread apache
With the antlib-syntax (#1) you define the xmlns you want to use. If you want to load the jar from a custom location, you can use the taskdef. http://ant.apache.org/manual/Types/antlib.html#loadFromInside Jan -Ursprüngliche Nachricht- Von: Alan Snyder Gesendet: Sonntag, 13. September 20

AW: Windows 10 Ant not recognized as internal or external command only with normal user

2019-12-28 Thread apache
x27; ve installed Ant and JDK 13 on Arthur account and double checked environments variables like ANT_HOME and JAVA_HOME and ANT_HOME\bin no misspelling found. In summary : User Variables for Arthur ANT_HOMEC:\Ant\apache-ant-1.10.7 JAVA_HOME C:\Program Files\Java\jdk-13.0.1 Path

Re: Problems with Properties env (XP-SP2, ntvdm, ant 1.62)

2005-02-01 Thread saba_emailme-apache
I am running as Administrator. --- Jacob Kjome <[EMAIL PROTECTED]> wrote: > At 06:01 PM 1/31/2005 -0800, you wrote: > >I get an error when I have the following line in > my > >build.xml: > > > > > > > >The error is a popup dialog with the message: > > > >C:\WINDOWS\system32\ntvdm.exe > >

Re: Problems with Properties env (XP-SP2, ntvdm, ant 1.62)

2005-02-01 Thread saba_emailme-apache
The result is as expected: Buildfile: build.xml [echo] Windows XP BUILD SUCCESSFUL Total time: 0 seconds - Saba --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 31 Jan 2005, saba emailme-apache > <[EMAIL PROTECTED]> wrote: > > > Is there another wo

Problems with Properties env (XP-SP2, ntvdm, ant 1.62)

2005-01-31 Thread saba_emailme-apache
I get an error when I have the following line in my build.xml: The error is a popup dialog with the message: C:\WINDOWS\system32\ntvdm.exe Error while setting up environment for the application. Choose 'Close' to terminate the application. A search with this message led me to bug reports that