mvn tc:run fails under Windows with path problems
-------------------------------------------------

                 Key: CDV-477
                 URL: https://jira.terracotta.org/jira//browse/CDV-477
             Project: Community Development
          Issue Type: Bug
          Components: Build & Test
    Affects Versions: trunk-nightly
            Reporter: Gary Keim
            Assignee: Issue Review Board


On Windows the a maven project created using maven-tc-plugin webapp-archetype 
fails to run due to a few problems with paths in the command generated to build 
the bootjar and run the client webapp.

1) By default my local maven repo lives at C:\Documents and 
Settings\gkeim\.m2\repository and this is being used in the 
tc.session.classpath in an unescaped/quoted way
2) The classpath used when invoking bootjartool is over 8K long and this 
results in failure.

To reproduce create a new tc webapp project:

% mvn archetype:create -DgroupId=org.acme -DartifactId=webapp 
-DarchetypeGroupId=org.terracotta.maven.archetypes 
-DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=1.0-SNAPSHOT
% mvn tc:run


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to