You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/09/08 23:02:16 UTC

DO NOT REPLY [Bug 36565] New: - jsharpc fails when run from directory with space in the path

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36565>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36565

           Summary: jsharpc fails when run from directory with space in the
                    path
           Product: Ant
           Version: 1.6.5
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: lori@dragonsharp.com


I'm attempting to compile some java code into .NET using jsharpc.  When my
project/build resides in "C:\Documents and Settings\user\Projects\project1, the
jsharpc task (with embedded src) fails with the following message:

compile:
  [jsharpc] compiling 124 files
  [jsharpc] error VJS1005: File 'and' not found

If I move the project to C:\project1, then it works. 

Obviously, jsharpc is failing on compiling a file "C:\Documents and Settings..."
   I think this problem would be fixed if the embedded <src> (fileset) element
listed files as "relative" instead of "absolute".  Not sure if this is feasible,
but it's an idea.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org