Author Topic: AutoVersioning Plugin  (Read 185713 times)

JaredR26

  • Guest
Re: AutoVersioning Plugin
« Reply #60 on: July 26, 2007, 11:02:57 pm »
If no one is able to help me, do you think you could provide a pre-compiled windows copy JGM?

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #61 on: July 27, 2007, 03:21:31 am »
If no one is able to help me, do you think you could provide a pre-compiled windows copy JGM?

Hi sorry for the delay, lets try to compile that  :)!

I advice you to to create a folder structure like the one explained in the wiki for convenience "codeblocks-head/trunk/" and inside that folder the original src folder, not some src/src thats confusing :shock:

I tried both the AutoVersioning and the autoversioning-contrib files, both give the same error.

The AutoVersioning.7z is for generating the autoversioning.cbplugin and the autoversioning-contrib.7z are the files mandatory to the plugins/contrib/autoversioning

my cb global variable points to C:\Installed\CodeBlocks\src

there it will not found the include directory. use the structure recommended in the wiki, the src/src is redundant

, but I tried pointing it to C:\Installed\CodeBlocks\src\src

It should work if you point to that directory :?

and pointing the include variable to C:\Installed\CodeBlocks\src\src\include

that should not be necessary

Well,
first use the autoversioning-contrib.7z and decompress it to the correct plugin/contrib/autoversioning

open the ContribPlugins.workspace and click File->Open and add the plugin/contrib/autoversioning/autoversioning.cbp and hit save workspace

set the $(#CB) variable to codeblocksdirecotry/src/ where the include directory resides.

Hit compile!

You can also open the project file directly from the plugins/contrib/autoversioning and compile it. then run the bat file to produce the correct output.

Thats what I do and I don't have any errors

Hope you can compile it! :)
« Last Edit: July 27, 2007, 03:23:42 am by JGM »

JaredR26

  • Guest
Re: AutoVersioning Plugin
« Reply #62 on: July 28, 2007, 09:48:22 pm »
Got it. :)

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #63 on: July 31, 2007, 04:30:59 am »
Added the plugin on the Announcement for plugins/patches WIKI I think is stable enough.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #64 on: August 10, 2007, 07:05:26 pm »
New version available with some code changes and now using the cbEVT_COMPILER_STARTED. More details and download on first post. :D

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: AutoVersioning Plugin
« Reply #65 on: August 10, 2007, 07:58:53 pm »
More details and download on first post. :D
Thanks for that - applied that to one of my own projects and it worked quite well so far. :D
BTW: Don't you wanna put this under SVN version control (e.g. at BerliOS like CBILplugin or cbMakeGen) maybe?! This makes it easier to update...
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #66 on: August 11, 2007, 02:53:01 am »
Thanks for that - applied that to one of my own projects and it worked quite well so far. :D

Thanks to you and all the developers working to make codeblocks the best tool and programmers friend. Is good to know plugin is working well. :)

BTW: Don't you wanna put this under SVN version control.

It's true! I just thought that it was a small project without a big need to make that, but well, I will do it. I'm not familiar with berlios, I prefer sourceforge, but I think that like codeblocks is there I can associate the plugin with codeblocks.

Does I'm correct?  :?:

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: AutoVersioning Plugin
« Reply #67 on: August 11, 2007, 07:37:07 am »
but I think that like codeblocks is there I can associate the plugin with codeblocks.
Does I'm correct?  :?:
More or less - you can reference the C::B project. My intention was only to have all under one place. Thus is you search through BerliOS for C::B you will get the most important parts. Of course other repros are OK, too (like some plugins are also under google code)... Surely completely up to you - what ever is comfortable enough.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #68 on: August 13, 2007, 03:59:32 pm »
Surely completely up to you - what ever is comfortable enough.

Well, registered an account on berlios, created the new project AutoVersioning, and still waiting for the confirmation email for approve. More than 24 hours has passed. I guess they are really busy with a lot of work.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #69 on: August 16, 2007, 02:49:55 am »
I'm still waiting for the confirmation email of the project AutoVersioning at berlios without a response. I'm getting frustrated. :(

Does this means they doesn't accept it?

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: AutoVersioning Plugin
« Reply #70 on: August 16, 2007, 03:18:32 am »
from memory I think it took well over a week for my confirmation to come through... berlios are pretty frustrating. if you're located in europe it probably makes sense to use them, but in addition to the long project confirmation delay and generally patchy services you get to enjoy:
* lack of documentation (at least english)
* slow connection from the US
* crappy admin controls (excruciating to add file releases, especially with the clumsy anonymous ftp)
* incorrectly signed security certificates

fortunately the Berlios SVN server has been rock solid every time i've had to commit. if that doesn't change i'll probably to continue to use them...

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #71 on: August 21, 2007, 09:52:20 pm »
The autoversioning plugin was approved at berlios :D

Here is the hyperlink https://developer.berlios.de/projects/autoversioning/

Just uploaded the file and screenshots and edited the project info, now I have to set the svn, but I have to wait 6 hours.  :)

If any body wants to join the project for development just send me a private message.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: AutoVersioning Plugin
« Reply #72 on: September 04, 2007, 04:23:09 am »
Auto Versioning new Feature:

Finally I took the time to implement the changes log generator.  :D

This is some Output example of the change log generator:
Code
03 September 2007
   released version 0.7.34 of AutoVersioning-Linux

     Change log:
        -Fixed: pointer declaration
        -Bug: blah blah

02 September 2007
   released version 0.7.32 of AutoVersioning-Linux

     Change log:
        -Documented some areas of the code
        -Reorganized the code for readability

01 September 2007
   released version 0.7.30 of AutoVersioning-Linux

     Change log:
        -Edited the change log window
        -If the change log windows is leave blank no changes.txt is modified


Check the first post for download and screenshots (I have to update the sources on berlios now :?)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: AutoVersioning Plugin
« Reply #73 on: September 05, 2007, 02:30:33 pm »
(I have to update the sources on berlios now :?)
In case you did this: I have no more access to the repository. Neither by any client software nor via the BerliOS (anonymous) interface. The error is 403 - access forbidden. I guess you misconfigured something, maybe...?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Kalma

  • Guest
Re: AutoVersioning Plugin
« Reply #74 on: September 06, 2007, 01:26:58 pm »
Hello, It seems to me that this is usefull plugin for that nice IDE,
but I can't find any link to the sources or binaries, so could smeone give
me a link to the soures or binaries?