de abril de 2005 8:32
> Para: Ant Users List
> Asunto: RE: absolute path
>
> Yes but in the command copy and in classpath the path are relatives I need
> a parameter which accepts absolute path in path.
>
> Thanks
>
> Rodolfo
> ___
Hi,
there is an easy option. You may define an environment variable that holds your
absolute path and read the value of that variable. Easy.
Cheers,
Roberto.
> -Mensaje original-
> De: Matt Benson [SMTP:[EMAIL PROTECTED]
> Enviado el: miércoles, 06 de abril de 2005 16:35
> Para: An
Hi folks,
I would like to know if it is possible to stop a build process when
produces warnings.
Using the failonerror attribute of the task is trivial, but it only
works for errors not warnings. I would like to have the same for warnings as
for errors.
Thanks a lot.
Roberto
-
Hi folks,
I am using Checkstyle 3.3 under Ant 1.6.2.
I have in structed Checkstyle to allow the @throws tag for undeclared exceptions
in the checkstyle.xml configuration file
...
...
but Checkstyle is un
ve got my other higher priority tasks
> taken care of.
>
> Sorry that I don't have anything more helpful than that. I just wanted
> to assure you that you're not the only person experiencing "difficulty"
> getting to work.
>
> Regards,
> ~Jeff
>
Philip DONAGHY [SMTP:[EMAIL PROTECTED]
> Enviado el: miércoles, 20 de octubre de 2004 15:00
> Para: Ant Users List
> Asunto: Re: CVS password problem
>
>
>
> Roberto Juarez a écrit :
> >
> > Still not working, I am using now
>
> >
>
t Users List
> Asunto: Re: CVS password problem
>
> Hi Roberto,
> remove the part
> cvsRoot=":${cvs.protocol}:[EMAIL PROTECTED]:${cvs.port}:${cvs.path}"
> passfile="${cvs.passfile}"
> command="login"/>
> and it should w
Hi all,
I am not able to get Ant read a password for CVS.
Here is the snippet of code
I am getting the following output
Buildfile: ..\conf\build.xml
setup:
commit:
[cvs] Using cvs passfile: C:\develop\eclipse\docbiblio\.cvspass
[cvs] Logging in t
27;Ant Users List'
> Asunto: RE: Switching JDK
>
> I thought about that. But my problem is that this is being called from an
> automated build process which is managaging several ant scripts.
>
> Mike
>
> -----Original Message-
> From: Roberto Juarez [mailto:[
You could try to change the JAVA_HOME environment variable via a shell script.
Cheers.
> -Mensaje original-
> De: Barnes, Michael [SMTP:[EMAIL PROTECTED]
> Enviado el: viernes, 08 de octubre de 2004 15:14
> Para: '[EMAIL PROTECTED]'
> Asunto: Switching JDK
>
> I have 2 JDK's o
Hi everyone,
I am using both Checkstyle and JUnit with Ant 1.6.2. It is very easy to use Checkstyle
as I only need to declare the task and provide it with the necessary jar files as
follows (unnecesary content removed):
11 matches
Mail list logo