|
From: David W <di...@ho...> - 2009-04-29 00:48:16
|
I'm trying to parse a .clo file that I created and am having issues getting it to work in Windows (it succeeds in linux with no problems). The output is as follows (I've removed the paths in the output): > java -jar ..\ThirdParty\clops-0.2\lib\clops.jar edgecli.clo -o=src\generated -p=generated clops 0.2 rev572 (2009-04-21 16:20:07) Successfully parsed dsl file! Error, template not found: templates\gen-parser.vm Error, template not found: templates\gen-interface.vm Error, template not found: templates\gen-op-store.vm Error, template not found: templates\gen-rule-store.vm Created code in src\generated Any ideas on why this would be failing (I suppose I could look through the source code to see what it's doing, but I'd prefer not to go that route for now)? _________________________________________________________________ Rediscover Hotmail®: Get e-mail storage that grows with you. http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage2_042009 |
|
From: Fintan F. <fi...@gm...> - 2009-04-29 09:38:34
|
Hi David, Firstly, thanks for your interest in clops and for reporting this issue. I have been able to recreate this issue on windows xp x64, running java 1.6.0_13. The issue was that we had a path containing a '/' instead of a File.separator, and we've now fixed this. It now works on my windows test setup. We have a created a maintenance release (0.2.1) which contains this fix. https://sourceforge.net/project/showfiles.php?group_id=257014&package_id=315070&release_id=679186 If you can confirm that this fixed version works for you, that would be great. Thanks again, Fintan On Wed, Apr 29, 2009 at 1:47 AM, David W <di...@ho...> wrote: > I'm trying to parse a .clo file that I created and am having issues > getting it to work in Windows (it succeeds in linux with no problems). The > output is as follows (I've removed the paths in the output): > > > java -jar ..\ThirdParty\clops-0.2\lib\clops.jar edgecli.clo > -o=src\generated -p=generated > clops 0.2 rev572 (2009-04-21 16:20:07) > Successfully parsed dsl file! > Error, template not found: templates\gen-parser.vm > Error, template not found: templates\gen-interface.vm > Error, template not found: templates\gen-op-store.vm > Error, template not found: templates\gen-rule-store.vm > Created code in src\generated > > Any ideas on why this would be failing (I suppose I could look through the > source code to see what it's doing, but I'd prefer not to go that route for > now)? > > ------------------------------ > Rediscover Hotmail®: Get e-mail storage that grows with you. Check it out.<http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage2_042009> > > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > Clops-users mailing list > Clo...@li... > https://lists.sourceforge.net/lists/listinfo/clops-users > > |
|
From: David W <di...@ho...> - 2009-04-29 19:01:39
|
Thanks Julien and Fintan for looking at the problem, responding to my email, and fixing the problem so quickly. I just downloaded the new point release and it works in Windows now as well. I will definitely let you know if I have any other requests or see any other issues as I will be using CLOPS along with a coworker to rework a CLI that was written in Java and needs to be redone. There was one issue that I posted on the sourceforge page, which was to update the examples directories (the build.xml as well as the lib directory) to work with the latest version of CLOPS. When I was going through the tutorial and trying to compile the wc example for myself, I had no clue what was going on until I looked into the jar files and then realized that the manifest had the previous version of velocity mentioned. Date: Wed, 29 Apr 2009 10:38:24 +0100 Subject: Re: [Clops-users] error running 0.2 on Windows From: fi...@gm... To: di...@ho... CC: clo...@li... Hi David, Firstly, thanks for your interest in clops and for reporting this issue. I have been able to recreate this issue on windows xp x64, running java 1.6.0_13. The issue was that we had a path containing a '/' instead of a File.separator, and we've now fixed this. It now works on my windows test setup. We have a created a maintenance release (0.2.1) which contains this fix. https://sourceforge.net/project/showfiles.php?group_id=257014&package_id=315070&release_id=679186 If you can confirm that this fixed version works for you, that would be great. Thanks again, Fintan On Wed, Apr 29, 2009 at 1:47 AM, David W <di...@ho...> wrote: I'm trying to parse a .clo file that I created and am having issues getting it to work in Windows (it succeeds in linux with no problems). The output is as follows (I've removed the paths in the output): > java -jar ..\ThirdParty\clops-0.2\lib\clops.jar edgecli.clo -o=src\generated -p=generated clops 0.2 rev572 (2009-04-21 16:20:07) Successfully parsed dsl file! Error, template not found: templates\gen-parser.vm Error, template not found: templates\gen-interface.vm Error, template not found: templates\gen-op-store.vm Error, template not found: templates\gen-rule-store.vm Created code in src\generated Any ideas on why this would be failing (I suppose I could look through the source code to see what it's doing, but I'd prefer not to go that route for now)? Rediscover Hotmail®: Get e-mail storage that grows with you. Check it out. ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Clops-users mailing list Clo...@li... https://lists.sourceforge.net/lists/listinfo/clops-users _________________________________________________________________ Rediscover Hotmail®: Get quick friend updates right in your inbox. http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009 |