Arijit Ghosh

Ranch Hand
+ Follow
since Feb 01, 2002
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 Arijit Ghosh

Hi Steve,

That would be great as I am actively involved with J2ME development. Any scope of improvement on such constrained environment is crucial

Regards,
Arijit
19 years ago
Does the book cover anything specific to J2ME ?

Regards,
Arijit
19 years ago
Any Siemens Phone which has GPS support ?

Arijit
19 years ago
Please post the code that you are using

Arijit
19 years ago
Hi,

Wondering how can I have OBEX component (by writing some Java Library files) for mobile phones which do not have the OBEX implemented.

Regards,
Arijit
19 years ago
Hi Ilja,


- there might be some old class files, try a clean build


>> deleted the whole project and tried it fresh.. same problem


- the path to the jdk isn't configured correctly


>> Should not be the case because checked the path plus it compiles perfectly


- you are using an obfuscator which is creating invalid class files


>> Using Proguard ???


Regards,
Arijit
Well.. any automated testing tool for J2ME based projects ?

Regards,
Arijit
19 years ago
Hi,

I am having the following problem --

Same project when compiled using ANT on PC1, shows



while on PC2 compiles perfectly fine.

This is leading me to think that only thing different on the 2 PCs could be the Eclipse settings.

Can anyone throw some light on it ?

Regards,
Arijit
right.. I did that.. I selected create new file... but it did not add any headers...

Also, what if the files already exust ? Say 50 files.. and I want Eclipse check and add if its not present...

Regards,
Arijit
Hi,

How can I format my java files to include the copyright header for all files at the click of a button ?

Regards,
Arijit
Hi Ilja,

yes of course I can create some dummy file.. but don't want to that.. I was hoping to check the timestamp of the file... and then some kind of comparison..

Regards
Arijit
19 years ago
Sorry no that was not supposed to be there..

But can JUnit be used to satisfy my requirements ?

Regards,
Arijit
19 years ago
Hi,

Is there any open source software available which I can probably use to automate my testing process ?

I am mainly involved in Java Based Projects. However, consider the situation where I am using a particular file called ABC.TXT which is present in all the projects.. with different parameters based on the project.

But the requirement is that a particular format has to be followed ---

NAME: abcd

Note the space after the colon.

I want to run such automated tests which can identify if there are any such problems. However, don't want to restrict myself to just formatting checks.

Any pointers ?

Regards,
Arijit

my requirements also involve testing situations like "Is there
19 years ago
Thanks Ilja.. Well that means that I have to compare one file with another.. what if I want to compare between different time stamps of the same file ?

Regards,
Arijit
19 years ago
Hi,

How can I use ANT to execute a particukar target only if a particular file has been modified since the last build was done ??

Regards,
Arijit
19 years ago