Issue Type: Bug Bug
Affects Versions: 1.6
Assignee: Unassigned
Created: 12/Dec/13 9:29 AM
Description:

The generate batch file uses a construction like this:

if "%REPO%"=="" set REPO=%BASEDIR%\#REPO#

The problem with this construction is if the environment already contains a value for the REPO this will result in failures of the generated batch file.


The problem has occured by calling a generated batch file from a program which is started by a generated batch file.

In my opinion a solution could be to change the above code into:

set REPO=%BASEDIR%\#REPO#
Environment: Windows
Project: Mojo's AppAssembler Maven Plugin
Priority: Blocker Blocker
Reporter: Karl Heinz Marbaise
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to