How to become a Vassal developper

If someone is interested in learning C++ :
bruce-eckel.developpez.com/livres/cpp/ticpp/v1/

Okay at work I was able to install svn, cvs, eclipse and get the vassal to download the trunk. Here at home not quite so lucky.

I am getting this error when in eclipse and trying to access the svn:

Failed to load JavaHL Library.
These are the errors that were encountered:
C:\csvn\bin\libapr-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libapriconv-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libeay32.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\ssleay32.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libaprutil-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsasl.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_subr-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_delta-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_diff-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_wc-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_fs-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_repos-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_ra-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvn_client-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
C:\csvn\bin\libsvnjavahl-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit platform
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = C:\Windows\system32;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\csvn\bin;C:\csvn\Python25;C:\Program Files (x86)\ActiveState Komodo Edit 6;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;c:\Program Files\Microsoft SQL Server\100\Tools\Binn;c:\Program Files\Microsoft SQL Server\100\DTS\Binn;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Kofax\ImgCtls\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files\Java\jdk1.6.0_22\bin;C:\Program Files\SlikSvn\bin\

In eclipse it says under Team | SVN | SVN interface | Client | JavaHL (JNI) Not Available)

any help, pointers or ideas would be great.

Thus spake zov66:

Okay at work I was able to install svn, cvs, eclipse and get the vassal
to download the trunk. Here at home not quite so lucky.

You don’t need CVS installed. That’s a completely different version
control system, one which were not using.

I am getting this error when in eclipse and trying to access the svn:

Failed to load JavaHL Library.
These are the errors that were encountered:
C:\csvn\bin\libapr-1.dll: Can’t load IA 32-bit .dll on a AMD 64-bit
platform

This tells me that you’re trying to run 32-bit libraries on a 64-bit
machine.


J.

Thus spake “mickael.camelot”:

Ok,

so i’m waiting your invitation.

regards,

Mickaël.


J.

Thus spake Joel Uckelman:

–===============6823556303661317436==
Content-Type: text/plain

Thus spake “mickael.camelot”:

Ok,

so i’m waiting your invitation.

regards,

Mickaël.

(Ack, forgot to type my reply.)

It’s done.


J.

Thanks a lot.
I will try to do my best.

regards

Bonjour Mickael,

Si tu as besoin d’aide pour comprendre le fonctionnement de Vassal en terme d’utilisation, n’hésite pas à me contacter …

Cordialement,
Grégory
www.VassalFactory.org


Hi Mickael,

If you need help about how Vassal works in temrs of using cases, do not hesitate to contact me

Regards,

Grégory

Okay have two versions of eclipse setup (EE & Java SE). Currently using Java SE and have svn setup correctly now and was able to svn down the src. I followed the instructions on the setting up eclipse page but something is still wrong.

My setup looks like:

dlazov - VASSAL
dlazov - ASL
CASL
VSQL

VASSAL is showing 38 errors with the first showing:
Access restrictions: The constructor AppletAudioClip(by…required library C:\Program Files\Java\jre6\lib\rt.jar

So that both the VASSAL & ASL are red X and the CASL & VSQL are red !

When I look in the Libraries folder for CASL ad VSQL it shows:

JRE System Library (JVM 15) (unbound).

Currently I have 1.6 and 1.7 JDK and JRE setup.

Any help would be appreciated.

Okay did a search and vied part of the problem.

Used:

http://lkamal.blogspot.com/2008/09/eclipse-access-restriction-on-library.html

To fix that.

So not I get 30 errors like:

Description Resource Path Location Type
Application cannot be resolved MacOSXMenuManager.java /dlazov - VASSAL/src/VASSAL/tools/menu line 65 Java Problem

When I go into that src file (MacOSXMenuManager.java it basically says:

Multiple markers at this line
- Application cannot be resolved
- Application cannot be resolved to a type

I am still a newbie java developer so any help here?

The instructions in the vassal wiki are really out of date

I cant comment on CASL setup but VSQL being red should be ok or at least
don’t worry about that directory - (VASSAL directory should be the main
thing to get fixed). The VSQL directory is no longer used for just Squad
Leader - it also holds all of the custom classes for different modules.

Take a look at this thread
https://forum.vassalengine.org/t/wannabe-vassal-developer-has-setup-question/3301/1

Should help you get set up properly I hope. Been a long time since I messed
with setting it up

-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of zov66
Sent: Saturday, July 30, 2011 9:19 AM
To: messages@vassalengine.org
Subject: [messages] [Developers] Re: How to become a Vassal developper

Okay have two versions of eclipse setup (EE & Java SE). Currently using
Java SE and have svn setup correctly now and was able to svn down the
src. I followed the instructions on the setting up eclipse page but
something is still wrong.

My setup looks like:

dlazov - VASSAL
dlazov - ASL
CASL
VSQL

VASSAL is showing 38 errors with the first showing:
Access restrictions: The constructor AppletAudioClip(by…required
library C:\Program Files\Java\jre6\lib\rt.jar

So that both the VASSAL & ASL are red X and the CASL & VSQL are red !

When I look in the Libraries folder for CASL ad VSQL it shows:

JRE System Library (JVM 15) (unbound).

Currently I have 1.6 and 1.7 JDK and JRE setup.

Any help would be appreciated.


Read this topic online here:
https://forum.vassalengine.org/t/how-to-become-a-vassal-developper/4103/16

Thus spake zov66:

So not I get 30 errors like:
__
Description Resource Path Location Type
Application cannot be resolved MacOSXMenuManager.java /dlazov -
VASSAL/src/VASSAL/tools/menu line 65 Java Problem__

When I go into that src file (MacOSXMenuManager.java it basically says:

__Multiple markers at this line

  • Application cannot be resolved
  • Application cannot be resolved to a type__

I am still a newbie java developer so any help here?

Eclipse is likely not finding lib-nondist/AppleJavaExtensions.jar.


J.

Eclipse is likely not finding lib-nondist/AppleJavaExtensions.jar.

Okay, so how can I tell Eclipse to find this jar?

I did a search on my system and could not find it either.

Do I need to SVN down this?

http://code.google.com/p/jalbum-jtextpad/source/browse/trunk/lib/AppleJavaExtensions.jar?r=5

It should be in the /lib-src path already

-----Original Message-----
From: messages-bounces@vassalengine.org
[mailto:messages-bounces@vassalengine.org] On Behalf Of zov66
Sent: Saturday, July 30, 2011 10:25 AM
To: messages@vassalengine.org
Subject: [messages] [Developers] Re: How to become a Vassal developper

Eclipse is likely not finding lib-nondist/AppleJavaExtensions.jar.

Okay, so how can I tell Eclipse to find this jar?

I did a search on my system and could not find it either.

Do I need to SVN down this?

code.google.com/p/jalbum-jtextpa … ppleJavaEx
tensions.jar?r=5


Read this topic online here:

Thus spake zov66:

Eclipse is likely not finding lib-nondist/AppleJavaExtensions.jar.

Okay, so how can I tell Eclipse to find this jar?

I did a search on my system and could not find it either.

Do I need to SVN down this?

code.google.com/p/jalbum-jtextpa … pleJavaExt
ensions.jar?r=5

No, it’s in the lib-nondist directory of VASSAL-src/trunk and any
branch which is less than three years old. If you don’t have it, then
your working copy is hosed.

I should first note that I am not an Eclipse user. The sole reason why
I’ve set up Eclipse myself is so I can see what other people see when
they use it. That said:

I’m going to take some screenshots for you so you can see what I have
and compare that with what you have.


J.

I have checked out two subtrees of the svn repo, uckelman-3.2 and uckelman-working, which you can see in the first screenshot.

[attachment=2]eclipse-1.png[/attachment]

This is what I see when I bring up the Properties dialog on the uckelman-3.2 branch, with the “Subversion” pane selected:

[attachment=1]eclipse-2.png[/attachment]

You can see there that I’ve not checked out the whole repository, but a particular branch from VASSAL-src/branches/.

The next screenshot shows the “Java Build Path” pane in the same dialog. In order for the compiler to find all of the libraries we use, they need to be listed in the “Libraries” tab.

[attachment=0]eclipse-3.png[/attachment]

The one that you’re missing, AppleJavaExtensions.jar, happens to be the first one displayed here.

How does this compare with what you have?

Here is my screen shot:

Here is another screen shot:

Thus spake zov66:

Here is another screen shot:

[1]

[1] i286.photobucket.com/albums/ll11 … lipse2.jpg

Have you verified that AppleJavaExtensions.jar is listed in the
Libraries tab of the Java Build Path pane of the Properties dialog
for the project?


J.

Has anyone had success with Netbeans? I am not that familar with NetBeans, but I am attempting to SVN down the VASSAL engine code now.

I know that the ‘new’ direction for VASSAL 4 is C++ (which is kind of ironic, I used to be a C/C++ programmer and in 2004 I could not find any jobs doing that, so just this year I switched to java, did some C# from 2006 to 2009 or so off and on). Java obviously is platform independent so not sure why you would want to screw with that by going to C++ which in general is platform dependent, at least to most of my past knowledge.

At any rate I do like Eclipse it is what we use at work and now that I downloaded NB7 and Java7 NB7 is pretty neat as well.

Interesting, that lib was not listed, the instructions only indicated setting the lib jars, after I added the lib-nondist that removed all but 4 errors.

Okay, I then added that to the out put and did a clean and VASSAL is okay now. But CASL was complainign about a 1.5 JRE which I don’t have (only have 1.6 and 1.7) so I just removed that and then CASL has a black thing in it but it looks okay. Now ASL is complaining with 4 errors.

MappedBufferedImage cannot be resolved to a type
ASLBoard.java
/dlazov - ASL/src/VASL/build/module/map/boardPicker
line 377
Java Problem

Here is two screen shots:

at line error

hover over error

close but not quite their yet…