Re: javac task question

2023-12-22 Thread Alan Snyder
try my variant: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> O

Re: javac task question

2023-12-21 Thread Alan Snyder
gt; > > > > > > > > > > > Original Message > From: Alan Snyder [mailto:contagiousarrow...@cbfiddle.com] > Sent: Wednesday, December 20, 2023 at 23:37 UTC > To: Ant Users List > Subject: java

Re: javac task question

2023-12-20 Thread ilya Basin
ocs could be better too. I wasn't able to find examples of on the site. Please try my variant: Original Message From: Alan Snyder [mailto:contagiousarrow...@cbfiddle.com] Sent: Wednesday, December 20

Re: javac task question

2023-12-20 Thread Alan Snyder
This actually does what I want: The problem is that I don’t really want to specify srcdir, but if I leave it out, the build fails (see below). I would need to create a fake directory to use as srcdir to be sure that I don’t accidentally compile unwanted source

Re: javac task question

2023-12-19 Thread Jaikiran Pai
Hello Alan, It's hard to say what's going on. Do you have a build file (or a snippet) to show what issue you are running into? Which version of Java and Ant is this showing up on? -Jaikiran On 18/12/23 1:44 am, Alan Snyder wrote: I know of a couple of ways to run javac on more than one sour

javac task question

2023-12-17 Thread Alan Snyder
I know of a couple of ways to run javac on more than one source tree. One way is to use nested src elements. Another way is like this: srcdir="${src}:${src2}” I would like to generalize this solution to a dynamicly determined list of source trees. I thought that I could use srcpath for this p

Re: quick question

2020-04-11 Thread Stefan Bodewig
On 2020-04-08, Martin Gainty wrote: > how does task accomplish > --patch-module java.base=src > directive? You can always use a nested element for the task. Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org Fo

quick question

2020-04-08 Thread Martin Gainty
i am encountering this situation https://github.com/javapathfinder/jpf-core/issues/27 suggested mitigation is to pass --patch-module java.base=src to point to local source javac --patch-module java.base=src -d build \ src/java.base/java/util/concurrent/ConcurrentHashMap.java how does task a

Re: Question about the task life cycle (one shot or not)

2018-02-19 Thread Stefan Bodewig
On 2018-02-19, Al Le wrote: > I have a question about how many times a task is instantiated during a > build. I've read the description at > https://ant.apache.org/manual/develop.html but still a question > remains. > [BTW, there is a typo on that page: "addCondifgi

Question about the task life cycle (one shot or not)

2018-02-19 Thread Al Le
Hello, I have a question about how many times a task is instantiated during a build. I've read the description at https://ant.apache.org/manual/develop.html but still a question remains. [BTW, there is a typo on that page: "addCondifgired"] The mentioned page describes very

Question Regarding Ant Build and Jspc Task (Tomcat JSPC, not ANT depricated JSPC)

2017-05-05 Thread Mohammed Manna
Hello, Firstly, thanks for allowing me to post on the user list forum. i hope to get useful information from you guys. I have configured my ant build job to precompile JSP files for my web application. below is the portion of taskdef ${java.home} ${env.JAVA_HOME}

AW: Question about my ant

2015-08-16 Thread jhm
rs List > Cc: Casillas Bayo, Sergio (ext) > Betreff: Re: Question about my ant > > Sergio, > > You can do string manipulation either with a scripting language or Ant > Contrib (http://ant- > contrib.sourceforge.net/tasks/tasks/propertyregex.html) > > Not su

Re: Question about my ant

2015-08-16 Thread sfloess
Sergio, You can do string manipulation either with a scripting language or Ant Contrib (http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html) Not sure this answers your question? Flossy "Casillas Bayo wrote: > Hello, > > I'm using an ant file and I have

Question about my ant

2015-08-16 Thread Casillas Bayo, Sergio (ext)
Hello, I'm using an ant file and I have a question. ¿It is possible to use a function like substring-before function (xpath)?. Thanks!. Sergio Casillas Bayo SI Technological Solutions sergio.casil...@atos.net<mailto:sergio.casil...@atos.net> c/Albarracín, 25 1ªPlanta A 28037 Ma

Re: Question about Copy task with empty PatternSet

2014-05-16 Thread Roger Whitcomb
Well, that basically worked. But I had to put the "exclude" not in the PatternSet itself, but in the FileSet that referenced the PatternSet, like this: Not totally ideal, maybe, but it does work. I think what you said would work with the incomplete example I gave, but I also was using

Re: Question about Copy task with empty PatternSet

2014-05-15 Thread Antoine Levy Lambert
Hi, you can try this (untested): > >

Re: Question about Copy task with empty PatternSet

2014-05-14 Thread KM
perty. KM From: Roger Whitcomb To: "user@ant.apache.org" Sent: Tuesday, May 13, 2014 8:49 PM Subject: Question about Copy task with empty PatternSet Hi all,   I was banging my head against the wall for several hours today on this problem and

Question about Copy task with empty PatternSet

2014-05-13 Thread Roger Whitcomb
Hi all, I was banging my head against the wall for several hours today on this problem and came up with a tolerable solution. But I thought I would ask to see if others might have a better solution. The situation is: we have a product that can be built to support several different feature

AW: Maven Ant Plugin question

2014-03-27 Thread RZF, SG 481
hwpstorage [mailto:hwpstor...@gmail.com] Gesendet: Donnerstag, 27. März 2014 16:02 An: Ant Users List Betreff: Re: Maven Ant Plugin question Thanks for the help. I manually change the maven-build.xml file usetimestamp="false" to usetimestamp="true" but running ant still go

Re: Maven Ant Plugin question

2014-03-27 Thread hwpstorage
;ignoreerrors="true"/> > > >src=" > http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lan > g-2.6.jar" >dest="${local.repo}/commons-lang/commons-lang/2.6" >usetimestamp="false" &

AW: Maven Ant Plugin question

2014-03-27 Thread jhm
mmons-lang/2.6/commons-lan g-2.6.jar" dest="${local.repo}/commons-lang/commons-lang/2.6" usetimestamp="false" ignoreerrors="true"/> > -Ursprüngliche Nachricht- > Von: hwpstorage [mailto:hwpstor...@gmail.com] > Ges

Maven Ant Plugin question

2014-03-25 Thread hwpstorage
Hello, Sorry for the crossing post. I tried to use maven to genterate build.xml for ant. Use command mvn ant:ant will generate build.xml and maven-build.xml, which can be used by Ant. my problem is everytime runs ant compile it will download everything from every repository. for example, for th

Re: Installation question

2014-02-23 Thread Mahmood Naderan
um eine Mitteilung. Jede unbefugte >> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht >> dient lediglich dem Austausch von Informationen und entfaltet keine >> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von >> E-Mails k

Re: Installation question

2014-02-23 Thread Matt Benson
e Mitteilung. Jede > unbefugte > > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > > dient lediglich dem Austausch von Informationen und entfaltet keine > > rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von > > E-

Re: Installation question

2014-02-23 Thread Matt Benson
achricht ist vertraulich. Sollten Sie nicht der vorgesehene > Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte > Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht > dient lediglich dem Austausch von Informationen und entfaltet keine > recht

Re: Installation question

2014-02-23 Thread Mahmood Naderan
h dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > > Date: Sun, 23 Feb 2014 03:12:13 -0800 > > From: nt_mahm...@yahoo.com &

Re: Installation question

2014-02-23 Thread Matt Benson
dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > > > > > > > Date: Sun, 23 Feb 2014 03:12:13 -0800 > > From: nt_mahm...@yahoo.com

Re: Installation question

2014-02-23 Thread Mahmood Naderan
und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.   > Date: Sun, 23 Feb 2014 03:12:13 -0800 > From: nt_mahm...@yahoo.com > Subject: Installation question > To: user@ant.apache.org &g

Re: Installation question

2014-02-23 Thread Mahmood Naderan
sch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.   > Date: Sun, 23 Feb 2014 03:12:13 -0800 > From: nt_mahm...@yahoo.com > Subject: Installation questio

RE: Installation question

2014-02-23 Thread Martin Gainty
> From: nt_mahm...@yahoo.com > Subject: Installation question > To: user@ant.apache.org > > Hi, > I have read the manual on how to install Ant > (https://ant.apache.org/manual/install.html). However there are some > confusing steps so I will appreciate any answer for

Installation question

2014-02-23 Thread Mahmood Naderan
Hi, I have read the manual on how to install Ant (https://ant.apache.org/manual/install.html). However there are some confusing steps so I will appreciate any answer for my problem I have run     ant -f fetch.xml -Ddest=system I want to know, is that all? I see that subsequent steps are opt

RE: Nexus Taskdef question

2014-02-05 Thread Martin Gainty
Ant Gurus The subject says it all: I'm trying to get an artifact from Nexus, and the Ant build job I'm looking at seems to be unable to retrieve the most recent snapshot artifact from Nexus. I suspect that when Ant tries to get the snapshot, there is already one in the local Maven cache and

AW: Ant get-m2.xml question

2013-11-12 Thread jhm
gt; An: user@ant.apache.org > Betreff: Ant get-m2.xml question > > Hi all, > > I am trying to upgrade my PowerMac G4 from ant 1.6.5/JDK 1.5 to ant > 1.7.0 and am running the command: > > ant -f fetch.xml -Ddest=system > > to get and build dependencies for the new ant and am

Ant get-m2.xml question

2013-11-12 Thread Ed Mansky
Hi all, I am trying to upgrade my PowerMac G4 from ant 1.6.5/JDK 1.5 to ant 1.7.0 and am running the command: ant -f fetch.xml -Ddest=system to get and build dependencies for the new ant and am getting an error from get-m2.xml at Line #70 The error is: Class org.apache.tools.ant.taskdefs.

Question on changing the default junit report

2013-08-12 Thread Yana K
Hi I am new Ant and JUnit. I am using the default report - TESTS-TestSuites.xml* - that's generated by our Ant script. Is there a way to customize it? e.g. can I add a new field to it? Thanks Yana *http://ant.apache.org/manual/Tasks/junitreport.html

AW: question about tstamp

2012-11-23 Thread RZF, SG 481
-Ursprüngliche Nachricht- Von: Eli Skoran [mailto:eli.sko...@telmap.com] Gesendet: Montag, 29. Oktober 2012 08:40 An: user@ant.apache.org Betreff: question about tstamp Hello. I am using tstamp and I have a problem I did not find a solution for: H

question about tstamp

2012-10-29 Thread Eli Skoran
Hello. I am using tstamp and I have a problem I did not find a solution for: Here is a code sample: SVN tag already exists: ${fullpath.tag.name}, reusi

Re: AW: priority question

2012-08-30 Thread Steve Amerige
ust 2012 15:33 An: user@ant.apache.org Cc: m.shy...@samsung.com Betreff: priority question Hello! I'm engineer in Samsung R&D Center, Kiev.. Below you can find problem I need to be solved: While processing our product with Ant I have some problems: The ant script that I write by myself nee

AW: priority question

2012-08-30 Thread Knuplesch , Jürgen
Show us the ANT-code! Just set the classpath inside ANT. -Ursprüngliche Nachricht- Von: LoburDenis [mailto:d.lo...@samsung.com] Gesendet: Dienstag, 28. August 2012 15:33 An: user@ant.apache.org Cc: m.shy...@samsung.com Betreff: priority question Hello! I'm engineer in Samsun

priority question

2012-08-28 Thread LoburDenis
Hello! I'm engineer in Samsung R&D Center, Kiev.. Below you can find problem I need to be solved: While processing our product with Ant I have some problems: The ant script that I write by myself needs to prioritise the additional libraries, as we use our custom library that has methods tha

Re: a simple question regarding condition if/unless

2012-05-21 Thread Matt Benson
If I understand your question correctly, yes, you would have to add unless="test" everywhere you want to make target execution optional. Matt On Mon, May 21, 2012 at 11:06 AM, xsli2 wrote: > The target "test" calls two other targets: > > > > Now, I want to ad

a simple question regarding condition if/unless

2012-05-21 Thread xsli2
t "test" only once? Thank you very much. -- View this message in context: http://ant.1045680.n5.nabble.com/a-simple-question-regarding-condition-if-unless-tp5713011.html Sent from the Ant - Users mailing list archive at Nabble.com. -

unzip question

2012-05-04 Thread Pozun, Stephen (H USA)
Hello, we're using ant.unzip from Groovy code. Our source zip is on a windows share, out target is on a windows share on a different server. We're making the call from a third intermediary server. In most cases this works well. In some cases, it runs VERY slowly, usually on what I'll call "o

RE: Newbie question

2012-04-20 Thread Perrier, Nathan
1. Use @{dest} instead of ${dest} -Original Message- From: Carlos Araya [mailto:carlos.ar...@gmail.com] Sent: Friday, April 20, 2012 4:01 PM To: user@ant.apache.org Subject: Newbie question I have a macrodef called init that defines an attribute called dest

Newbie question

2012-04-20 Thread Carlos Araya
I have a macrodef called init that defines an attribute called dest Creating directory

Re: Compiler Versionl question

2012-03-31 Thread Rhino
As it turned out, I was simply pointing to a 1.6 JDK but was trying to use some 1.7 features. I pointed at a 1.7 JDK and now the message has gone away. I figured this out not too long after posting the question but forgot to mention it on the mailing list. Thanks for your reply! -- Rhino

Re: Compiler Versionl question

2012-03-31 Thread Joe Attardi
What version of the JDK are you running? Sounds like you may need to update your JDK. On Mar 28, 2012 1:27 PM, "Rhino" wrote: > I'm getting several messages like this when doing an javac task using Ant > 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is > set to 1.6. > >

AW: Compiler Versionl question

2012-03-28 Thread Knuplesch , Jürgen
- Von: Rhino [mailto:rhi...@sympatico.ca] Gesendet: Mittwoch, 28. März 2012 19:27 An: ant-user Betreff: Compiler Versionl question I'm getting several messages like this when doing an javac task using Ant 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is

Compiler Versionl question

2012-03-28 Thread Rhino
I'm getting several messages like this when doing an javac task using Ant 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is set to 1.6. [javac] warning: c:\eclipse\workspace\Foo\bin\com\example\Foo.class: major version 51 is newer than 50, the highest major version su

RE: Source code question

2012-03-19 Thread Martin Gainty
tion, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 19 Mar 2012 17:08:00 -0400 > From: rhi...@sympatico.ca > To: user@ant.apache.org > Subject: Source code question > > Hi, > > I'm trying to track down some good quality Java sour

Source code question

2012-03-19 Thread Rhino
Hi, I'm trying to track down some good quality Java source code that illustrates good techniques for logging and error handling. I've been told that Ant is particularly good in this regard. I just downloaded the 1.8.3 source but there's a lot of code there. In the interest of saving myself s

Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-12, Perrier, Nathan wrote: > Is there a documented process for what the release plan needs to > include? There is a rather crude description of the release process itself in svn. It did make sense to the people who have managed the last few releases. https://svn.apache.org/repos/asf/

Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-12, Perrier, Nathan wrote: > Who typically proposes the release plan? Anyone on this list? Usually any Ant committer (and on the dev list, not this list). > Is there a documented process for what the release plan needs to > include? Basically "I'm willing to act as release manager b

RE: Question for a new Apache Ant release

2012-01-12 Thread Perrier, Nathan
: Question for a new Apache Ant release On 2012-01-11, Felix Mayerhuber wrote: > The reason is that we use Apache Ant in a course in university where we > use Ant to compile and launch programs. Since version 1.8.2, Ant > swallows the commands written to Stdin, so we advise the students to

Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-11, Felix Mayerhuber wrote: > The reason is that we use Apache Ant in a course in university where we > use Ant to compile and launch programs. Since version 1.8.2, Ant > swallows the commands written to Stdin, so we advise the students to > install Ant version 1.8.1. But it would be ni

Question for a new Apache Ant release

2012-01-11 Thread Felix Mayerhuber
Hi everyone, I wanted to ask for a new release of the Apache Ant tool. The main bugfix I'm interested in is the following: https://issues.apache.org/bugzilla/show_bug.cgi?id=50960 The reason is that we use Apache Ant in a course in university where we use Ant to compile and launch programs. Since

Re: Advanced Regexp Question

2012-01-08 Thread Scot P. Floess
I could be wrong, but my guess is he wants this first pass (I suppose because that's what I'd want)... The only problem with twice is...it doesn't address what happens if there is a third, fourth and fifth (and so on) references... On Sun, 8 Jan 2012, Andy Stevens wrote: On 6 Jan 2012 21:

Re: Advanced Regexp Question

2012-01-07 Thread Andy Stevens
On 6 Jan 2012 21:12, wrote: > Say I have a string in a file like this: > >require(["a","foo/b","foo/c"], function(){...}) > > What I want to do is replace all the "foo" with "bar" so the final product > looks like this: > >require(["a","bar/b","bar/c"], function(){...}) > > With re

Re: Advanced Regexp Question

2012-01-07 Thread Scot P. Floess
Greg, I've been looking at this for about an hour or so... I'm stumped too ;) On Fri, 6 Jan 2012, greg.zol...@aviall.com wrote: Hello, I am able to do some very simple regexp replacement with the replaceregexp ant task but now need to do something a little more advanced. Say I have a strin

Advanced Regexp Question

2012-01-06 Thread Greg . Zoller
Hello, I am able to do some very simple regexp replacement with the replaceregexp ant task but now need to do something a little more advanced. Say I have a string in a file like this: require(["a","foo/b","foo/c"], function(){...}) What I want to do is replace all the "foo" with "bar"

Re: Question about using Tar with Hadoop files

2011-12-22 Thread Stefan Bodewig
On 2011-12-22, Stefan Bodewig wrote: > On 2011-12-19, Frank Astier wrote: > Later versions of tar support workarounds (namely ustar later used by > GNU tar and BSD tar aswell) and even later the newer POSIX standard > added PAX extension headers to address this (and other things like file > names

Re: Question about using Tar with Hadoop files

2011-12-22 Thread Stefan Bodewig
On 2011-12-19, Frank Astier wrote: > I’m trying to use the Apache Tar package (1.8.2) for a Java program > that tars large files in Hadoop. I am currently failing on a file > that’s 17 GB long. First of all, do yourself a favor and use Commons Compress rather than Ant's tar package. Traditional

Re: Question about using Tar with Hadoop files

2011-12-20 Thread Andy Stevens
You didn't mention what version of Ant was involved... Andy. On 20 Dec 2011 05:31, "Frank Astier" wrote: > Hi - > > I’m trying to use the Apache Tar package (1.8.2) for a Java program that > tars large files in Hadoop. I am currently failing on a file that’s 17 GB > long. Note that this code wor

Question about using Tar with Hadoop files

2011-12-19 Thread Frank Astier
Hi - I’m trying to use the Apache Tar package (1.8.2) for a Java program that tars large files in Hadoop. I am currently failing on a file that’s 17 GB long. Note that this code works without any problem for smaller files. I’m tarring smaller HDFS files all day long without any problem. It fail

Re: General Concept Question

2011-11-17 Thread Rhino
ay not do all expected tasks because it appears your code has already been compiled. Remind me how I can determine if Eclipse is rebuilding my workspace before the script runs? I just checked and "Build Automatically" is not checked under the Project menu, which answers your next qu

Re: General Concept Question

2011-11-01 Thread Peter Reilly
the ant task javac will call the command line javac for files that are changed. In your case ResumeFileGenerator.java has not changed so only ResumeConstants.java will be compiled to ResumeConstants.class. However, ResumeFileGenerator.class does not contain references to ResumeConstants.class, the

Re: General Concept Question

2011-11-01 Thread Rhino
On 2011-11-01 01:42, Stefan Bodewig wrote: On 2011-10-31, Rhino wrote: I have an Ant script that changes the value of some constants in a constants file that is used later by a Java program. The edits are pretty trivial in nature - three booleans get set to false instead of their normal value

Re: General Concept Question

2011-11-01 Thread Rob Seegel
Just to be sure I understand here... you have one or more source files where some of the values get replaced by the build prior to building the Java code, right? I suspect that this might be more of an Eclipse issue than an Ant issue. On 10/31/11 12:55 PM, Rhino wrote: Is there a fundamental

Re: General Concept Question

2011-10-31 Thread Stefan Bodewig
On 2011-10-31, Rhino wrote: > I have an Ant script that changes the value of some constants in a > constants file that is used later by a Java program. The edits are > pretty trivial in nature - three booleans get set to false instead of > their normal value of true - and then the Java program whi

Re: Question re Javadoc task

2011-10-31 Thread Michael Ludwig
Rhino schrieb am 30.10.2011 um 13:14 (-0400): > > How do I tell the javadoc task which doctype I want for my > generated Javadocs? It is generating HTML 4.01 but I want it to > generate XHTML1.0. Isn't javadoc always that rusty-trusty HTML 4.01? Take a look at the source of this page, HTML 4.01,

General Concept Question

2011-10-31 Thread Rhino
Is there a fundamental concept in Ant that says, in effect, a file should not be edited during a build because only the original version will ever be seen by the tasks in the build? I have an Ant script that changes the value of some constants in a constants file that is used later by a Jav

Re: Question re Javadoc task

2011-10-30 Thread Rhino
I've solved this problem for myself. My objective was to be able to display accented letters correctly in my Javadocs, such as the French "e acute", and I managed to accomplish that by adding these options to the Javadoc command: encoding="UTF-8" docencoding="UTF-8" charset="UTF

Question re Javadoc task

2011-10-30 Thread Rhino
How do I tell the javadoc task which doctype I want for my generated Javadocs? It is generating HTML 4.01 but I want it to generate XHTML1.0. I don't see anything in the javadoc parameters in the Ant Manual that specifies the HTML doctype. -- Rhino

Question about taking input from stdin in forked process

2011-09-14 Thread ZHAN SHEN
Hi Experts, I have two question about taking input from stdin in forked process 1. Ant 1.8.2 Program run with is not able to get standard input, if using Ant 1.8.2. Is this a bug of 1.8.2, or designed like this in 1.8.2? 2. Ant Older Version, such as 1.8.0, 1.7.1, or 1.6.5 If I first run a

Re: Question about excludes

2011-07-27 Thread Tim Brown
I think you can use Override to force the transitive dependency to the higher version. http://ant.apache.org/ivy/history/2.0.0/ivyfile/override.html ~Sent from my mobile device. Please pardon any oddities :-) On Jul 27, 2011, at 4:18 AM, David Sills wrote: > All: > > I have a project that has

Beginner question: Ant+ Eclipse + script-task: BSF's & Rhino E4X issue

2011-07-21 Thread Bart van der Schoor
Hi, I'm new to Ant and advanced usage of Eclipse, and I got terribly lost while trying to solve the following. Worst of all i have no idea where to turn to solve this so i hope somebody here can help more of point me in the right direction (so many projects). I have an Ant script-task using javas

Re: Newbie question, error fetching dependences

2011-06-06 Thread wolfgang haefelinger
t; central (http://repo1.maven.org/maven2) > > all: > > BUILD SUCCESSFUL > Total time: 7 seconds > > > So I guess that jspc is not installed. I'm not under a proxy, an I don't know > where is the pro

Newbie question, error fetching dependences

2011-06-06 Thread Fabio Souto
repository central (http://repo1.maven.org/maven2) all: BUILD SUCCESSFUL Total time: 7 seconds So I guess that jspc is not installed. I'm not under a proxy, an I don't know where is the problem. I'm afraid that this question is already answered, I googled it and I didn

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
Ahhh, did some digging and figured it out! Apple OSX's java interpreter's default charset is MacRoman I modified bin/ant to add -Dfile.encoding=UTF-8 as an argument for the java interpreter, and it works fine now: hitman@bigdog ~/t/t/apache-ant-1.8.2$ bin/ant foo2 Buildfile: /Users/hitman/t/t/ap

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
> The ? implies to me that your shell might be trying to display the UTF-8 > properly, but can't, so it shows the question mark. > > Instead of looking at the file with cat: > - Does the file have one byte for that mark, (that would be the question > mark) or 3? - You

RE: Question regarding UTF-8 and property files

2011-05-27 Thread Echlin, Robert
The ? implies to me that your shell might be trying to display the UTF-8 properly, but can't, so it shows the question mark. Instead of looking at the file with cat: - Does the file have one byte for that mark, (that would be the question mark) or 3? - You should be able to count how

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
On Fri, 27 May 2011, Scot P. Floess wrote: > Works for me: > > > > > > > > > > Hmm. Yup. I actually just went to a linux system and ran the exact same example using the exact same ant version and it works fine over there. The linux box is using the Sun

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Alexandre Priou
t; >> Rob >> >> On Fri, 27 May 2011, Echlin, Robert wrote: >> >> Hi Rob, >>> Maybe you need to start the file with the Byte Order Mark? >>> This is apparently more likely if you are on Windows. >>> >>> http://en.wikipedia.org/wiki/U

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Scot P. Floess
file with the Byte Order Mark? This is apparently more likely if you are on Windows. http://en.wikipedia.org/wiki/UTF-8#Byte_order_mark Rob -Original Message- From: Rob J [mailto:r...@dcsportbikes.net] Sent: Friday, May 27, 2011 12:03 PM To: user@ant.apache.org Subject: Question

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Alexandre Priou
me too On Fri, May 27, 2011 at 8:05 PM, Rob J wrote: > On Fri, 27 May 2011, Alexandre Priou wrote: > > > no test it's the game > > Sorry, not following you there...? What do you mean? > > thanks, > rob > > - > To unsubscribe, e

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
On Fri, 27 May 2011, Alexandre Priou wrote: > no test it's the game Sorry, not following you there...? What do you mean? thanks, rob - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: us

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Alexandre Priou
no test it's the game On Fri, May 27, 2011 at 7:56 PM, Rob J wrote: > On Fri, 27 May 2011, Scot P. Floess wrote: > > > Try ISO-8859-1 as your encoding... Someone I work with was > > attempting to use property files with a similar issue (but directly > > within Java). He used the ISO-8859-1 enc

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
On Fri, 27 May 2011, Scot P. Floess wrote: > Try ISO-8859-1 as your encoding... Someone I work with was > attempting to use property files with a similar issue (but directly > within Java). He used the ISO-8859-1 encoding and it fixed his > problem... No dice. I tried changing both the encodin

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
n.wikipedia.org/wiki/UTF-8#Byte_order_mark > > Rob > > > > -Original Message- > > From: Rob J [mailto:r...@dcsportbikes.net] > > Sent: Friday, May 27, 2011 12:03 PM > > To: user@ant.apache.org > > Subject: Question regarding UTF-8 and property file

Re: Question regarding UTF-8 and property files

2011-05-27 Thread Scot P. Floess
Try ISO-8859-1 as your encoding... Someone I work with was attempting to use property files with a similar issue (but directly within Java). He used the ISO-8859-1 encoding and it fixed his problem... On Fri, 27 May 2011, Rob J wrote: So I'm having an issue with UTF-8 and property files.

RE: Question regarding UTF-8 and property files

2011-05-27 Thread Echlin, Robert
3 PM > To: user@ant.apache.org > Subject: Question regarding UTF-8 and property files > > So I'm having an issue with UTF-8 and property files. Given > the test build.xml file: > > > > > > > > > > and the file foo.proper

Question regarding UTF-8 and property files

2011-05-27 Thread Rob J
So I'm having an issue with UTF-8 and property files. Given the test build.xml file: and the file foo.properties: #foo.propert=Test ế foo.property=Test \u1EBF When I run ant (1.8.2) for this target and look in test.txt, I see: Test ? every time. It is not interpreting t

RE: Question on Clearcase task - ccupdate

2011-03-26 Thread Martin Gainty
nipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 24 Mar 2011 20:12:42 +0100 > From: gil...@maksimo.de > To: user@ant.apache.org > Subject: Re: Question on Clearcase task - ccupdate > > Original Message > Subject: Re: Qu

Re: Question on Clearcase task - ccupdate

2011-03-24 Thread Gilbert Rebhan
Original Message Subject: Re: Question on Clearcase task - ccupdate From: Gilbert Rebhan To: Ant Users List Date: Thu Mar 24 2011 20:12:42 GMT+0100 (CET) > Original Message > Subject: Re: Question on Clearcase task - ccupdate > From: Savoy, Meli

RE: Question on Clearcase task - ccupdate

2011-03-24 Thread Savoy, Melinda
Thanks Gilbert. The additional info is very helpful. I've got an IBM rep on the phone and hopefully he'll be able to help. -Original Message- From: Gilbert Rebhan [mailto:gil...@maksimo.de] Sent: Thursday, March 24, 2011 2:13 PM To: Ant Users List Subject: Re: Question on

Re: Question on Clearcase task - ccupdate

2011-03-24 Thread Gilbert Rebhan
Original Message Subject: Re: Question on Clearcase task - ccupdate From: Savoy, Melinda To: 'Ant Users List' Date: Thu Mar 24 2011 17:47:01 GMT+0100 (CET) > Thanks Dominique. I have posted on the CC forum however, I'm assuming not > too many will resp

RE: Question on Clearcase task - ccupdate

2011-03-24 Thread Savoy, Melinda
ienne [mailto:ddevie...@gmail.com] Sent: Thursday, March 24, 2011 11:35 AM To: Ant Users List Subject: Re: Question on Clearcase task - ccupdate On Thu, Mar 24, 2011 at 11:20 AM, Savoy, Melinda wrote: > I have an ANT script that is being used to update the CLEARCASE view that was > created by a form

Re: Question on Clearcase task - ccupdate

2011-03-24 Thread Dominique Devienne
and I got a PERMISSION DENIED > error. > I am very new to ANT and cannot find where the problem is. > The only thing that has changed on this Windows 2003 server is that windows > patches were applied. My question is, what do I need look at in order to > correct this error or find out

Question on Clearcase task - ccupdate

2011-03-24 Thread Savoy, Melinda
the problem is. The only thing that has changed on this Windows 2003 server is that windows patches were applied. My question is, what do I need look at in order to correct this error or find out why permissions are now an issue. Here is the CCUPDATE task (#4) within my ANT script which is

RE: Newbie question on ANT script error in the build.xml file in the Eclipse project

2011-02-23 Thread Savoy, Melinda
Thank you. I appreciate the quick reply and your help. Regards. -Original Message- From: Alexandre Priou [mailto:apr...@gmail.com] Sent: Wednesday, February 23, 2011 2:33 PM To: Ant Users List Subject: Re: Newbie question on ANT script error in the build.xml file in the Eclipse project

  1   2   3   4   5   6   7   8   9   10   >