Hi Kenneth,

I got the errors below (after I typed ant all) which probably mean I don't have all the library that the build need? I'm sorry for being very ignorant about java compilation.


compile:
[javac] Compiling 168 source files to D:\progs\tn5250j\tn5250j-0.5.7\build
[javac] D:\progs\tn5250j\tn5250j-0.5.7\src\org\tn5250j\scripting\JPythonInterpreterDriver.java:16: package org.pytho
n.util does not exist
[javac] import org.python.util.PythonInterpreter;
[javac] ^
[javac] D:\progs\tn5250j\tn5250j-0.5.7\src\org\tn5250j\scripting\JPythonInterpreterDriver.java:17: package org.pytho
n.core does not exist
[javac] import org.python.core.*;
[javac] ^
[javac] D:\progs\tn5250j\tn5250j-0.5.7\src\org\tn5250j\scripting\JPythonInterpreterDriver.java:26: cannot resolve sy
mbol
[javac] symbol : class PythonInterpreter
[javac] location: class org.tn5250j.scripting.JPythonInterpreterDriver
[javac] private PythonInterpreter _interpreter = new PythonInterpreter();
[javac] ^
[javac] D:\progs\tn5250j\tn5250j-0.5.7\src\org\tn5250j\spoolfile\SpoolExportWizard.java:33: package com.ibm.as400.ac
cess does not exist
[javac] import com.ibm.as400.access.*;
[javac] ^
[javac] D:\progs\tn5250j\tn5250j-0.5.7\src\org\tn5250j\spoolfile\SpoolExportWizard.java:34: package com.ibm.as400.va
ccess does not exist
[javac] import com.ibm.as400.vaccess.*;
[javac] ^


.....

If you can suggest anything I should do, I'm all ears.

Thank you,
Ko

On Mon, 14 Mar 2005 09:23:24 +0100, Kenneth Pouncey <[EMAIL PROTECTED]> wrote:

Ponskorn

What errors where you getting when trying to compile from CVS. I just did this
on friday from a fresh checkout. No problems.


The cp838 is not supported in the code base right now. I hope to find the time
to maybe take a look at it this week.


Regards

Kenneth


Quoting "Pongskorn (Ko) Saipetch" <[EMAIL PROTECTED]>:

Hi Patrick & Kenneth,

I tried unsuccessfully to compile the code in the cvs so I couldn't
determine whether the code would support the code page or not.

I'm not much of a programmer. What little programming I do is mostly in
Python. So, the past few weeks have been instructive to me learning about
jdk, cvs, and ant. Still, I don't really make much progress.


If you can take a look at the code and find out whether the cp838 is
supported or if there is any other alternative, I would appreciate your
help a lot.  Meanwhile, I will keep trying.

Thank you,
Ko

On Sun, 06 Mar 2005 09:43:11 +0100, Kenneth Pouncey <[EMAIL PROTECTED]> wrote:

> Co and Patrick
>
> That would be a first start to see if the JT400 library works for the
> code page. If it does we might be able to change the internal code page
> to do this using java to do the translations instead of the JT400
> requirement.
>
> Let me know and I can take a look at the code to see if it will work.
>
> Regards
>
> Kenneth
>
> Patrick Bielen wrote:
>
>> Hi Co,
>>
>>
>>
>>> I called a person at the company that sold AS/400 to the hospital and
>>> he
>>> mentioned that the Thai code page should be cp838.
>>>
>>>
>>
>> Then checkout the newest version from cvs and compile that.
>> It uses jtopen toolkit from ibm to provide the needed
>> Code page cp838.
>>
>> Met vriendelijke groeten,
>> Best Regards,
>>
>> Patrick Bielen
>>
>> System-Administrator Stafa Holland BV
>> Microsoft Certified Professional
>> Sun Certified Java Programmer
>>
>>
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> Tn5250j-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/tn5250j-general
>>
>> .
>>
>>
>>




--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 11/03/2548



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tn5250j-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tn5250j-general







-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tn5250j-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tn5250j-general





-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 11/03/2548



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tn5250j-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tn5250j-general

Reply via email to