Looks like some quoting is needed - I'm guessing
maven.repo.local=c:\documents and settings\username\.maven\repository ?
Workaround is to set maven.repo.local somewhere else in your
build.properties that doesn't contain spaces.

- Brett

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 22 August 2003 6:18 AM
> To: [EMAIL PROTECTED]
> Subject: windows syntax error
> 
> 
> 
> I am getting the error seen below.  Has anyone else had this error.
> 
>         <exec dir="." 
> executable="${env.WEBSPHERE_HOME}/bin/ejbdeploy.bat">
>               <arg 
> line="${maven.repo.local}/${dep.artifactDirectory}/${dep.type}
> s/${dep.artifact}
> temp Deployed_${dep.artifact}"/>
> 
>         </exec>
> 
> 
> 
>     [exec] Input options error: The input filename must end 
> in '.jar' or '.ear'.  It was C:\Documents..
>     [exec] 0 Errors, 0 Warnings, 0 Informational Messages
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to