You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Rabbe Fogelholm (JIRA)" <se...@james.apache.org> on 2007/09/16 22:19:32 UTC

[jira] Created: (JAMES-815) The build process should auto-create the www directory

The build process should auto-create the www directory
------------------------------------------------------

                 Key: JAMES-815
                 URL: https://issues.apache.org/jira/browse/JAMES-815
             Project: James
          Issue Type: Bug
          Components: Build System
    Affects Versions: 2.3.1
         Environment: Linux
            Reporter: Rabbe Fogelholm
             Fix For: Next Minor


I have downloaded the source tarball james-with-phoenix-2.3.1-src.tar.gz with the sole purpose of building the included docware. After fixing the tools/bin/ant script as described in JAMES-814 and trying

   `sh ./build.sh website'

I get this final result,

BUILD FAILED
file:/tmp/local/james/src/build.xml:414: /tmp/local/james/src/www not found.

This can be remedied by creating the 'www' directory, at the same level as lib, dist, tools etc, prior to invoking `sh ./build.sh website'. This should however be taken care of by the build system.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-815) The build process should auto-create the www directory

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefano Bagnara resolved JAMES-815.
-----------------------------------

    Resolution: Fixed
      Assignee: Stefano Bagnara

Removed xdocs/website targets from other targets "depends".
The website is built with maven.

> The build process should auto-create the www directory
> ------------------------------------------------------
>
>                 Key: JAMES-815
>                 URL: https://issues.apache.org/jira/browse/JAMES-815
>             Project: James
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 2.3.1
>         Environment: Linux
>            Reporter: Rabbe Fogelholm
>            Assignee: Stefano Bagnara
>             Fix For: 2.3.2
>
>
> I have downloaded the source tarball james-with-phoenix-2.3.1-src.tar.gz with the sole purpose of building the included docware. After fixing the tools/bin/ant script as described in JAMES-814 and trying
>    `sh ./build.sh website'
> I get this final result,
> BUILD FAILED
> file:/tmp/local/james/src/build.xml:414: /tmp/local/james/src/www not found.
> This can be remedied by creating the 'www' directory, at the same level as lib, dist, tools etc, prior to invoking `sh ./build.sh website'. This should however be taken care of by the build system.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org