[ 
https://jira.codehaus.org/browse/DOXIATOOLS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=277837#comment-277837
 ] 

Herve Boutemy commented on DOXIATOOLS-11:
-----------------------------------------

I now understand the error we're facing:
{noformat}[INFO] Copying 15 resources to /
[DEBUG] file Monospaced.gif has a non filtered file extension
[DEBUG] copy 
/home/herve/projets/maven/trunks/sandbox/doxia/doxia-ide/eclipse/eclipse/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/icons/dtool16/Monospaced.gif
 to /icons/dtool16/Monospaced.gif
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------{noformat}

see 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml?r1=1162759&r2=1163052&diff_format=h
{code:xml}<resources>
    <resource>
        <targetPath>/</targetPath>
        <filtering>false</filtering>
        <directory>${basedir}</directory>
        <includes>
            <include>icons/**</include>
        </includes>
   </resource>
</resources>{code}

we can't have targetPath=/, I can't write on /

I removed this configuration, and now it builds: seems like some temporary 
build files (lib/ and icons/ directories) have been imported in svn, which 
should not
we'll need to clean-up sometime

question: now that everything is built, how do I get an update site (to import 
into Eclipse)?

> add Doxia Eclipse Editor to Apache CI server
> --------------------------------------------
>
>                 Key: DOXIATOOLS-11
>                 URL: https://jira.codehaus.org/browse/DOXIATOOLS-11
>             Project: Maven Doxia Tools
>          Issue Type: New Feature
>          Components: Doxia Eclipse Editor
>            Reporter: Herve Boutemy
>         Attachments: doxia-osgi.log, typescript
>
>
> latest builds should be downloadable from 
> https://builds.apache.org//view/M-R/view/Maven/

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to