[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-349) ClassNotFoundException when starting cache in runGuiDemo.bat because of problem in the script
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Thu Feb 18 06:02:16 EST 2010
[ https://jira.jboss.org/jira/browse/ISPN-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-349.
--------------------------------
Fix Version/s: 4.0.0.Final
Resolution: Done
> ClassNotFoundException when starting cache in runGuiDemo.bat because of problem in the script
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-349
> URL: https://jira.jboss.org/jira/browse/ISPN-349
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 4.0.0.CR4
> Environment: Windows
> Reporter: Oswaldo Cavalcanti Dantas Junior
> Assignee: Manik Surtani
> Fix For: 4.0.0.Final
>
>
> Line 10 in runGUIDemo.bat found in infinispan 4.0.0 CR4 is:
> set my_classpath=%my_classpath;..\infinispan-core.jar
> There is a missing %. It should be:
> set my_classpath=%my_classpath%;..\infinispan-core.jar
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list