Pony7 / cspoker

Automatically exported from code.google.com/p/cspoker
GNU General Public License v2.0
1 stars 0 forks source link

Provide build files in the trunk #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if the build files (maven, ant, whatever) would be placed
in the trunk also, so one can easily compile cspoker from the sources  (it
is kind of a hassle to set this up) into the output format that is supplied
as the downloadable version.

Best regards,
Stephan

Original issue reported on code.google.com by stephan....@gmail.com on 27 Mar 2008 at 3:24

GoogleCodeExporter commented 9 years ago
i've downloaded the source and adapted to eclipse, but i really appreciate if 
there
is a build script like maven

Original comment by alessand...@gmail.com on 5 Jul 2008 at 7:15

GoogleCodeExporter commented 9 years ago
I've done the same but also changed some of the folder structures to adhere to 
maven
build conventions.

I have also written an SWT client and added some functionality such as
- support for multiple tables, sitin, sitout, rebuy, buyin for amount x
- cspoker devs: if you're interested in the code write me an email (it would 
need to
be integrated manually since I changed the folder structures ...

A compliment to the developers: the code is very well written and documented.

Best regards,

Stephan

Original comment by stephan....@gmail.com on 6 Jul 2008 at 7:34

GoogleCodeExporter commented 9 years ago
By request I will post my implementation here. Copy and pasted from the 
README.txt:

This zipped archive contains an adapted version of the cspoker source code
(http://code.google.com/p/cspoker/).

IMPORTANT: The client/cfg/images folder is empty. This contains playing cards 
and
chip images I have used which may be copyrighted (unsure).

This is very much work-in-progress and not heavily tested as the official 
0.1-beta
release of the guys at cspoker. I have not yet created any jar exports, this 
version
runs only inside eclipse as of yet.

----------------------------------------------------------------------

Notable changes to the CVS repository version of cspoker:

- changed folder structure for easier management in IDE

- I left the eclipse project files in the zip archive for easier setup in 
eclipse. A
maven build script would be nice though (I have not yet implemented any 
standalone
export functionality, during testing I run everything from inside the eclipse 
IDE)
- I made some changes to the client-server API as well (RemoteCommunication) in 
order
to be able to dispatch on the client side as needed to avoid duplicate code (for
example, if all GameEvents should be handled in the same way first). This also 
made
sense with the new multitabling feature
- Some new functionality (sitin, sitout, etc.)
- (This will break some of the old tests!)
- Rudimentary bankroll functionality (not yet implemented)
- The SWT client is not yet finished but it works when the image resources are 
there.
There are borders around the composites for better viewing during development 
(need
to be removed later)

- Feel free to ask me any questions by email: vomfeinsten@gmx.de. I also 
appreciate
any comments/criticism/suggestions. Also contact me under this email if you need
instructions how to set up the image folder for displaying chips/cards.

Best regards,
Stephan Schmidt

Original comment by stephan....@gmail.com on 7 Jul 2008 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
Add. comment: The archive was created with IZArc and I can extract it fine with 
this
program.

Original comment by stephan....@gmail.com on 7 Jul 2008 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by kenzotom...@gmail.com on 1 Aug 2008 at 1:17

GoogleCodeExporter commented 9 years ago
- The directory structure has been changed to Maven conventions.
- Maven 2 build scripts are also available for all modules, except 
Client-GUI-JavaFX 
and Client-GUI-SWT and the new Client-GUI-Flex modules.

Original comment by kenzotom...@gmail.com on 1 Aug 2008 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by kenzotom...@gmail.com on 3 Aug 2008 at 1:56