[
http://jira.jboss.com/jira/browse/JBIDE-1703?page=comments#action_12403334 ]
Gleb Galkin commented on JBIDE-1703:
------------------------------------
I' ve discovered how to make a bundle of all jboss-tools docs: I've added a
pom.xml and all_guides.xml into jboss-tools-docs folder (see in svn). But I've some
problems:
1. with ant task: I try to delete 'archive-tmp' folder from target folder, but it
doesn't work. The code is:
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<configuration>
<tasks>
<echo message="################### Deleting archive-tmp
#####################"/>
<delete includeEmptyDirs="true"
dir="target/archive-tmp"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
2. <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions> parameter
doesn't work. So the 'finalName' appers with suffix '.dir' (en.dir)
Mavenize the docbook build
--------------------------
Key: JBIDE-1703
URL:
http://jira.jboss.com/jira/browse/JBIDE-1703
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Build/Releng
Reporter: Max Andersen
Assigned To: Mark Newton
Fix For: 2.1
Attachments: eclipse.xsl, pom.xml, settings.xml
Will give us the standard style + eclipse look'n'feel out of the box
--
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