Gonzalo Nadal

Greenhorn
+ Follow
since Dec 08, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gonzalo Nadal

Hi Marina Carina Rolda,

I'm currently using Pentaho and I find very interesting a book for the beginners with this tool.

See you
Gonzalo
I wanna write in a file the user that has executed the ant task (user.name) and the target name of the task (without having to write in every task the target name)

Im thinking in something like this...

<echo message="USER : ${user.name} TASK : $(magic variable that returns the task currently running}" file="c:\temp\runningtask.txt" />

instead of

<echo message="USER : ${user.name} TASK : hardcodedtargetname file="c:\temp\runningtask.txt" />
17 years ago
Maybe is a newbie question, but i have been looking for a while and i can't find the answer.

�Is there any property or variable to get the target name of the task Ant is running like the user.name that retrieves which user is executing the task?

Thanks in advance
GonzaloN
17 years ago
If we dont see the piece of code we cant help you.

Trying to read the program's mind I would say check the enviroment variables or the access to the file system.

Maybe you take a directory from your system and try to manipulate it removing the unit but as you know in linux there isn't the unit in the directory string.

Post the code, only the piece that fill the string and the line in which you have the exception and maybe we can help you.
18 years ago
Maybe in the InstallAnywhere forums can help you better than us
http://community.zerog.com/cgi-bin/ikonboard.cgi
18 years ago
uff,
A vb interface migrating to HTML interface!
I went through that as well.

I hope that this recommendation does not arrive late, but...
Have you think about make the interface with "thin rich client" instead of HTML?
Depends on the distro you have installed.
In Debian or Debian-based you can go to synaptic or other apt front-end and search this packages.
[ December 12, 2005: Message edited by: Gonzalo Nadal ]
18 years ago
Well, i'm not a expert in this area but i try explain you.

A Cron is a daemon running in your system that call any process you have configure at the time you have configure.
The process call by Cron dont have a special type of programming.Start, make its work and end.

A daemon proccess is make for running all the time, and when "something" happens it makes a new thread that make the work.
18 years ago
Well.

Try to invoke directly the script from a command line and see if your servlet is called.
If the servlet is called the problem is in the cron configuration.

If the servlet is not called from command line then will be a bit harder find the problem.

The servlet receive any parameters?
The url that you invoke from browser is the same in the script?
18 years ago
hi chris,
I made a file call runTest.sh, marked as executable, and it works.


#! /bin/sh

GET www.google.com

[ December 11, 2005: Message edited by: Gonzalo Nadal ]
18 years ago
The choose of a distro is the neverending subject in the linux forums.
The best? Choose one, play whith it and if dont like it, try with another

Mandrake always has been known as easy.
Ubuntu is fighting to obtain this place.
The "true free distribution" is Debian but is a little hard to begin with it.

Ups! i forgot Gentoo in the group of "true free distribution" but is harder than Debian for a noob
18 years ago
hi dave,

Searching in google your error i found this..
http://www.experts-exchange.com/Programming/Programming_Languages/Java/Q_21081451.html
and this other url maybe explain you better..
http://logging.apache.org/log4cxx/manual/classlog4cxx_1_1PropertyConfigurator.html

If you dont solve the problem after read these post, you can post your lo4j.properties and maybe we find the error.
18 years ago
As pankaj patil say, this must make your browser refresh your jsps.

Remember include in the jsp that load in iframes.
[ December 09, 2005: Message edited by: Gonzalo Nadal ]
18 years ago
JSP