Re: [External] : Re: ant/jdk17, and badly generated jars

2023-10-28 Thread Jaikiran Pai
Hello Dave, This looks like it will need some investigation and appears to be some genuine issue either in the build script or within Ant or maybe JDK? Is there a simple reproducer that you will be able to share to help reproduce this? -Jaikiran On 28/10/23 8:31 am, Dave Brosius wrote: jav

Re: [External] : Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Dave Brosius
java version "17.0.2" 2022-01-18 LTS Java(TM) SE Runtime Environment (build 17.0.2+8-LTS-86) Java HotSpot(TM) 64-Bit Server VM (build 17.0.2+8-LTS-86, mixed mode, sharing) Apache Ant(TM) version 1.10.14 compiled on August 16 2023 Distributor ID:    Linuxmint Description:    Linux Mint 20.3 R

Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Jaikiran Pai
Hello Dave, In addition to what Stefan noted, could you also tell us which specific version of Java 17 this is? The output from "java -version" command would be useful. -Jaikiran On 27/10/23 11:31 pm, Stefan Bodewig wrote: Hi Dave Dave Brosius writes: HI folks, we have an odd situation

Re: ant/jdk17, and badly generated jars

2023-10-27 Thread Stefan Bodewig
Hi Dave Dave Brosius writes: > HI folks, we have an odd situation where we have an ant build that > generates a jar file that includes a resource bundle property file > using , later in the same build  a custom ant task is executed, > which loads that class from  the classpath, and tries to read

Re: Ant does not work unless with debug option

2022-06-25 Thread Stefan Bodewig
On 2022-06-23, W wrote: > I got a new laptop, so I build my work environment on new laptop. I > call  ant distit should build my dist. But it only execute default > task, not "dist". But if I add debug option like:  ant -d distIt build > "dist" as expected. What is wrong please? I use Windows 11.

Re: ant wsimport2 task example with jdk 11 or above

2019-12-23 Thread Atul Pendse
Yep, it works. Thank you very much craig. > On 22-Dec-2019, at 10:34 AM, Atul Pendse wrote: > > Thanks Craig, I will try this. > > Thanks, > Atul > > > >>> On 21-Dec-2019, at 11:40 PM, Craig Pell wrote: >>> >>> On 12/20/19 1:47 PM, Atul Pendse wrote: >>> Does anyone have an example of

Re: ant wsimport2 task example with jdk 11 or above

2019-12-21 Thread Atul Pendse
Thanks Craig, I will try this. Thanks, Atul > On 21-Dec-2019, at 11:40 PM, Craig Pell wrote: > > On 12/20/19 1:47 PM, Atul Pendse wrote: >> Does anyone have an example of wsimport ant task that works with JDK 11 or >> above? >> I would greatly appreciate any help around this. >> We are migr

Re: ant wsimport2 task example with jdk 11 or above

2019-12-21 Thread Craig Pell
On 12/20/19 1:47 PM, Atul Pendse wrote: Does anyone have an example of wsimport ant task that works with JDK 11 or above? I would greatly appreciate any help around this. We are migrating from jdk8 to jdk 11/12/13, but can't seem to get wsimport working with ant. JAX-WS has been removed from

Re: ant wsimport2 task example with jdk 11 or above

2019-12-20 Thread Jaikiran Pai
I don't have much knowledge of this task, but what is the exact issue that you are running into with it in Java 11? Can you paste the relevant build snippet and the complete stacktrace (if any)? -Jaikiran On 21/12/19 12:17 AM, Atul Pendse wrote: > Hi, > > Does anyone have an example of wsimport a

Re: Ant exception after wsimport

2019-08-03 Thread Jaikiran Pai
I just had a look at that thread in stackoverflow and it looks like you have rightly narrowed this down to the (external) wsimport source code which uses the istack-commons and the code in that seems to be doing some very involved things with the classloader, which might be impacting this. I think

Re: Ant exception after wsimport

2019-07-24 Thread אתר השחמט הישראלי
unsubscribe תודה ולהתראות רן ברנפלד מנהל / אתר השחמט הישראלי -- אתר השחמט הישראלי פועל בהתנדבות באופן פרטי לקידום השחמט בארץ. עזרו לנו להמשיך לפתח ולתמוך באתר ! משתמשי זהב זוכי

Re: ant version is not showing correctly

2018-04-18 Thread govind nitk
My mistake, in bashrc, ANT_HOME was hardcoded to some other ant. No more issues. On Wed, Apr 18, 2018 at 1:08 PM, govind nitk wrote: > Hi, > > Downloaded ant from http://www-eu.apache.org/dist/ > /ant/binaries/apache-ant-1.10.3-bin.tar.xz > > doing ./bin/ant -version > > Getting output as: > >

RE: Ant and jar creation

2017-11-10 Thread RAPPAZ Francois
.com] Sent: 09 November 2017 16:11 To: Ant Users List Subject: Re: Ant and jar creation On Thu, Nov 9, 2017 at 2:30 PM, RAPPAZ Francois wrote: > I'm returning to some java projects that I left for some years. These > projects use ant to compile, make the doc and specially they use the

Re: Ant and jar creation

2017-11-09 Thread Dominique Devienne
On Thu, Nov 9, 2017 at 2:30 PM, RAPPAZ Francois wrote: > I'm returning to some java projects that I left for some years. These > projects use ant to compile, make the doc and specially they use the > external task genjar to build jar files. > > I spend some hours trying to have genjar working (I

Re: Ant and jar creation

2017-11-09 Thread Alexandre Priou
use jenkins and make a task Envoyé de mon iPhone > Le 9 nov. 2017 à 14:30, RAPPAZ Francois a écrit : > > I'm returning to some java projects that I left for some years. These > projects use ant to compile, make the doc and specially they use the > external task genjar to build jar files. >

Re: Ant Dependency Management

2017-10-28 Thread R0b0t1
Ahh, sorry. I just found the "uptodate" directive. I've done: And all seems to be well. On Sat, Oct 28, 2017 at 8:19 PM, R0b0t1 wrote: > Hello, > > On Sat, Oct 28, 2017 at 6:34 PM, Matt Benson wrote: >> If you're referring to Java compilation, tools like Ant and Maven >> generally perform

Re: Ant Dependency Management

2017-10-28 Thread R0b0t1
Hello, On Sat, Oct 28, 2017 at 6:34 PM, Matt Benson wrote: > If you're referring to Java compilation, tools like Ant and Maven > generally perform incremental compilation unless explicitly forced to > do otherwise, such as by "cleaning" (deleting) existing classfiles > from a previous compilation

Re: Ant Dependency Management

2017-10-28 Thread Martin Gainty
ing cutting-edge support for the formats below. /hth/ martin __ From: Matt Benson Sent: Saturday, October 28, 2017 7:34 PM To: Ant Users List Subject: Re: Ant Dependency Management If you're referring to Java

Re: Ant Dependency Management

2017-10-28 Thread Matt Benson
If you're referring to Java compilation, tools like Ant and Maven generally perform incremental compilation unless explicitly forced to do otherwise, such as by "cleaning" (deleting) existing classfiles from a previous compilation. HTH, Matt On Sat, Oct 28, 2017 at 5:17 PM, R0b0t1 wrote: > Hello

Re: Ant Dependency Management

2017-10-28 Thread Earl Hood
On Sat, Oct 28, 2017 at 5:17 PM, R0b0t1 wrote: > Is it possible to cache compilation results? I would like to avoid > lengthy compile times after changing one file. What I do for these situations is have the task create an empty file which can then be used on subsequent executions for a modtime c

Re: ANT rookie needs debugging help

2017-09-19 Thread Stefan Bodewig
On 2017-09-19, Barry Kimelman wrote: > I am working with ANT 1.10.1 on a 64 bit Linux system. > Is it possible o get ANT to show the commands it needs to execute without > actually executing them ? > (kind of like the old "make -n" command) No, there is nothing like this in Ant. Stefan --

Re: Re: Ant get task to accept arbitrary header

2017-01-21 Thread Arcadius Ahouansou
Hello AI Le. I got it working now. I will create a Jira ticket and submit a patch early next week. Thank you very much for your help. BTW: in this working implementation, I no longer use to group the header tags...I have now: Arcadius. On 20 January 2017 at 06:45, Al Le wrote: > > Ple

Aw: Re: Ant get task to accept arbitrary header

2017-01-19 Thread Al Le
> Please, after changing the java code, what are the steps required to let > the tag accept children nodes and ? You should have methods like "setHeaders" (for the headers element) and "addHeader"/"addConfiguredHeader" for the nested elements. See https://ant.apache.org/manual/develop.html fo

Re: Ant get task to accept arbitrary header

2017-01-19 Thread Arcadius Ahouansou
Hello. I am using the and get task for downloading files from a remote server. The server requires tokens custom headers for authentication/authorization i.e. I was wondering whether it's a good idea to add that to the current get task. I got the source code from github and did some changes in

Re: Ant Jar Issue

2015-10-13 Thread Stefan Bodewig
On 2015-10-13, Jackie Xiao wrote: > ​Dear list >>> The issue: > When jar-ing a module which contains binary certificate file (auth.p12) on > CentOS, with Ant 1.9.2, it seems the p12 file was corrupted after jar > compression. (When reading the cerf file with InputStream, below exception > was

RE: Ant Jar Issue

2015-10-13 Thread Martin Gainty
the distinction between compressing using the jar compression algorithm with ant jar task which employes LZ+HUF http://compressionratings.com/i_jar.html and packaging a signed jar which expects these attributes to be honored compression algorithm alias storepass signature algorithm to create a s

RE: Ant Jar Issue

2015-10-13 Thread Jackie Xiao
Sorry, adding the missing exception message: Constructor threw exception; nested exception is java.io.IOException: DerInputStream.getLength(): lengthTag=127, too big. Which should mean the certificate file was corrupted. From: Jackie Xiao Sent: Wednesday,

Re: Ant does not return after calling org.glassfish.tyrus.client.ClientManager.connectToServer()

2015-05-17 Thread Antoine Levy Lambert
Hi, I did not take a look at the attached zip file. How does ant call WebsocketLocalClient ? I would assume using the java task. The java task has fork and spawn attributes. I think that if WebsocketLocalClient is a long running process you should start it with fork=“true” and spawn=“true”. Th

RE: [Ant]Read buid.xml file in memory

2015-02-13 Thread Martin Gainty
> Date: Thu, 12 Feb 2015 23:53:19 -0600 > Subject: Re: [Ant]Read buid.xml file in memory > From: earlh...@gmail.com > To: user@ant.apache.org > > On Thu, Feb 12, 2015 at 7:54 PM, Jackie Xiao wrote: > > > The thing is, we need to enable customers to work with us, but

Re: [Ant]Read buid.xml file in memory

2015-02-12 Thread Earl Hood
On Thu, Feb 12, 2015 at 7:54 PM, Jackie Xiao wrote: > The thing is, we need to enable customers to work with us, but we > don’t want to share the build scripts (I know it’s weird). Then maybe you should consider using the Ant API directly to set your tasks and what not, or a different tool entire

RE: [Ant]Read buid.xml file in memory

2015-02-12 Thread Jackie Xiao
content from memory, this should work. Thanks Best Regards From: Martin Gainty mailto:mgai...@hotmail.com>> Date: 2015年2月12日 GMT+08003时52分04秒 To: Ant Users List mailto:user@ant.apache.org>> Subject: RE: [Ant]Read buid.xml file in memory Reply-To: "Ant Users List" mailto:user@an

Re: [Ant]Read buid.xml file in memory

2015-02-11 Thread Stefan Bodewig
On 2015-02-11, Jackie Xiao wrote: > Is it possible for Ant to read build files from memory? Yes, but it takes some effort. The entry point for this would be a custom ProjectHelper implementation[1]. Note that there are several parts in Ant that assume there is some sort of File that defines the

RE: [Ant]Read buid.xml file in memory

2015-02-11 Thread Martin Gainty
Hi Xiao- supposedly yes ...if you can get your File to extend apache jackrabbit MemoryFile https://jackrabbit.apache.org/api/1.5/index.html?org/apache/jackrabbit/core/fs/mem/MemoryFile.html I would not rely on any java implementor to guarantee your Java Object will be "in memory" vs "on disk" s

Re: Ant can't find -factorypath option

2015-02-03 Thread sfloess
I'm fairly certain there is no Ant command line argument entitled "-factorpath" What is it you are attempting to perform? xeonmailinglist wrote: > Hi, > > I am using Apache Ant(TM) version 1.9.3 and during compilation I get the > error below. It seems that ant does not recognize the op

RE: Ant can't find -factorypath option

2015-01-29 Thread Martin Gainty
> Date: Thu, 29 Jan 2015 15:47:34 + > From: xeonmailingl...@gmail.com > To: user@ant.apache.org > Subject: Ant can't find -factorypath option > > Hi, > > I am using Apache Ant(TM) version 1.9.3 and during compilation I get the > error below. It seems that ant does not recognize the option

Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang")

2015-01-05 Thread Scot P. Floess
izon Wireless 4G LTE Smartphone Original message From: Tanguy Thomas Date:01/04/2015 1:59 PM (GMT-05:00) To: sflo...@nc.rr.com Cc: Ant Users List Subject: Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang") Hi, thanks a lot for

Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang")

2015-01-04 Thread Tanguy Thomas
Hi, thanks a lot for your feedback. I tried to use ${file.separator} as separator, but it unfortunately did not solve the issue. What you explained however helps me to move a bit forward, I know it's not this / vs \ isse at least. I tried both methods, but ended up with the same illegalArgumentExce

Re: Ant illegalArgumentException while trying to build automatic translations ("build-lang")

2015-01-03 Thread sfloess
Tanguy, I am completely unfamiliar with this package you are calling. But it looks like you are on a Windows machine and my guess is, the param you are handing in for the directory is being presented literally to the application - which is likely attempting to escape the characters vs utilizing

RE: Ant javac task - error doesn't fail the build

2014-05-15 Thread WebServices Development
Sent: Saturday, May 03, 2014 07:56 To: Ant Users List Subject: RE: Ant javac task - error doesn't fail the build The line that I had included in my initial question ( copied below again for reference ) - the error is generated by javac task - it is not just me saying "it is an

RE: Ant javac task - error doesn't fail the build

2014-05-13 Thread WebServices Development
Sent: Saturday, May 03, 2014 07:56 To: Ant Users List Subject: RE: Ant javac task - error doesn't fail the build The line that I had included in my initial question ( copied below again for reference ) - the error is generated by javac task - it is not just me saying "it is an

RE: Ant javac task - error doesn't fail the build

2014-05-03 Thread WebServices Development
4/28/14 1:09 PM EXEC[javac] error: error reading /view/dev_view/vob/comp/project/WebContent/WEB-INF/lib/somejar.jar; zip file is empty Thanks, -Original Message- From: Andreas Krey [mailto:a.k...@gmx.de] Sent: Saturday, May 03, 2014 1:46 AM To: Ant Users List Subje

Re: UNS: RE: Ant javac task - error doesn't fail the build

2014-05-02 Thread Andreas Krey
On Fri, 02 May 2014 11:05:51 +, WebServices Development wrote: > But with this one, I don't get the build failure, Possiby because this is not really an error. If a zip file you specified is empty, then it is empty. If that does not cause any required classes to be missed, that is not a compil

RE: Ant javac task - error doesn't fail the build

2014-05-02 Thread WebServices Development
mx.de] Sent: Friday, May 02, 2014 6:03 AM To: Ant Users List Subject: Re: Ant javac task - error doesn't fail the build On Fri, 02 May 2014 09:16:11 +, WebServices Development wrote: > We have an ANT javac task which generates an error like below, but the build > doesn't return

Re: Ant javac task - error doesn't fail the build

2014-05-02 Thread Andreas Krey
On Fri, 02 May 2014 09:16:11 +, WebServices Development wrote: > We have an ANT javac task which generates an error like below, but the build > doesn't return build failure. It shows successful completion. What change > do I have to make so that it will return failure? There is a property

Re: Ant build from source instructions incorrect?

2014-03-31 Thread Antoine Levy Lambert
Hello Michael, I have fixed this problem in svn, the next release of Ant will include the Junit jars in the source distribution. Regards, Antoine On Jan 22, 2014, at 3:22 PM, Michael Durket wrote: > I get what seems to be a clean build and tests if I include the jars > contained in the lib/

Re: Ant on Mac OS X

2014-03-09 Thread Antoine Levy Lambert
The code to create an Ant installer for Mac OS X has been added to Ant 1.9.3, but the Ant project for now does not distribute this Ant installer. There is a target pkg_distribution in the build.xml of Ant which can be used to build the OS X installer from source. Regards, Antoine On Mar 9, 201

Re: Ant on Mac OS X

2014-03-09 Thread wolfgang häfelinger
*I am new to Mac OS X. What is the easiest way to get Ant running on OS X? I tried copying my ant folder from Windows to Mac OS X and it would not run.* How about to use this one-liner? $ mkdir tmp && (wget -qO- http://mirror.synyx.de/apache/ant/binaries/apache-ant-1.9.3-bin.tar.gz | tar xz -C ./

Re: Ant on Mac OS X

2014-03-08 Thread Tony Anecito
I do have xcode but I am using Java for OS X and my preference is to have the build environment separate from the IDE when doing final builds for QA and prod environments. Removes a lot of risk and improves repeatability.   Thanks for the feedback. -Tony On Saturday, March 8, 2014 10:59 AM, Ca

Re: Ant on Mac OS X

2014-03-08 Thread Carlos Araya
Tony, Doesn't Ant come bundled with Xcode? If you're doing any sort of development on OS X it would pay to install the dev tools and then check if ant gets installed with it and it may not be the current version. Carlos On Fri, Mar 7, 2014 at 7:12 AM, Harold Putman wrote: > brew install ant >

Re: Ant on Mac OS X

2014-03-08 Thread wolfgang häfelinger
*port install ant* *$ port install ant* Error: Insufficient privileges to write to MacPorts install prefix. $ sudo port install ant Error: Port ant not found $ sudo port install apache-ant ---> Cleaning apache-ant ---> Scanning binaries for linking errors: 100.0% ---> No broken files found.

Re: Ant on Mac OS X

2014-03-07 Thread Edwin Castro
Also port install ant See http://www.macports.org/ On 3/7/2014 7:12 AM, Harold Putman wrote: > brew install ant > > See http://brew.sh > > > > > On Wed, Mar 5, 2014 at 10:12 PM, Tony Anecito > wrote: > >> Many Many Thanks!! >> >> -Tony >> >> >> >> >> >> On Wednesday, March 5, 2014 6

Re: Ant on Mac OS X

2014-03-07 Thread Harold Putman
brew install ant See http://brew.sh On Wed, Mar 5, 2014 at 10:12 PM, Tony Anecito wrote: > Many Many Thanks!! > > -Tony > > > > > > On Wednesday, March 5, 2014 6:28 PM, BryanBerg > wrote: > > It does, I have it installed on OS X, separate from my IDE. > > Ant installation instructions are a

Re: Ant on Mac OS X

2014-03-05 Thread Tony Anecito
Many Many Thanks!! -Tony On Wednesday, March 5, 2014 6:28 PM, BryanBerg wrote: It does, I have it installed on OS X, separate from my IDE. Ant installation instructions are also at: http://ant.apache.org/manual/index.html Be certain to add ant-contrib-1.0b3.jar into your ANT_HOME instal

Re: Ant on Mac OS X

2014-03-05 Thread BryanBerg
It does, I have it installed on OS X, separate from my IDE. Ant installation instructions are also at: http://ant.apache.org/manual/index.html Be certain to add ant-contrib-1.0b3.jar into your ANT_HOME installation directory, I'm not sure if this was specified in the instructions, but not hav

Re: Ant on Mac OS X

2014-03-05 Thread Tony Anecito
I am already using Eclipse on the Mac. I usually setup a build environment separate from an IDE. I know Windows is different but was hoping since Ant uses Java that it would work under OS X.   Thanks, -Tony On Wednesday, March 5, 2014 3:14 PM, Peter West wrote: Download the binary distribu

Re: Ant on Mac OS X

2014-03-05 Thread Peter West
Download the binary distribution (latest is 1.9.3) from http://ant.apache.org/bindownload.cgi Unzip (or gunzip) the distribution somewhere on your system. If you are happy using sudo, you can put it in /usr/local, for example. Otherwise, put it in you home directory at a convenient location. I

Re: Ant on Mac OS X

2014-03-05 Thread Ed Mansky
Hi Tony, Depending on the version of OSX you are running, you probably already have Ant installed and ready for use. Look in /System/Library/Frameworks/JavaVM.framework/Commands --or /Library/Java/Home/bin If you are running an older version of Darwin/OSX, and you've installed the Develop

Re: Ant on Mac OS X

2014-03-05 Thread Donald McLean
Mac OS X is nothing like Windows. It's a version of Unix though. You should consider using one of the free IDEs (NetBeans, Eclipse or IDEA Community Edition. On 3/5/14 4:03 PM, Tony Anecito wrote: Hi All, I am new to Mac OS X. What is the easiest way to get Ant running on OS X? I tried copy

Re: Ant with Dimensions

2014-02-05 Thread Carlos Araya
The executable pcli was not found. Either it is not installed, not on a path Ant can find. What happens if you run pcli from the command line? Carlos Sent from my iPad > On Feb 5, 2014, at 5:17 AM, "Sander ..." wrote: > > > > Hello, > > I try search before, but I didn't found the search

Re: Ant build from source instructions incorrect?

2014-01-22 Thread Michael Durket
I get what seems to be a clean build and tests if I include the jars contained in the lib/optional directory in the Subversion repository for Apache Ant. So perhaps those either should be included when making a source tar bundle or the instructions on the website should indicate all of the jars

Re: Ant build from source instructions incorrect?

2014-01-21 Thread Antoine Levy Lambert
Hello Michael, are you using build.sh ? or build.bat ? There are two junit jars which are in svn and live under lib/optional. So even without running fetch.xml they should be around. I build releases of ant using a script called release.sh which is a wrapper around build.sh and can give you so

Re: Ant build from source instructions incorrect?

2014-01-21 Thread Carlos Araya
Is that the only error you're getting? What does the build log say? Sent from my iPad > On Jan 21, 2014, at 2:52 PM, Michael Durket > wrote: > > I'm attempting to build Ant 1.9.3 from the source distribution on Redhat > Linux 5 using Oracle Java 1.7.0. It seems to build correctly but fails th

Re: ANT Custom tasks - difference between using getProject() and "new Project()"

2013-05-27 Thread Antoine Levy Lambert
Hi, in a custom task you usually do not need to use a new Ant project instance, so I would use getProject() to access the project attached to the current ant task. If you are programming a piece of code to execute an Ant task or ant Ant build file from a Java class or framework which is not r

Re: Ant System Class Loader does not honor $CLASSPATH, honors $LOCALCLASSPATH

2013-03-27 Thread Edoardo Vacchi
Ok, I think I've found my problem. The fact is the system classloader is never updated, but the context classloader is. So, all I have to do is to substitute any instance of ClassLoader cl = ClassLoader.getSystemClassLoader(); with ClassLoader cl = Thread.currentThread().getContextClassL

Re: Ant System Class Loader does not honor $CLASSPATH, honors $LOCALCLASSPATH

2013-03-27 Thread Edoardo Vacchi
On Tue, Mar 26, 2013 at 11:43 PM, Rainer Noack wrote: > if you're launching ant via shell script, it is using > oata.launcher.Launcher.java > > This class reorganises the classpath a bit. [...] Hi Rainer, then how can I pass to the new ClassLoader a custom classpath? (which is in fact the path(

Re: Ant System Class Loader does not honor $CLASSPATH, honors $LOCALCLASSPATH

2013-03-26 Thread Rainer Noack
Hi Edoardo, if you're launching ant via shell script, it is using oata.launcher.Launcher.java This class reorganises the classpath a bit. The env variable CLASSPATH and the classpath commandline argument are stripped and replaced by the minimum classpath used to launch ant. A child classloade

RE: ANT 'javac' task and 'fork' attribute

2013-02-07 Thread WebServices Development
Can someone give me an example of using jdk6 style wildcard classpath with compilerargs? Thanks -Original Message- From: WebServices Development [mailto:webservices_developm...@csx.com] Sent: Friday, February 01, 2013 6:42 AM To: user@ant.apache.org Subject: RE: ANT 'javac'

Re: Ant vector logo cleaned up

2013-02-02 Thread Nicolas Lalevée
Le 28 janv. 2013 à 00:47, Andrew Pennebaker a écrit : > I cleaned up the vector logo. > > http://www.yellosoft.us/logos#ant Are these logos under the CC License ? Nicolas - To unsubscribe, e-mail: user-unsubscr...@ant.apach

RE: ANT 'javac' task and 'fork' attribute

2013-02-01 Thread WebServices Development
ng for an example. Thank you. -Original Message- From: WebServices Development [mailto:webservices_developm...@csx.com] Sent: Thursday, January 31, 2013 10:54 PM To: user@ant.apache.org Subject: RE: ANT 'javac' task and 'fork' attribute From the link here (http://mindprod

RE: ANT 'javac' task and 'fork' attribute

2013-01-31 Thread WebServices Development
. -Original Message- From: Rainer Noack [mailto:rai...@noacks.net] Sent: Thursday, January 31, 2013 6:28 PM To: user@ant.apache.org Subject: Re: ANT 'javac' task and 'fork' attribute Hi, yep, that's the behaviour how ant works. why do you think com.sun.tools.ja

Re: ANT 'javac' task and 'fork' attribute

2013-01-31 Thread Rainer Noack
Hi, yep, that's the behaviour how ant works. why do you think com.sun.tools.javac.Main in tools.jar is deprecated? It's still the standard java compiler and the class that you call, when you execute the javac application. Yes, there is a new API (and SPI) in javax.tools but it's standard beha

RE: Ant vector logo cleaned up

2013-01-29 Thread Adam Bruss
It looks great from all distances :) "FOR HACKERS, NEWBIES, AND EVERYONE IN BETWEEN" love it Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092  USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.c

Re: ant task ftp

2013-01-11 Thread Joe Black
. with best regards, From: Antoine Levy Lambert To: Ant Users List ; Joe Black Sent: Thursday, January 10, 2013 11:00 AM Subject: Re: ant task ftp Hello Joe, this looks like a bug or incompatibility between ant and this new version of commons-net. It

Re: ant task ftp

2013-01-09 Thread Antoine Levy Lambert
Hello Joe, this looks like a bug or incompatibility between ant and this new version of commons-net. It would be good if you can create a bug report in bugzilla ( http://issues.apache.org/bugzilla ) What would be great is if you could start digging in the source code of ant and commons-net to

Re: ANT and HTML Tidy

2012-08-31 Thread Carlos Araya
Try something like this: You don't need to run the shell to use TIdy, you can call Tidy directy. As far as I know, Ant will run the commands from the directory where the build file is located. Carlos On Thu, Aug 30, 2012 at 10:31 AM, Kevin Kim wrote: > Completely beginner in ANT here, I

Re: ant deploy BUILD FAILED

2012-08-02 Thread Sofia Sayzhenkova
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: Tue, 31 Jul 2012 17:32:20 +0200 From: ssayz...@cern.ch To: user@ant.apache.org Subject: Re: ant d

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Don't use heppc1 _anywhere_. Replace every instance with the full domain name. heppc1 might be a local DNS convenience, or it might be in your /etc/hosts. Just don't use it. It IS an access problem. The error message is very specific about that. Peter West "Take my yoke upon you, and learn fro

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
My svn server has the following configuration. cat /etc/httpd/conf.d/subversion.conf LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so SSLRequireSSL DAV svn SVNpath /var/www/svn/HEPFTUAM Satisfy Any Re

RE: ant deploy BUILD FAILED

2012-07-31 Thread Martin Gainty
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Tue, 31 Jul 2012 17:32:20 +0200 > From: ssayz...@cern.ch > To: user@ant.apache.org > Subject: Re: ant deploy BUILD FAILED > > I can do

Re: ant deploy BUILD FAILED

2012-07-31 Thread Sofia Sayzhenkova
I can do execute svn ls for heppc1 as well $ svn ls https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags 2008/ 2009/ 2010/ 2011/ 2012/ The address which I get in the error message can be different heppc1 and heppc1.ft.uam.es BUILD FAILED /home/pardo/workspace/trunk5/quattor

Re: ant deploy BUILD FAILED

2012-07-31 Thread Peter West
Your authentication problem is with a different address: https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Note the server is heppc1, not heppc1.ft.uam.es The bogus address is probably specified somewhere in your build file. Peter West "Take my yoke upon you, and learn from

Re: ant deploy BUILD FAILED

2012-07-27 Thread Stefan Bodewig
On 2012-07-27, Sofia Sayzhenkova wrote: > Hello all, > I have a problem during "ant -debug --noconfig deploy". > BUILD FAILED > /home/sofia/workspace/trunk/quattor.build.xml:340: Error getting > information about SVN branch > https://heppc1/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/:

Re: ant deploy BUILD FAILED

2012-07-27 Thread Peter West
How are you authenticating to the SVN repository? Peter West "Come to me, all who labour and are heavy burdened, and I will give you rest." On 27/07/2012, at 9:58 PM, Sofia Sayzhenkova wrote: > Hello all, > > I have a problem during "ant -debug --noconfig deploy". > > BUILD FAILED > /home/sof

Re: Ant not installing correctly

2012-07-21 Thread Nicolas Lalevée
Le 18 juil. 2012 à 11:13, Amulya Yadav a écrit : > Hi, > > When I try to run ant, it gives me the following error: > > java.lang.NullPointerException >at org.apache.tools.ant.launch.Launcher.run(Launcher.java:267) >at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

Re: Ant - continue the target execution ,even if one target completes

2012-06-04 Thread tinhvd
Using attribute spawn="true" as: To resolve this problem. -- View this message in context: http://ant.1045680.n5.nabble.com/Ant-continue-the-target-execution-even-if-one-target-completes-tp5634824p5713313.html Sent from the Ant - Users mailing list archive at Nabble.com. -

Re: Ant 1.8.2 schemavalidate and xmlcatalog

2012-05-23 Thread Susanne Wunsch
Hello, polymorphisme writes: > I'm very interest by this task :) > I'm working too with the Dublin Core. > And I have an example : > > > http://example.org/appsimpledc/"; > xmlns:dc="http://purl.org/dc/elements/1.1/"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:noNam

Re: Ant 1.8.2 schemavalidate and xmlcatalog

2012-05-22 Thread polymorphisme
Hello, I'm very interest by this task :) I'm working too with the Dublin Core. And I have an example : http://example.org/appsimpledc/"; xmlns:dc="http://purl.org/dc/elements/1.1/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="simpledc.xsd">

Re: Ant 1.8.2 schemavalidate and xmlcatalog

2012-05-21 Thread Susanne Wunsch
Hello, polymorphisme writes: > I try to use the task schemavalidate with xmlcatalog like this : > >classname="org.apache.xerces.parsers.SAXParser" > classpathref="${lib.dir}/xercesImpl-2.7.1.jar" > >disableDTD="false" f

RE: Ant not noticing changes to file unless renamed

2012-04-17 Thread Dunning, John (LNG-HBE)
Thanks Chris; I'm not sure I understand... I'm running Ant manually from the command line, I'm not familiar with any cache to clear. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-

RE: Ant not noticing changes to file unless renamed

2012-04-17 Thread Dunning, John (LNG-HBE)
I'm not compiling the XSLT; I've tried both the and tasks, as shown below. The XSLT file is copied from ClearCase to a directory by the task. (I've verified that the 'correct' version is being copied and that the XSLT is actually being run from that directory). The checkin was done manually

Re: Ant not noticing changes to file unless renamed

2012-04-17 Thread andy . ling
"Dunning, John (LNG-HBE)" wrote on 16/04/2012 20:03:48: > I'm facing a rather strange problem with Ant - I have a task that > uses to copy an XSLT file managed under ClearCase, then uses > to perform XSL transformations. Any changes to the XSLT are > ignored *unless the file is renamed*.

Re: Ant not noticing changes to file unless renamed

2012-04-16 Thread Chris Green
Hi John I think it may be your cache. Clear it down after rename because the original file is already there. Chris On 16 April 2012 20:03, Dunning, John (LNG-HBE) wrote: > I'm facing a rather strange problem with Ant - I have a task that uses > to copy an XSLT file managed under ClearCase, t

Re: Ant not noticing changes to file unless renamed

2012-04-16 Thread Andy Stevens
Hi John, How exactly are you doing the transformation? Does it compile the xslt to a java "translet" (possibly in a tmp directory) that actually does the transformation, and if so is that being updated when the xslt file is? Is the transformation being done from the copy or the original file, and

RE: ANT Wiki isn't wiki

2012-04-16 Thread Stephen L. De Rudder
t; From: robert.ech...@windriver.com > To: user@ant.apache.org > Subject: RE: ANT Wiki isn't wiki > Date: Mon, 16 Apr 2012 16:02:31 + > > Hi Stefan, > "Real" wiki's as you have defined would be safe from spam only on an intranet. > You have suggested

RE: ANT Wiki isn't wiki

2012-04-16 Thread Echlin, Robert
hotmail.com] Sent: Sunday, April 15, 2012 8:16 PM To: user@ant.apache.org Subject: RE: ANT Wiki isn't wiki By my definition of wiki it should allow all users to edit any page or to create a new page. Oh, that also happens to be Ward Cunningham's definition, and he created the first

RE: ANT Wiki isn't wiki

2012-04-16 Thread Stephen L. De Rudder
ld...@hotmail.com > To: user@ant.apache.org > Subject: RE: ANT Wiki isn't wiki > Date: Sun, 15 Apr 2012 19:16:16 -0500 > > > By my definition of wiki it should allow all users to edit any page or to > create a new page. Oh, that also happens to be Ward Cunningham's

Re: ANT Wiki isn't wiki

2012-04-15 Thread Stefan Bodewig
On 2012-04-16, Stephen L. De Rudder wrote: > The ant wiki isn't a wiki. It seems like most if not all the pages can > not be modified by anonymous contributers. Please don't call it a wiki > if people are not allowed to contribute. Yes, I fondly remember the time where you could run such a kind o

RE: ANT Wiki isn't wiki

2012-04-15 Thread Scot P. Floess
terpretation of the definition of wiki then maybe consider renaming it (or not). Regardless it would be nice to have a publicly editable site for contr ibutors like me to contribute to (besides this mailing list). SLDR(Stephen L. De Rudder)> Date: Sun, 15 Apr 2012 19:30:32 -0400 Subject: Re: A

RE: ANT Wiki isn't wiki

2012-04-15 Thread Stephen L. De Rudder
wiki then maybe consider renaming it (or not). Regardless it would be nice to have a publicly editable site for contributors like me to contribute to (besides this mailing list). SLDR(Stephen L. De Rudder)> Date: Sun, 15 Apr 2012 19:30:32 -0400 > Subject: Re: ANT Wiki isn't wiki >

Re: ANT Wiki isn't wiki

2012-04-15 Thread Joe Attardi
A wiki doesn't have to be publicly editable to be a wiki. Wikipedia may operate like that, but there are plenty of projects whose wikis are only editable by registered users. On Apr 15, 2012 6:32 PM, "Stephen L. De Rudder" wrote: > > > > > The ant wiki isn't a wiki. It seems like most if not all

  1   2   3   4   5   6   7   8   9   10   >