[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-965) classes directory is not deployed in war

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Sep 28 11:13:41 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-965?page=comments#action_12379338 ] 
            
Rob Stryker commented on JBIDE-965:
-----------------------------------

I have a project that works from yesterday vs a new project. The .component files are listed as follows:

Old:
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="myseam">
        <wb-resource deploy-path="/" source-path="/WebContent"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/action"/>
        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/model"/>
        <property name="context-root" value="myseam"/>
        <property name="java-output-path" value="build/classes"/>
    </wb-module>
</project-modules>


New:
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="TestSeam">
        <wb-resource deploy-path="/" source-path="/WebContent"/>
        <property name="context-root" value="TestSeam"/>
        <property name="java-output-path" value="build/classes"/>
    </wb-module>
</project-modules>


Difference:
-        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/action"/>
-        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/model"/>

The project is not being created properly

> classes directory is not deployed in war
> ----------------------------------------
>
>                 Key: JBIDE-965
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-965
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JBoss Tools Core
>    Affects Versions: 2.0.0.Beta3
>         Environment: linux
>            Reporter: Max Andersen
>         Assigned To: Rob Stryker
>            Priority: Blocker
>             Fix For: 2.0.0.Beta4
>
>
> create new seam project, deploy/run on server.
> Everything seem fine, except /web-inf/classes is not there.

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

        



More information about the jbosstools-issues mailing list