Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.5.6
-
Fix Version/s: None
-
Component/s: HelpWanted, Intro, Java Integration
-
Labels:None
-
Number of attachments :
Description
I'm trying to use ant_import, and trying to import a ant script located on our perforce server. Instead of mapping a workspace, I just use p4web so I can always get the latest version. So http://perforce:8080/depot/buildscripts/build.xml fails to load because ant_import requires a filename. Currently I stream the file locally, then load it, but it would be much more convenient to accept a URL.