Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Packe
Hi, Yes, I realized that to so I changed the name of my branch now so that it doesn't contain any digit anymore. /Pascal 3 jan 2014 kl. 23:11 skrev Joachim : > Hi Pascal, > > the numbers on the other branches are release numbers apart from > branch_k1_support and I have no idea what that bran

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Joachim
Hi Pascal, the numbers on the other branches are release numbers apart from branch_k1_support and I have no idea what that branch is for. Regards, Joachim Am 03.01.2014 22:50, schrieb Packe: > Probably yes but I saw that some other branches also had some numbers in > their name so I thought it

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Packe
sdiy.de> To: Joachim X-Mailer: Apple Mail (2.1510) Probably yes but I saw that some other branches also had some numbers in their name so I thought it wasn't that bad.. Is it possible to rename a branch? BR /Pascal 3 jan 2014 kl. 22:12 skrev Joachim : > Hi, > > ah, didn't check this. OK, th

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Joachim
Hi, ah, didn't check this. OK, then I think it's best to rename the branch system-test5 to system-test: http://sourceforge.net/p/jsynthlib/code/HEAD/tree/branches/ I use SVN at work but never created a branch on my own so I confused it here with real folders. Might also be that I'm currently pr

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Packe
sdiy.de> To: Joachim X-Mailer: Apple Mail (2.1510) Hi, I think I only created one? I'm not used to SVN so there has been some problems along the way. Basically it should be a standard maven structure of the project now. In the src/test/resources I've put quite some xml files containing syses

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Packe
Ah crap.. That's branches that I've created. This is where I was a bit confused with SVN. Are those really folders in the source repo? I think that if you check out trunk there should be no such folders. BR /Pascal 3 jan 2014 kl. 21:47 skrev Joachim : > Hi, > > there are five system-test fo

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Joachim
Hi, there are five system-test folders. Like system-test5 here: http://sourceforge.net/p/jsynthlib/code/1238 Joachim Am 03.01.2014 21:39, schrieb Packe: > > Hi, > > I think I only created one? > > I'm not used to SVN so there has been some problems along the way. > > Basically it should be a sta

Re: [Jsynthlib-devel] Change project structure

2014-01-03 Thread Joachim
Hi, why are you creating so many 'test' folders? Cheers, Joachim Am 20.10.2013 22:09, schrieb Packe: > Hi again, > > I have now been given admin rights to this project (thanks Joachim). What I > understood from Joachim is that there is no active maintainer of the > JSynthlib project today. So

Re: [Jsynthlib-devel] Change project structure

2013-11-07 Thread chrisware...@chriswareham.demon.co.uk
Packe [pack...@yahoo.se] wrote on 05 November 2013 19:08: > > Hi again, > > I've been away for a week and didn't have time to work on this. > > I will now start the work to port the project to Maven. > > Chris, did you have the time to look at what you have done in the > build.xml file in your

Re: [Jsynthlib-devel] Change project structure

2013-11-05 Thread Packe
Hi again, I've been away for a week and didn't have time to work on this. I will now start the work to port the project to Maven. Chris, did you have the time to look at what you have done in the build.xml file in your refactor branch? >From what I could see you just cleaned it up and added

Re: [Jsynthlib-devel] Change project structure

2013-10-22 Thread Frankie Fisher
There is some stuff in the old user guide here: http://sourceforge.net/p/jsynthlib/wiki/User%20Guide/ On 22/10/2013 09:47, Packe wrote: > terrorise.me.uk> > To: Frankie Fisher , > "chrisware...@chriswareham.demon.co.uk" > > X-Mailer: Apple Mail (2.1510) > > Hi, > > Frankie, thanks for the feed

Re: [Jsynthlib-devel] Change project structure

2013-10-22 Thread Packe
terrorise.me.uk> To: Frankie Fisher , "chrisware...@chriswareham.demon.co.uk" X-Mailer: Apple Mail (2.1510) Hi, Frankie, thanks for the feedback. I have made a fix for Mac OS X which should work out of the box so there shouldn't actually need to be any Mac specific docs at all anymore. It wou

Re: [Jsynthlib-devel] Change project structure

2013-10-21 Thread chrisware...@chriswareham.demon.co.uk
Packe [pack...@yahoo.se] wrote: > > Hi again, > > I have now been given admin rights to this project (thanks Joachim). What I > understood from Joachim is that there is no active maintainer of the > JSynthlib project today. So I'm now willing to assume that role. > Hi Pascal, Glad to see tha

Re: [Jsynthlib-devel] Change project structure

2013-10-21 Thread Frankie Fisher
We've got a release that is kind of ready to go that has multiple new synths since the last official release which was about 5 years ago. There was pretty much 1 reported issue that could block a release, which was that JSL hasn't worked on some versions of macs. There recently were some patches t

Re: [Jsynthlib-devel] Change project structure

2013-10-20 Thread Packe
Hi again, I have now been given admin rights to this project (thanks Joachim). What I understood from Joachim is that there is no active maintainer of the JSynthlib project today. So I'm now willing to assume that role. I've been sketching on sort of a roadmap and would like to get some feedbac

Re: [Jsynthlib-devel] Change project structure

2013-10-17 Thread Packe
Hi Chris! I understand your concerns regarding the status of this project. I found it about 6 months ago while I was creating something similar (from scratch..) and thought it would be worth a try to implement drivers for my synthesizers using JSynthlib instead, and it actually was… What worr

Re: [Jsynthlib-devel] Change project structure

2013-10-17 Thread chrisware...@chriswareham.demon.co.uk
Hi Pascal, Packe [pack...@yahoo.se] wrote: > > Hi, > > Yes, I have had a look at the refactor branch. My concern about that branch > was that it didn't seem active and that in some mailing list conversation > there was very high aims for what was going to be developed in that branch. > I got t

Re: [Jsynthlib-devel] Change project structure

2013-10-16 Thread denis queffeulou
Hi, maven and ant can be used together. For example if you have special things to do for build the package, you can call ant from the pom. My professionnal projects often combine maven and ant as maven is the common build tool for all. Another choice yould be Gradle wich can be viewed as maven

Re: [Jsynthlib-devel] Change project structure

2013-10-16 Thread Packe
Hi, Yes, I have had a look at the refactor branch. My concern about that branch was that it didn't seem active and that in some mailing list conversation there was very high aims for what was going to be developed in that branch. Therefore I felt that it would take quite a long time to merge t

Re: [Jsynthlib-devel] Change project structure

2013-10-16 Thread chrisware...@chriswareham.demon.co.uk
Packe [pack...@yahoo.se]: > > Hi again, > > I have now committed my Roland D50 and Emu Proteus/2 contributions. > > One thing that annoys me is the source code structure. I have seen in > previous threads in this mailing list some > people suggesting porting JSynthLib to the Maven folder struct

Re: [Jsynthlib-devel] Change project structure

2013-10-15 Thread Maciej Łoziński
That's great for me! cheers Maciek W dniu 14.10.2013 21:56, Packe pisze: > Hi again, > > I have now committed my Roland D50 and Emu Proteus/2 contributions. > > One thing that annoys me is the source code structure. I have seen in > previous threads in this mailing list some people suggesting p