[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3585) seamgen broken for cygwin and when path contains spaces on Windows
Dan Allen (JIRA)
jira-events at lists.jboss.org
Thu Oct 23 14:53:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Allen updated JBSEAM-3585:
------------------------------
Attachment: JBSEAM-3585-seam-bat.txt
Uploaded a patch for properly dealing with spaces in seam.bat. I also realized that if the working directory was the file system root, the script was broken. And the SEAM_HOME environment variable was not being honored. All fixed now.
> seamgen broken for cygwin and when path contains spaces on Windows
> ------------------------------------------------------------------
>
> Key: JBSEAM-3585
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3585
> Project: Seam
> Issue Type: Bug
> Components: Tools
> Reporter: Clint Popetz
> Assignee: Dan Allen
> Priority: Minor
> Fix For: 2.1.1.CR1
>
> Attachments: JBSEAM-3585-seam-bat.txt, seam-cygwin.patch
>
>
> The latest changes to the seam shell script are broken on cygwin, at least for me. SEAM_HOME is created by the script to have forward slashes, but then it has a back-slashed lib\ant-launcher.jar appended to it when building the java command. The attached patch fixes it for me...I just had it `cygpath -a -w` SEAM_HOME on cygwin.
> A similar problem exists if you try to execute seam setup from a directory which has spaces in it (i.e C:\Documents And Setting)
--
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 seam-issues
mailing list