On Nov 5, 2010, at 10:13 AM, Vanessa Pacheco wrote:
> Matt,
>
>> My only issue is that with my env CATALINA variable and one other change to
>> pom.xml, it >still doesn't depoly to my installed version of tomcat.
>> What do you see when run "echo %CATALINA_HOME%" from the command line?
>
> Here's the command I ran, with output. In windows its a user environment
> variable, not a system env var. Don't know if that makes a diff. I also have
> %CATALINA_HOME%\bin in my path, though I don't think that should matter
> C:\>echo %CATALINA_HOME%
> c:\tomcat6
This should work. What makes you think Cargo is not using it when running
tests? To be sure it's using it, you could remove the following from your
pom.xml:
<zipUrlInstaller>
<url>${cargo.container.url}</url>
<installDir>${installDir}</installDir>
</zipUrlInstaller>
>
>> The -ve values for PK IDs in the database is because my sample-data.xml has
>> -ve values. Was >there a reason for this?
>> Nope, I don't believe the -ve was done by AppFuse. If it was, it might be a
>> bug.
>
> Attaching a sample test data xml file after running the archtype-generate
> command.
This file doesn't have any -ve values in it. Am I missing something?
>
> Vanessa<sample-data.xml>---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]