ng -c before you tell /bin/sh that
is an executable file that should be executed directly. That's what you
would want for the original problem but apply is much cleaner.
--
--Steve
"It must not be forgotten that it is especially dangerous
to enslave men in
Re: Exec Task Problem on Linux
On Tue, Apr 14, 2015 at 2:21 PM, Chris Barlock wrote:
> Thank you, Steve. If I make the executable="/bin/sh" and uncomment the
> protoc command, I get:
You need the -c option to /bin/sh to indicate it should execute the
command
that follows
On Tue, Apr 14, 2015 at 2:21 PM, Chris Barlock wrote:
> Thank you, Steve. If I make the executable="/bin/sh" and uncomment the
> protoc command, I get:
You need the -c option to /bin/sh to indicate it should execute the command
that follows on the argument list.
--ewh
--
Re: Exec Task Problem on Linux
On Tue, Apr 14, 2015 at 1:35 PM, Chris Barlock wrote:
> I have the following Ant script:
...
>
Glob expansion is a shell function, hence the error you are getting
since the file "*.proto" does not exist.
Have a look at . It
of the command.
[exec] /root/protoc/bin/protoc: /root/protoc/bin/protoc: cannot
execute binary file
[exec] Result: 126
Thoughts?
Chris
From: Steve Schlaifer
To: Ant Users List
Date: 04/14/2015 03:15 PM
Subject:Re: Exec Task Problem on Linux
On Tue, Apr 14, 2015 at 1:35 PM, Chris Barlock wrote:
> I have the following Ant script:
...
>
Glob expansion is a shell function, hence the error you are getting
since the file "*.proto" does not exist.
Have a look at . It supports filesets.
--ewh
---
On Tue, Apr 14, 2015 at 02:35:03PM -0400, Chris Barlock wrote:
> I have the following Ant script:
>
>
>
>
> value="/root/CCM/srcProtobufJava"/>
>
>
>
>
>
>
>
>
>
>
>
I have the following Ant script:
When I run this, I get:
[root@nc9042036240 ~]# /usr/apache-ant-1.9.4/bin/ant -v -f build.xml
Apache Ant(TM) version 1.9.4 co
@ant.apache.org
Betreff: Problem: failed to create task or type runtarget
Hi,
I am running into the following error when trying to run ant:
Problem: failed to create task or type runtarget
I am building on a mac 10.8.3.
Prior research has suggested that I add ant-contrib-0.3.jar to my ANT_HOME
Hi,
I am running into the following error when trying to run ant:
Problem: failed to create task or type runtarget
I am building on a mac 10.8.3.
Prior research has suggested that I add ant-contrib-0.3.jar to my
ANT_HOME installation directory, which I have done (that had actually
gotten
p.s.: Thanks Scot for your aid ;)
Jan
> -Ursprüngliche Nachricht-
> Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
> Gesendet: Samstag, 30. November 2013 10:52
> An: 'Ant Users List'
> Betreff: AW: AW: AW: problem with ftp
>
> If someone comes with a pr
If someone comes with a problem and points to place where he think the sticking
point is, I usually want to make my own picture. Maybe I see the same problem,
maybe not. But there is a reason why someone stops at a certain point. And
often enough I had seen that the real problem is "some
re information.
Honestly, I'm sure he has helped many people. But I think that just because
I'm new doesn't mean he can condescend me.
Date: Sat, 30 Nov 2013 00:51:36 -0500
From: sflo...@nc.rr.com
To: user@ant.apache.org
Subject: RE: AW: AW: problem with ftp
David,
I&
this list seeking
free help and responding in such an ungrateful manor deserves to
be ignored in the future. I'm thankful now I didn't have any free
time to bother looking into your problem.
Perhaps some etiquette such as "thank you" but the problem was "fill in
the blan
own a different error, since NO PROPERTIES were
actually involved. like i said.
thank you again. hopefully this will teach you to not dismiss people so
casually.
> From: apa...@materne.de
> To: user@ant.apache.org
> Subject: AW: AW: problem with ftp
> Date: Fri, 29 Nov 2013
.
>
> trust me the ONLY call to the task is the code you see below.
Then again - strip your code to the absolute minimum.
In my own maintenance script of a homepage I use
Jan
>
> > From: apa...@materne.de
> > To: user@ant.apache.org
> > Subj
omplaining about a ${***GARBAGE***
property.
trust me the ONLY call to the task is the code you see below.
> From: apa...@materne.de
> To: user@ant.apache.org
> Subject: AW: problem with ftp
> Date: Fri, 29 Nov 2013 06:54:00 +0100
>
> My first thought is that you are settin
t
happens there (or in the target from where you call deployHoftest).
Jan
> -Ursprüngliche Nachricht-
> Von: David Coleman [mailto:david_coleman_...@hotmail.com]
> Gesendet: Donnerstag, 28. November 2013 20:35
> An: user@ant.apache.org
> Betreff: problem with ftp
>
> h
a login error if
i change the password, and i get my problem if i put the right password. I
also connect via filezilla all the time. it is not an issue of concurrent
connections, because i have no limit.
when i run this task i get the following output:
f:\var\projects\hof\svn2
I have this working for Apache Cassandra, as they didn't want to switch to
Maven. Please take a look at their build.xml, as that shows it is possible
-Stephen
On Tuesday, 29 January 2013, Lewis John Mcgibbney wrote:
> Hi,
> Having looked high and low for a resolution, I've been unable to find on
ent et n'aura pas
> n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>> Date: Wed, 30 Jan 2013 19:08:33 -0800
>> Sub
orisée ou la copie de ceci est
interdite. Ce message sert à l'information seulement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
Hi Antoine,
Thank you very much for your suggestion. I need to be honest with you
though and say that we ended up changing the entire build to Maven to fix
the problem and now everything works fine. It was sapping hours of my time
looking for an answer so we made the decision to shift :0(
Thank
Hello Lewis,
there is a project in the commons sandbox at Apache with which you can PGP sign
artifacts in an Ant build
The source code is there [1]
There is an example of usage of this here [2]
We use that when producing releases of Ant.
Maybe this can help you ?
Regards,
Antoine
[1] htt
Hi,
Having looked high and low for a resolution, I've been unable to find one.
I'm in the process of pushing a release on a small project which uses ant
tasks + maven for the build lifecycle.
I am attempting to deploy to sonatype staging repository with the following
configuration
...
to have people pay attention to meB FrankNewton MA
> Date: Fri, 14 Sep 2012 09:17:43 -0400
> Subject: Re: problem trying to set individual tests timeout
> From: lgd...@cyrusinnovation.com
> To: user@ant.apache.org
>
> As I read it, that's the expected behavior:
>
>
>
>
>
>
> thanks in advance!
>
>
>
> --
> View this message in context:
> http://ant.1045680.n5.nabble.com/problem-trying-to-set-individual-tests-timeout-tp5713544.html
> Sent from
7;t exist
BUILD FAILED
C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The
following error occurred while executing this line:
C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to
create task or type if
Cause: The name is undefined.
Action: Check the spellin
che.ant_1.7.1.v20100518-1145\etc
> \tiaa.version.txt doesn't exist
>
> BUILD FAILED
> C:\projects\ADAS-INTRAV25A\implementation\build_config\build.xml:5: The
> following error occurred while executing this line:
> C:\Documents and Settings\raora\.ant\build.xml:10: Problem: fai
AV25A\implementation\build_config\build.xml:5: The
following error occurred while executing this line:
C:\Documents and Settings\raora\.ant\build.xml:10: Problem: failed to
create task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been dec
:
thanks in advance!
--
View this message in context:
http://ant.1045680.n5.nabble.com/problem-trying-to-set-individual-tests-timeout-tp5713544.html
Sent from the Ant - Users mailing list archive at Nabble.com
On Jul 25, 2012, at 10:59 AM, Pepersack, Bob G wrote:
> I'm using the tar task with tarfilesets to create tar files on Windows 7.
> I'm using the filemode attribute of the tarfileset type to set the UNIX
> permissions on the files contained by the tar. Then, I upload the tars to
> our UNIX s
I'm using the tar task with tarfilesets to create tar files on Windows 7. I'm
using the filemode attribute of the tarfileset type to set the UNIX permissions
on the files contained by the tar. Then, I upload the tars to our UNIX server
and unzip them with this command: tar -xvf mytarfile.tar
please try with different ANT_HOME and PATH:
export ANT_HOME=/usr/ant/apache-ant-1.8.4
export PATH=${PATH}:${ANT_HOME}/bin
I would also run
ant -diagnostics
--glenn
On Sun, Jun 17, 2012 at 8:30 PM, Jorge Escudero wrote:
> When I type "ant":
>
> root@debian6:~# ant
> Exception in thread "main
When I type "ant":
root@debian6:~# ant
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tools/ant/launch/Launcher
Caused by: java.lang.ClassNotFoundException:
org.apache.tools.ant.launch.Launcher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at
Hello Everyone,
I have problem with character encoding. My build.xml is like following.
Display an unicode characters like: 魏松林
When I execute "ant" in my command line terminal. I get question marks where
the Chinese characters are supposed to be shown. And I also
ect value should be as below
*set TEST_DIR=C:\home\dir2*
.. i am using this command in my ant build file..
"
"
..
..PLZ help
--
View this message in context:
http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.
e in context:
http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: us
correct value should be as below
*set TEST_DIR=C:\home\dir2*
.. i am using this command in my ant build file..
"
"
..
..PLZ help
--
View this message in context:
http://ant.1045680.n5.nabble.com/problem-using-replaceregexp-when-using-with-DIRECTORY-location-tp4935408p4935408.html
Sen
Stefan Bodewig wrote on 15/07/2011 04:24:46:
> Is Quentin.jar on the CLASSPATH or loaded via or similar
> measures during the build process? If so Java's classloader probably
> still has a lock on it and Windows won't delete it until Ant exits.
>
I thought I'd been round that, but you're righ
On 2011-07-14, wrote:
> One of the tasks in my build script deletes a target file before it is
> rebuilt. The trouble is the file doesn't actually seem to get deleted
> until after ant exits. This causes ant to generate an error when it
> tries to create the new version of the file.
> Below is
Hi,
I'm using ant 1.8.2 on Windows 7/64 bit
One of the tasks in my build script deletes a target file before it is
rebuilt.
The trouble is the file doesn't actually seem to get deleted until after
ant exits.
This causes ant to generate an error when it tries to create the new
version of the fi
hi
am using core ant java task to start application.It is not allowing for
remote debugging.plz giv me some suggestions.
code
Reply With Quote
--
View this message in context:
http://ant.1045680.n5.nabble.com/ant-java-task-debugging-problem-tp4574739p4574739.html
If I have
Everything works fine:
publish-local:
[ivy:publish] :: delivering :: bt#pal;working@adrian-small-laptop ::
20110328142739 :: integration :: Mon Mar 28 14:27:39 BST 2011
[ivy:publish] delivering ivy file to
/home/adrian/work/svn/smit-pal/trunk/
On 2011-02-18, shaffic wrote:
> Thanks can u tel me how i can use the if condition in my ant.
> I am callin one ant2 script from another ant1 script,while calling ant2 i
> don want to run all the targets.but when i run the ant2 alone it should run
> all the targets.
You use unless on all targets
context:
http://ant.1045680.n5.nabble.com/ant-problem-tp3391003p3391003.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail
Did you try using the ANT_OPTS environment variable?
set ANT_OPTS=-Djavax.net.ssl.trustStore=~/.m2/trust.jks
regards,
Maarten
- Original Message
From: Neil Hart
To: ivy-u...@ant.apache.org
Sent: Tue, November 30, 2010 8:08:43 PM
Subject: Problem with a Maven Repo with trustStore
I
and I still get the
problem with the retrieve. Is there something else I should be doing?
Thanks
Neil
Hello,
I'm evaluating moving to Ivy 2.2.0 from 2.0.0 for our builds. I've noticed one
of our integration tests on Windows started failing at 2.2.0. It's finding a
module in the cache now when it didn't before. I've included the pseudo code
below. Note we do some special processing of the mod
On Thu 2010-08-19 at 09:59h, Vimil Saju wrote on user:
> I read about the new macrodef task which can be used create a custom
> composite task by combining other tasks together. Using the macrodef
> task instead of antcall cant we overcome the performance overhead
> and the property visibility issu
; visibility issues with antcall?
>
Certainly, aside from the fact that macrodef is not really that new, having
been released with Ant 1.6 IIRC. ;)
-Matt
> --- On Thu, 8/19/10, Knuplesch, Juergen wrote:
>
> From: Knuplesch, Juergen
> Subject: AW: Conditional target problem
>
wrote:
From: Knuplesch, Juergen
Subject: AW: Conditional target problem
To: "Ant Users List"
Date: Thursday, August 19, 2010, 8:03 AM
Antcallback gives back some props you define
-Ursprüngliche Nachricht-
Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net]
Gesendet: Mittwoch,
Antcallback gives back some props you define
-Ursprüngliche Nachricht-
Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net]
Gesendet: Mittwoch, 18. August 2010 15:55
An: Ant Users List
Betreff: Re: Conditional target problem
On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user:
> I k
I filed an enhancement request related to this topic:
http://issues.apache.org/bugzilla/show_bug.cgi?id=49776
-- Niklas Matthies
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...
On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user:
> I know ant is supposed to be declarative language as opposed to a
> procedural one, but whats wrong with using the 'if' task provided
> with ant-contrib along with "ant-call" task?
AntCall effectively creates a new Ant instance. Properties a
Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net]
Gesendet: Mittwoch, 18. August 2010 00:35
An: user@ant.apache.org
Betreff: Conditional target problem
We have something like the following (target bodies omitted):
Vimil Saju
Subject: Re: Conditional target problem
To: "Ant Users List"
Date: Tuesday, August 17, 2010, 4:20 PM
I know ant is supposed to be declarative language as opposed to a procedural
one, but whats wrong with using the 'if' task provided with ant-contrib along
with &qu
wrote:
From: Niklas Matthies
Subject: Conditional target problem
To: user@ant.apache.org
Date: Tuesday, August 17, 2010, 3:35 PM
We have something like the following (target bodies omitted):
The problem: "ant -Drelease.number=...
We have something like the following (target bodies omitted):
The problem: "ant -Drelease.number=... target1" causes
checkout-sources (and its dependencies) to be executed although there
is no need for it, as release.number
> -Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 23 July 2010 16:43
> To: Ant Users List
> Subject: Re: Problem with Ant pathconvert and paths with spaces
>
> On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh
> wrote:
> >
On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh wrote:
> I've also done some additional testing and have found that the following will
> eliminate the problem for a single space.
>
>
>
>
>
Take a look at this:
http://ant.apache.org/manua
How about ?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 11:01 AM
To: Ant Users List
Subject: RE: Problem with Ant pathconvert and p
> -Original Message-
> From: Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 23 July 2010 15:43
> To: 'Ant Users List'
> Subject: RE: Problem with Ant pathconvert and paths with spaces
>
> What happens if you run the build outside of
What happens if you run the build outside of Eclipse?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 9:51 AM
To: Ant Users List
Subject
I've been trying to run my ant builds within eclipse and I've been running into
a slight problem with the path generated by the pathconvert task.
After some testing, it seems that it's a problem in general with spaces appear
in paths.
The project that I have needs to pick up
010 04:03
>An: user
>Betreff: problem while using enviroment attributes
>
>hi
>
>thx for answering my question
>
>I was wondering how to judge whether a enviroment attribute is
>set or not, I tried the task, but I can't find a
>proper nested element t
hi
thx for answering my question
I was wondering how to judge whether a enviroment attribute is set or not, I
tried the task, but I can't find a proper nested element to do the
right work. for example I 've tried:
but the property "java.enviroment" will be set no matter th
Thanks. Obvious in the end.
Nick
On Mon, Jul 12, 2010 at 4:09 PM, Stefan Bodewig wrote:
> On 2010-07-12, Nick Leaton wrote:
>
>> However, I want to exclude the .hg directory (mercurial) apart from
>> the .hg/hgrc file which contains the configuration for the repository.
>
>> I can't get the file
On 2010-07-12, Nick Leaton wrote:
> However, I want to exclude the .hg directory (mercurial) apart from
> the .hg/hgrc file which contains the configuration for the repository.
> I can't get the fileset working properly. This is my attempt.
You don't say what your attempt results in 8-)
>
I'm trying to create a zip file to archive source.
However, I want to exclude the .hg directory (mercurial) apart from
the .hg/hgrc file which contains the configuration for the repository.
I can't get the fileset working properly. This is my attempt.
lex Foreman
> wrote:
>> There seems to be a problem with 1.8.1 reporting the correct version.
>>
>> With Ant 1.8.0 on the classpath:
>>
>> unix:
>>> ant -version
>> Apache Ant version 1.8.0 compiled on February 1 2010
>> windows:
>> C:\&g
Alex Foreman schrieb am 15.06.2010 um 13:58 (+0100):
> There seems to be a problem with 1.8.1 reporting the correct version.
> With Ant 1.8.1:
> unix:
> > ant -version
> Apache Ant version ${project.version} compiled on ${TODAY}
> windows:
> C:\> ant -version
> Apa
;
> On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman
> <.alexander.fore...@morganstanley.com>
> wrote:
> > There seems to be a problem with 1.8.1 reporting the correct version.
> >
> > With Ant 1.8.0 on the classpath:
> >
> > unix:
> >> ant -versi
I get
> ant -version
Apache Ant version 1.8.1 compiled on April 30 2010
on linux.
Peter
On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman
wrote:
> There seems to be a problem with 1.8.1 reporting the correct version.
>
> With Ant 1.8.0 on the classpath:
>
> unix:
>> a
There seems to be a problem with 1.8.1 reporting the correct version.
With Ant 1.8.0 on the classpath:
unix:
> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
windows:
C:\> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
With Ant 1.8.1:
unix:
Andrzejewski Adam schrieb am 08.06.2010 um 08:50 (+0200):
> BUILD FAILED
> /hudson/hudson1.313/jobs/Hudson_config_backup/workspace/build.xml:6:
> com.jcraft.jsch.JSchException: Auth cancel
> file="${zip-src-file}" todir="${zip-src-scp-dest}" trust="true"
> verbose="true"/>
> The scp key auth is
I believe the builtin XPath/XSLT is 1.0 only - not 2.0. You will have to
enable Saxon to use it...
On Tue, 25 May 2010, Jakob Fix wrote:
Hi,
any idea why the following xpath expressions are not understood by
ant's builtin xsl task? Doesn't seem out-of-spec to me, and saxon
groks it, the st
Hi,
any idea why the following xpath expressions are not understood by
ant's builtin xsl task? Doesn't seem out-of-spec to me, and saxon
groks it, the stylesheet is version 2.0.
elt1[elt2[matches(text(), '^[\d]+$')]]
elt1[elt2[matches(., '^[\d]+$')]]
elt1[elt2[matches(., '^\d+$')]]
elt1[matches(.
spect
the target file be affected by this?
>> -Original Message-
>> From: Brian C. Hill [mailto:bch...@bch.net]
>> Sent: Wednesday, May 19, 2010 8:11 PM
>> To: user@ant.apache.org
>> Subject: encoding problem with tokens (on Linux)
>>
>> I am h
I am having a weird problem with the encoding during token replacement
(ant code below).
Details: CentOS 5, SunOS 5, Darwin 9 // ant 1.6/1.7 // java 1.3/1.5/1.6
I have a simple token file with a simple variable ('A') and a single
Chinese character (广 or cat -v: M-eM-9M-?).
The t
>i create ant build.xml file and i can compile it from jdeveloper. Build
is
>successful and classess aare copied to classess directory. But if i run
the
>same ant build.xml file from console i get message build is successful
but
>no classess are copied to class folder. After compiling in jdeveloper
get
some warnings, here no warning is shown.
Any idea why the same build.xml file works in jdeveloper but not in console?
--
View this message in context:
http://old.nabble.com/ant-compile-problem-tp28557049p28557049.html
Sent from the Ant - Users mailing list archive at Nabble.com.
Hello all!
I am struggling for some time to find a solution, on how to properly load
unicode escaped properties with ant.
I have checked exactly the same files under linux and work as expected, but I
need this script to work under Mac.
To demonstrate this problem, I have created the minimum
Hello all!
I'just hit a problem with the following code:
--- snip-
> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
--- snip-
-->
hi,
I have a problem when i try to resolve dependancies with branch.
Here i explain my case.
if have in an Artifactory repository
theses revisions for an "Entity" module like this:
Entity rev =1.1.21-snapshot-2010030212 branch=DEV
Entity rev =1.1.21-snapshot-201003021400
Hello,
I dont know what the problem is, but I know this kind of problems. I would try
the following things:
1.Check the different classpaths (e.g. there might be a different version of a
jar in ANT than on the classpath of your program etc...)
2.Increase the loglevel to verbose and see what
iginal message -
From: "Gopala Krishna"
To: user@ant.apache.org
Date: Tue, 23 Feb 2010 17:48:06 +0530
Subject: Nested import task problem / anttask problem
Hi,
I am trying to execute an ant target through program. I have used import
task and those are nested in each build file. Thi
Brian
- Original message -
From: "Brian Repko"
To: "Ant Users List"
Date: Tue, 23 Feb 2010 07:03:11 -0600
Subject: Re: AW: Nested import task problem / anttask problem
I'm in the process of fixing a similar bug related to imports
and extensionOf/extension-point.
Hi,
I am having an odd problem using Ant. Whenever my Java program tries to
create a new instance of java.util.logging.FileHandler, I get a
java.io.IOException that says "Couldn't get lock for log2\baz.log.xml".
The weird part of this problem is that I get this error when I
- Original message -
From: jan.mate...@rzf.fin-nrw.de
To: user@ant.apache.org
Date: Tue, 23 Feb 2010 13:53:40 +0100
Subject: AW: Nested import task problem / anttask problem
Not sure about the in b.xml ...
Jan
>-Ursprüngliche Nachricht-
>Von: Gopala Krishna [mailto:go
Not sure about the in b.xml ...
Jan
>-Ursprüngliche Nachricht-
>Von: Gopala Krishna [mailto:gopalakrishna.tani...@applabs.com]
>Gesendet: Dienstag, 23. Februar 2010 13:18
>An: user@ant.apache.org
>Betreff: Nested import task problem / anttask problem
>
>Hi,
&
Hi,
I am trying to execute an ant target through program. I have used import
task and those are nested in each build file. This is working fine when
executed via command line and throwing error when I execute target-a using
ProjectHelper.
The below are my ant build files. Has anyone tried t
>"RP" == Rez P writes:
RP> You could always hard code
RP> user.home=c:\docume~1\rest\of\the\path to avoid spaces
On Windows server 2008 user's home is in C:\Users\... There is no
reference to C:\Documents and Settings. I don't think the problem comes
from sp
You could always hard code user.home=c:\docume~1\rest\of\the\path to avoid
spaces
> From: quessev...@abaksystemes.fr
> To: user@ant.apache.org
> Subject: Re: Problem with javac target on Windows server
> Date: Wed, 10 Feb 2010 17:37:19 +0100
>
> >"SB" == Stefan
>"JB" == Jean-Baptiste BRIAUD <-- Novlog > a écrit :
JB> Try ant -diagnostics for that, it will dump all the properties.
I didn't knew that option. It looks very interesting and I will try it
next time I will work on the server (see my other post). source arg is for
source version. Its value is
>"SB" == Stefan Bodewig a écrit :
Thanks for your suggestions.
SB> what does the defintion of classpath look like (the Ant element with
SB> id="classpath").
I have only very limited access to the server. The server is not at my
office and when I work on the server I have no mean to connect
Server 2008, the compilation target
>bpp-actual-compilation fails (others targets like package or
>deploy work without problem): javac aborts because it cannot find
>C:\Documents and Settings directory
> - when I run javac directly by hand it runs fine
> - I have n
ows Server 2008, the compilation target
> bpp-actual-compilation fails (others targets like package or
> deploy work without problem): javac aborts because it cannot find
> C:\Documents and Settings directory
> Here is the target:
>
>
bpp-actual-compilation fails (others targets like package or
deploy work without problem): javac aborts because it cannot find
C:\Documents and Settings directory
- when I run javac directly by hand it runs fine
- I have no reference to C:\Documents and Settings in classpath
Here is
jsch on CentOS problem (class loader)
Hi,
I have positive experience of using ivy with shared repository accessed via
ssh (using jsch-0.1.42.jar).
But trying to repeat this on CentOS 5.4 I've got the problem.
CentOS has /usr/share/java/jsch-0.1.28.jar installed in standard location
(required
1 - 100 of 1598 matches
Mail list logo