[ 
https://issues.apache.org/jira/browse/SOLR-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754386#action_12754386
 ] 

Ryan McKinley commented on SOLR-1424:
-------------------------------------

no dice.  with:

{code}
$ svn diff
Index: common-build.xml
===================================================================
--- common-build.xml    (revision 814053)
+++ common-build.xml    (working copy)
@@ -104,13 +104,12 @@
   <property name="junit.reports" 
location="${common.dir}/${dest}/test-results/reports"/>

   <!-- Maven properties -->
-  <property name="maven.build.dir" value="${basedir}/build/maven"/>
-  <property name="maven.dist.dir" value="${basedir}/dist/maven"/>
+  <property name="maven.build.dir" location="${basedir}/build/maven"/>
+  <property name="maven.dist.dir" location="${basedir}/dist/maven"/>
+  <property name="maven.dist.prefix" 
location="${maven.dist.dir}/org/apache/solr"/>

-  <property name="maven.dist.prefix" 
value="${maven.dist.dir}/org/apache/solr"/>
-
{code}

I still get:
{code}
generate-maven-artifacts:
     [copy] Copying 1 file to 
c:\workspace\apache\solr\build\maven\c:\workspace\apache\solr\src\maven

BUILD FAILED
c:\workspace\apache\solr\build.xml:750: The following error occurred while 
executing this line:
c:\workspace\apache\solr\common-build.xml:260: Failed to copy 
c:\workspace\apache\solr\src\maven\solr-parent-pom.xml.template to 
c:\workspace\apache\solr\build\maven\c:\workspace\apache\solr\src\maven
\solr-parent-pom.xml.template due to java.io.FileNotFoundException 
c:\workspace\apache\solr\build\maven\c:\workspace\apache\solr\src\maven\solr-parent-pom.xml.template
 (The filename, directory name, o
r volume label syntax is incorrect)

Total time: 4 minutes 7 seconds
{code}

looking around at some other options, but don't see anything obvious

> ant generate-maven-artifacts fails on windows
> ---------------------------------------------
>
>                 Key: SOLR-1424
>                 URL: https://issues.apache.org/jira/browse/SOLR-1424
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> From solr-user...
> {noformat}
> generate-maven-artifacts:
>     [mkdir] Created dir: c:\Downloads\solr_trunk\build\maven
>     [mkdir] Created dir: c:\Downloads\solr_trunk\dist\maven
>      [copy] Copying 1 file to
> c:\Downloads\solr_trunk\build\maven\c:\Downloads\s
> olr_trunk\src\maven
> BUILD FAILED
> c:\Downloads\solr_trunk\build.xml:741: The following error occurred while
> execut
> ing this line:
> c:\Downloads\solr_trunk\common-build.xml:261: Failed to copy
> c:\Downloads\solr_t
> runk\src\maven\solr-parent-pom.xml.template to
> c:\Downloads\solr_trunk\build\mav
> en\c:\Downloads\solr_trunk\src\maven\solr-parent-pom.xml.template due to
> java.io
> .FileNotFoundException
> c:\Downloads\solr_trunk\build\maven\c:\Downloads\solr_tru
> nk\src\maven\solr-parent-pom.xml.template (The filename, directory name, or
> volu
> me label syntax is incorrect)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to