[ 
http://issues.apache.org/jira/browse/GERONIMO-2352?page=comments#action_12431957
 ] 
            
Jason Dillon commented on GERONIMO-2352:
----------------------------------------

These war's don't need jspc... the problem you saw was because the root pom 
configures war's to assume that they are to be used with jspc by default... and 
I even have some comments to remove that.

The fix is simiple though...

{code:xml}
<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
                <configuration>
                    
<webXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</webXml>
                </configuration>
            </plugin>
{code}

I will eventually reconfigure the default war plugin to not assume its being 
used with jspc.

> j2ee-builder test deployment modules won't actually deploy
> ----------------------------------------------------------
>
>                 Key: GERONIMO-2352
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2352
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Bill Dudney
>         Assigned To: Jason Dillon
>         Attachments: GERONIMO-2352.bdudney.patch
>
>
> The ear/war/ejb-jar/rar files wont actually deploy to the server.
> I have a partial patch avalible but I'd like to get some discussion going on 
> how to fix some of the problems, that is happening in the dev list.
> I will post the complete patch here when that discussion is wrapped up.

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

        

Reply via email to