Re: Build failed in Jenkins: xmlgraphics-fop #16

2016-03-30 Thread Chris Bowditch

Simon,

I moved Findbugs into an optional profile so that developers who prefer 
not to run Findbugs by default as part of the install phase can still do 
so. I need to specify the profile so that the Findbugs configuration is 
picked up when running CI.


Thanks,

Chris

On 30/03/2016 10:24, Simon Steiner wrote:

Hi,

Whats wrong with current config of the job, it was working ok before.

Thanks

-Original Message-
From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com]
Sent: 30 March 2016 10:05
To: fop-dev@xmlgraphics.apache.org
Subject: Re: Build failed in Jenkins: xmlgraphics-fop #16

I need to specify the new profile on the CI jobs. It seems I need the 
hudson-jobadmin role to achieve this and only the PMC chair can grant that. 
Happy to fix this if I'm granted the role

Thanks,

Chris

On 30/03/2016 09:05, Apache Jenkins Server wrote:

See 

Changes:

[cbowditch] move findbugs plugin into a profile so its not run as part
of install unless the profile is enabled

--
[...truncated 904 lines...]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @
fop-sandbox --- [INFO] Installing
 to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphic
s/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.jar
[INFO] Installing

to
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphic
s/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-checkstyle-plugin:2.14:checkstyle (default-cli) @
fop-sandbox --- [CHECKSTYLE] Parsing file
 [CHECKSTYLE] Successfully parsed file

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Ignore new warnings since this is the first valid build
[CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
[CHECKSTYLE] Computing warning deltas based on reference build #15
[INFO] [INFO] --- findbugs-maven-plugin:2.5.5:findbugs (default-cli) @
fop-sandbox --- [INFO] Fork Value is true [INFO] Done FindBugs
Analysis
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in

[FINDBUGS] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[FINDBUGS] Ignore new warnings since this is the first valid build
[FINDBUGS] Plug-in Result: Success - no threshold has been exceeded
[FINDBUGS] Computing warning deltas based on reference build #15
[INFO] [INFO]
--
-- [INFO] Building Apache FOP Servlet 2.2.0-SNAPSHOT [INFO]
--
--
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml (781 B at
2.1 KB/sec)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml (783 B at
4.9 KB/sec)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml (786 B
at 3.0 KB/sec)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
(792 B at 5.7 KB/sec)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
(791 B at 2.4 KB/sec)
Downloading:
https://repository.apache.org/content/repositories/snapshots/org/apach
e/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded:

[jira] [Created] (FOP-2597) Allow hyphenation file without extension

2016-03-30 Thread simon steiner (JIRA)
simon steiner created FOP-2597:
--

 Summary: Allow hyphenation file without extension
 Key: FOP-2597
 URL: https://issues.apache.org/jira/browse/FOP-2597
 Project: FOP
  Issue Type: Bug
Reporter: simon steiner
Assignee: simon steiner


If downloading file from a server file extension may not be in uri so add type 
argument to specify file format

lang/fr.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (FOP-2597) Allow hyphenation file without extension

2016-03-30 Thread simon steiner (JIRA)

 [ 
https://issues.apache.org/jira/browse/FOP-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

simon steiner closed FOP-2597.
--
Resolution: Fixed

> Allow hyphenation file without extension
> 
>
> Key: FOP-2597
> URL: https://issues.apache.org/jira/browse/FOP-2597
> Project: FOP
>  Issue Type: Bug
>Reporter: simon steiner
>Assignee: simon steiner
>
> If downloading file from a server file extension may not be in uri so add 
> type argument to specify file format
> lang/fr.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml

2016-03-30 Thread Chris Bowditch
The site phase currently appears to be broken. Rather than investigate 
that, I moved findBugs into a profile. Which should suit the 
requirements of some people wanting findBugs run as part of install and 
others not wanting it run. Its off by default.


Chris

On 29/03/2016 16:33, Chris Bowditch wrote:
I prefer to know ASAP whether checkstyle or findbugs is broken, and 
having them in validate/verify phases supports this. Moving them to 
manual scripts (as was the case previously) is different to other 
Maven projects I've worked with and seems to encourage introducing new 
issues. Moving the phase of Findbugs seems like a fair compromise, 
I'll have a look into that tomorrow. Alternatively I can move FindBugs 
into its own profile which you have to explicitly enable.


Thanks,

Chris

On 29/03/2016 16:10, Glenn Adams wrote:



On Tue, Mar 29, 2016 at 1:59 AM, Simon Steiner 
> wrote:


Hi,

After this change findbugs is always run for example: mvn clean
install -DskipTests
This doesn’t work on java 8 and takes much longer to run.


I agree with Simon. It is preferable to explicitly specify a findbugs 
goal when performing compile or install. The more standard process is 
to have findbugs run automatically when running the site phase.



Thanks

-Original Message-
From: cbowdi...@apache.org 
[mailto:cbowdi...@apache.org ]
Sent: 24 March 2016 16:17
To: fop-comm...@xmlgraphics.apache.org

Subject: svn commit: r1736460 -
/xmlgraphics/fop/trunk/fop-core/pom.xml

Author: cbowditch
Date: Thu Mar 24 16:16:47 2016
New Revision: 1736460

URL: http://svn.apache.org/viewvc?rev=1736460=rev
Log:
Avoid the need to run checkstyle and findbugs separately and
integrate them into the build process; checkstyle runs in validate
(pre-compile) phase and findbugs runs in verify (post-compile) phase

Modified:
xmlgraphics/fop/trunk/fop-core/pom.xml

Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1736460=1736459=1736460=diff
==
--- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
+++ xmlgraphics/fop/trunk/fop-core/pom.xml Thu Mar 24 16:16:47 2016
@@ -300,6 +300,7 @@
   
   
   
+ org.apache.maven.plugins
maven-checkstyle-plugin
 
${project.baseUri}src/tools/resources/checkstyle/checkstyle.xml
@@ -311,6 +312,15 @@
${project.baseUri}src/tools/resources/checkstyle/suppressions.xml
 warning
 
+
+  
+validate
+validate
+
+  check
+
+  
+
   
   
   
@@ -322,6 +332,15 @@
   Max
   Low
 
+
+  
+verify
+verify
+
+  check
+
+  
+
   
 
 



-
To unsubscribe, e-mail:
fop-commits-unsubscr...@xmlgraphics.apache.org

For additional commands, e-mail:
fop-commits-h...@xmlgraphics.apache.org












Build failed in Jenkins: xmlgraphics-fop #16

2016-03-30 Thread Apache Jenkins Server
See 

Changes:

[cbowditch] move findbugs plugin into a profile so its not run as part of 
install unless the profile is enabled

--
[...truncated 904 lines...]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ fop-sandbox 
---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.jar
[INFO] Installing 
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.14:checkstyle (default-cli) @ fop-sandbox 
---
[CHECKSTYLE] Parsing file 

[CHECKSTYLE] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Ignore new warnings since this is the first valid build
[CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
[CHECKSTYLE] Computing warning deltas based on reference build #15
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.5:findbugs (default-cli) @ fop-sandbox ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in 

[FINDBUGS] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[FINDBUGS] Ignore new warnings since this is the first valid build
[FINDBUGS] Plug-in Result: Success - no threshold has been exceeded
[FINDBUGS] Computing warning deltas based on reference build #15
[INFO] 
[INFO] 
[INFO] Building Apache FOP Servlet 2.2.0-SNAPSHOT
[INFO] 
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
 (781 B at 2.1 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
 (783 B at 4.9 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
 (786 B at 3.0 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (792 B at 5.7 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (791 B at 2.4 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (788 B at 5.2 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
 (787 B at 3.5 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (790 B at 2.2 KB/sec)

[jira] [Commented] (FOP-2597) Allow hyphenation file without extension

2016-03-30 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15217675#comment-15217675
 ] 

simon steiner commented on FOP-2597:


Added http://svn.apache.org/viewvc?view=revision=1737084

> Allow hyphenation file without extension
> 
>
> Key: FOP-2597
> URL: https://issues.apache.org/jira/browse/FOP-2597
> Project: FOP
>  Issue Type: Bug
>Reporter: simon steiner
>Assignee: simon steiner
>
> If downloading file from a server file extension may not be in uri so add 
> type argument to specify file format
> lang/fr.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


RE: Build failed in Jenkins: xmlgraphics-fop #16

2016-03-30 Thread Simon Steiner
Hi,

Whats wrong with current config of the job, it was working ok before.

Thanks

-Original Message-
From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com] 
Sent: 30 March 2016 10:05
To: fop-dev@xmlgraphics.apache.org
Subject: Re: Build failed in Jenkins: xmlgraphics-fop #16

I need to specify the new profile on the CI jobs. It seems I need the 
hudson-jobadmin role to achieve this and only the PMC chair can grant that. 
Happy to fix this if I'm granted the role

Thanks,

Chris

On 30/03/2016 09:05, Apache Jenkins Server wrote:
> See 
>
> Changes:
>
> [cbowditch] move findbugs plugin into a profile so its not run as part 
> of install unless the profile is enabled
>
> --
> [...truncated 904 lines...]
> [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
> fop-sandbox --- [INFO] Installing 
>  op-sandbox-2.2.0-SNAPSHOT.jar> to 
> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphic
> s/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.jar
> [INFO] Installing 
>  
> to 
> /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphic
> s/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.pom
> [INFO]
> [INFO] --- maven-checkstyle-plugin:2.14:checkstyle (default-cli) @ 
> fop-sandbox --- [CHECKSTYLE] Parsing file 
>  heckstyle-result.xml> [CHECKSTYLE] Successfully parsed file 
> 
>  of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
> [CHECKSTYLE] Ignore new warnings since this is the first valid build 
> [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded 
> [CHECKSTYLE] Computing warning deltas based on reference build #15 
> [INFO] [INFO] --- findbugs-maven-plugin:2.5.5:findbugs (default-cli) @ 
> fop-sandbox --- [INFO] Fork Value is true [INFO] Done FindBugs 
> Analysis
> [FINDBUGS] Finding all files that match the pattern findbugsXml.xml 
> [FINDBUGS] Parsing 1 file in 
> 
> [FINDBUGS] Successfully parsed file 
> 
>  of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
> [FINDBUGS] Ignore new warnings since this is the first valid build 
> [FINDBUGS] Plug-in Result: Success - no threshold has been exceeded 
> [FINDBUGS] Computing warning deltas based on reference build #15 
> [INFO] [INFO] 
> --
> -- [INFO] Building Apache FOP Servlet 2.2.0-SNAPSHOT [INFO] 
> --
> --
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml (781 B at 
> 2.1 KB/sec)
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml (783 B at 
> 4.9 KB/sec)
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml (786 B 
> at 3.0 KB/sec)
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml 
> (792 B at 5.7 KB/sec)
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml 
> (791 B at 2.4 KB/sec)
> Downloading: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
> Downloaded: 
> https://repository.apache.org/content/repositories/snapshots/org/apach
> e/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml 

Build failed in Jenkins: xmlgraphics-fop #18

2016-03-30 Thread Apache Jenkins Server
See 

Changes:

[ssteiner] Re-enable PDF test

--
[...truncated 2966 lines...]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ fop-sandbox 
---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.jar
[INFO] Installing 
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.14:checkstyle (default-cli) @ fop-sandbox 
---
[CHECKSTYLE] Parsing file 

[CHECKSTYLE] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Ignore new warnings since this is the first valid build
[CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
[CHECKSTYLE] Computing warning deltas based on reference build #17
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.5:findbugs (default-cli) @ fop-sandbox ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in 

[FINDBUGS] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[FINDBUGS] Ignore new warnings since this is the first valid build
[FINDBUGS] Plug-in Result: Success - no threshold has been exceeded
[FINDBUGS] Computing warning deltas based on reference build #17
[INFO] 
[INFO] 
[INFO] Building Apache FOP Servlet 2.2.0-SNAPSHOT
[INFO] 
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
 (781 B at 1.0 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
 (783 B at 5.7 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
 (786 B at 6.2 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (792 B at 5.5 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (791 B at 7.0 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (788 B at 7.6 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
 (787 B at 6.7 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (790 B at 5.9 KB/sec)
Downloading: 

Re: svn commit: r1736460 - /xmlgraphics/fop/trunk/fop-core/pom.xml

2016-03-30 Thread Glenn Adams
Thanks for fixing. I haven't had a chance to work on the site phase, but
will do so ASAP.

On Wed, Mar 30, 2016 at 1:56 AM, Chris Bowditch 
wrote:

> The site phase currently appears to be broken. Rather than investigate
> that, I moved findBugs into a profile. Which should suit the requirements
> of some people wanting findBugs run as part of install and others not
> wanting it run. Its off by default.
>
> Chris
>
>
> On 29/03/2016 16:33, Chris Bowditch wrote:
>
>> I prefer to know ASAP whether checkstyle or findbugs is broken, and
>> having them in validate/verify phases supports this. Moving them to manual
>> scripts (as was the case previously) is different to other Maven projects
>> I've worked with and seems to encourage introducing new issues. Moving the
>> phase of Findbugs seems like a fair compromise, I'll have a look into that
>> tomorrow. Alternatively I can move FindBugs into its own profile which you
>> have to explicitly enable.
>>
>> Thanks,
>>
>> Chris
>>
>> On 29/03/2016 16:10, Glenn Adams wrote:
>>
>>>
>>>
>>> On Tue, Mar 29, 2016 at 1:59 AM, Simon Steiner <
>>> simonsteiner1...@gmail.com > wrote:
>>>
>>> Hi,
>>>
>>> After this change findbugs is always run for example: mvn clean
>>> install -DskipTests
>>> This doesn’t work on java 8 and takes much longer to run.
>>>
>>>
>>> I agree with Simon. It is preferable to explicitly specify a findbugs
>>> goal when performing compile or install. The more standard process is to
>>> have findbugs run automatically when running the site phase.
>>>
>>>
>>> Thanks
>>>
>>> -Original Message-
>>> From: cbowdi...@apache.org 
>>> [mailto:cbowdi...@apache.org ]
>>> Sent: 24 March 2016 16:17
>>> To: fop-comm...@xmlgraphics.apache.org
>>> 
>>> Subject: svn commit: r1736460 -
>>> /xmlgraphics/fop/trunk/fop-core/pom.xml
>>>
>>> Author: cbowditch
>>> Date: Thu Mar 24 16:16:47 2016
>>> New Revision: 1736460
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1736460=rev
>>> Log:
>>> Avoid the need to run checkstyle and findbugs separately and
>>> integrate them into the build process; checkstyle runs in validate
>>> (pre-compile) phase and findbugs runs in verify (post-compile) phase
>>>
>>> Modified:
>>> xmlgraphics/fop/trunk/fop-core/pom.xml
>>>
>>> Modified: xmlgraphics/fop/trunk/fop-core/pom.xml
>>> URL:
>>>
>>> http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop-core/pom.xml?rev=1736460=1736459=1736460=diff
>>>
>>> ==
>>> --- xmlgraphics/fop/trunk/fop-core/pom.xml (original)
>>> +++ xmlgraphics/fop/trunk/fop-core/pom.xml Thu Mar 24 16:16:47 2016
>>> @@ -300,6 +300,7 @@
>>>
>>>
>>>
>>> + org.apache.maven.plugins
>>> maven-checkstyle-plugin
>>>  
>>>
>>> ${project.baseUri}src/tools/resources/checkstyle/checkstyle.xml
>>> @@ -311,6 +312,15 @@
>>>
>>> ${project.baseUri}src/tools/resources/checkstyle/suppressions.xml
>>>  warning
>>>  
>>> +
>>> +  
>>> +validate
>>> +validate
>>> +
>>> +  check
>>> +
>>> +  
>>> +
>>>
>>>
>>>
>>> @@ -322,6 +332,15 @@
>>>Max
>>>Low
>>>  
>>> +
>>> +  
>>> +verify
>>> +verify
>>> +
>>> +  check
>>> +
>>> +  
>>> +
>>>
>>>  
>>>  
>>>
>>>
>>>
>>> -
>>> To unsubscribe, e-mail:
>>> fop-commits-unsubscr...@xmlgraphics.apache.org
>>> 
>>> For additional commands, e-mail:
>>> fop-commits-h...@xmlgraphics.apache.org
>>> 
>>>
>>>
>>>
>>>
>>
>>
>>
>


Build failed in Jenkins: xmlgraphics-fop #19

2016-03-30 Thread Apache Jenkins Server
See 

--
[...truncated 2966 lines...]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ fop-sandbox 
---
[INFO] Installing 

 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.jar
[INFO] Installing 
 to 
/home/jenkins/jenkins-slave/maven-repositories/0/org/apache/xmlgraphics/fop-sandbox/2.2.0-SNAPSHOT/fop-sandbox-2.2.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.14:checkstyle (default-cli) @ fop-sandbox 
---
[CHECKSTYLE] Parsing file 

[CHECKSTYLE] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Ignore new warnings since this is the first valid build
[CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
[CHECKSTYLE] Computing warning deltas based on reference build #18
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.5:findbugs (default-cli) @ fop-sandbox ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis
[FINDBUGS] Finding all files that match the pattern findbugsXml.xml
[FINDBUGS] Parsing 1 file in 

[FINDBUGS] Successfully parsed file 

 of module Apache FOP Sandbox with 0 unique warnings and 0 duplicates.
[FINDBUGS] Ignore new warnings since this is the first valid build
[FINDBUGS] Plug-in Result: Success - no threshold has been exceeded
[FINDBUGS] Computing warning deltas based on reference build #18
[INFO] 
[INFO] 
[INFO] Building Apache FOP Servlet 2.2.0-SNAPSHOT
[INFO] 
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-all/1.9.0-SNAPSHOT/maven-metadata.xml
 (781 B at 1.9 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-codec/1.9.0-SNAPSHOT/maven-metadata.xml
 (783 B at 4.1 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-gui-util/1.9.0-SNAPSHOT/maven-metadata.xml
 (786 B at 2.3 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (792 B at 5.2 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-svgrasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (791 B at 8.4 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-rasterizer/1.9.0-SNAPSHOT/maven-metadata.xml
 (788 B at 4.2 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-slideshow/1.9.0-SNAPSHOT/maven-metadata.xml
 (787 B at 6.5 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/xmlgraphics/batik-squiggle-ext/1.9.0-SNAPSHOT/maven-metadata.xml
 (790 B at 4.1 KB/sec)
Downloading: 

[jira] [Commented] (FOP-2597) Allow hyphenation file without extension

2016-03-30 Thread Glenn Adams (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15218176#comment-15218176
 ] 

Glenn Adams commented on FOP-2597:
--

I have some doubts as to the wisdom of using 'type' attribute name rather than, 
say, 'extension' or 'ext', the reason being that type is generally understood 
(in most XML, W3C, etc contexts) as meaning MIME type, which for the shown 
example, would require a value of text/xml or application/xml.

> Allow hyphenation file without extension
> 
>
> Key: FOP-2597
> URL: https://issues.apache.org/jira/browse/FOP-2597
> Project: FOP
>  Issue Type: Bug
>Reporter: simon steiner
>Assignee: simon steiner
>
> If downloading file from a server file extension may not be in uri so add 
> type argument to specify file format
> lang/fr.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)