|
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 > > |