The Hudson people told me of a Hudson plugin that forces Hudson to use
Subversion 1.3 format in the work directory. That solved this
particular issue
--
David Weintraub
[EMAIL PROTECTED]
On Tue, Jul 29, 2008 at 7:04 AM, Rod Mackenzie
<[EMAIL PROTECTED]> wrote:
> I used svnant a while back, here
thanks alot
On Tue, Jul 29, 2008 at 6:06 AM, <[EMAIL PROTECTED]> wrote:
> Kamran,
>
> You can still run the exec task in a UNIX environment. The command to use
> would be sh, ksh, or bash:
>
> Example:
>
> for windows:
> outputproperty="build.xml.version.line">
>
>
Found a solution. Have to go into sudoers and comment 'requiretty'
Doesn't seem to be a way around this other than commenting out this line.
krzysieq wrote:
>
> Forgot to close the double quote at the end of arg line...
>
> 2008/7/25 Krzysieq <[EMAIL PROTECTED]>
>
>> Not sure, but maybe this
Hello all - I've relied on a copy/expand step for deployments/builds for
years.
Recently, a twist has bubbled up. If you have:
val1=something
in foo.properties and:
val2=somethingelse
val3=${val2}:${val1}
in bar.properties and then load them like this:
Kamran,
You can still run the exec task in a UNIX environment. The command to use
would be sh, ksh, or bash:
Example:
for windows:
for UNIX:
You can also use . I like to use the
...
I hope this helps ...
R
jyoti100 wrote:
Yes in the classpath ant-oracle.jar is present, but I think the main error is
Problem: failed to create task or type antlib:oracle:jaxwsGenImpl
No, the error message is "failed to create task or type...", which
happens if
1. There is no resource called /oracle/antlib.xml on
Yes in the classpath ant-oracle.jar is present, but I think the main error is
Problem: failed to create task or type antlib:oracle:jaxwsGenImpl
Please suggest.
Thanks and Regards
Jyoti
Chris Green-6 wrote:
>
> Does your classpath include reference to ant-oracle.jar?
>
> On 7/29/08, jyoti100
I used svnant a while back, here's a bit of the build file I used
The differences to your example is that I include all the jars from the
svnant lib directory which inclu
mindspin311 wrote:
What I'm doing is tagging a build in an ant script using a user 'build'. This
is an actual user, and not something like apache or someone without a shell
account.
I've got automated builds triggered using Atlassian Bamboo when done from
the command line or doing a commit in a
Does your classpath include reference to ant-oracle.jar?
On 7/29/08, jyoti100 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am running an ant task in Oracle JDeveloper 11g Tech Preview 4
>
> the Task is as follows :
>
>
> wsdl="contract/wsdl/${SRC_WSDL}"
> />
>
>
>
> The Output is :
>
> D:\Pras3\Web
Hi,
I am running an ant task in Oracle JDeveloper 11g Tech Preview 4
the Task is as follows :
The Output is :
D:\Pras3\WebServiceRi\ws>ant generate-from-wsdl5
Buildfile: build.xml
[taskdef] File D:\Pras3\WebServiceRi\ws\oracle\antlib.xml does not exist
generate-from-wsdl5:
BUILD FAILED
Actually, exec *is* supported on Linux. You just need to specify the
executable as "make". e.g.
Cheers,
Joe
On Tue, July 29, 2008 10:53 am, Kamran Hameed wrote:
> My point is that i am not invoking any simple script. Makefile should be
> called with make command
>
> On Tue, Jul 29, 2008 at 9:19
My point is that i am not invoking any simple script. Makefile should be
called with make command
On Tue, Jul 29, 2008 at 9:19 AM, Kamran Hameed <[EMAIL PROTECTED]>wrote:
> But exec is not supported on Linux. if we are in Windows.. and we want to
> call a batch file then we can use exec but under
But exec is not supported on Linux. if we are in Windows.. and we want to
call a batch file then we can use exec but under UNIX it is assumed that we
can run scripts in shell
So how do i call the makefile in my build.xml file??
any idea
On Tue, Jul 29, 2008 at 7:35 AM, Chris Green
<[EMAIL PROTEC
Try the exec command. This allows you to call external command files.
On 7/29/08, Kamran Hameed <[EMAIL PROTECTED]> wrote:
> folks.. i am writting a java application that uses JNI. Now for generating c
> files i am using Makefile. and for java files i am using ant[it is must that
> i use Makefile]
folks.. i am writting a java application that uses JNI. Now for generating c
files i am using Makefile. and for java files i am using ant[it is must that
i use Makefile].
Now my question is that how can i call makefile in build.xml.. how
to call that so that when build.xml executes.. it calls Make
16 matches
Mail list logo