Re: [mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-06-08 Thread Karl Heinz Marbaise

Hi Benson,

there is an option to use short path names:

http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/assemble-mojo.html#useWildcardClassPath

Will that help?

Kind regards
Karl-Heinz Marbaise

On 6/7/14 11:17 PM, Benson Margulies (JIRA) wrote:

Benson Margulies

*created* an issue

Mojo's AppAssembler Maven Plugin
 / Improvement
 MAPPASM-231

Use manifest-only jars for classpath


Issue Type: Improvement Improvement
Assignee:   Unassigned
Created:07/Jun/14 4:16 PM
Priority:   Major Major
Reporter:   Benson Margulies


All the messes with Windows pathname limitations and the ordering
problems with wildcards could be eliminated by a manifest-only jar.



-
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




Re: [mojo-dev] Why does someone want to deprecate the assemble goal of the appassembler plugin?

2014-06-08 Thread Karl Heinz Marbaise

Hi Benson,

> khmarbaise marked the 'assemble' goal deprecated. Why? It's extremely

useful to set up command-lines -- completely non-daemon, non-jsw
daemons.


The revision (15651) your are talking about was only reformatted the 
source code in the revisions before the deprecated was already there ...


If you take a look deeper into the history you will find the lines:

  1786   kristian
  9002   sherriff //@deprecated Use the generate-daemons goal instead
  9002   sherriff

I think we should remove the depcreated marker cause it does not make sense.

Kind regards
Karl-Heinz Marbaise




-
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MOJO-2014) Project Build Filters Ignored

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise assigned an issue to Karl-Heinz Marbaise











 






 Mojo /  MOJO-2014



  Project Build Filters Ignored 










Change By:

 Karl-Heinz Marbaise




Assignee:

 Karl-Heinz Marbaise












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MOJO-2014) Project Build Filters Ignored

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise updated an issue











 






 Mojo /  MOJO-2014



  Project Build Filters Ignored 










Change By:

 Karl-Heinz Marbaise




Fix Version/s:

 templating-maven-plugin-1.0-alpha-4












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MOJO-2014) Project Build Filters Ignored

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise closed an issue as Fixed











 







Patch applied. Done in r19788.









 Mojo /  MOJO-2014



  Project Build Filters Ignored 










Change By:

 Karl-Heinz Marbaise




Resolution:

 Fixed




Status:

 Open Closed












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MOJO-2005) Make properties read with properties-maven-plugin available to other plugins

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise closed an issue as Not A Bug











 







If i understand the conversation correctly this is no bug. If my assumption is wrong don't hesitate to reopen the issue.









 Mojo /  MOJO-2005



  Make properties read with properties-maven-plugin available to other plugins 










Change By:

 Karl-Heinz Marbaise




Resolution:

 Not A Bug




Status:

 Open Closed












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




Re: [mojo-dev] Why does someone want to deprecate the assemble goal of the appassembler plugin?

2014-06-08 Thread Benson Margulies
THanks. In process.

On Sun, Jun 8, 2014 at 5:44 AM, Karl Heinz Marbaise  wrote:
> Hi Benson,
>
>
>> khmarbaise marked the 'assemble' goal deprecated. Why? It's extremely
>>
>> useful to set up command-lines -- completely non-daemon, non-jsw
>> daemons.
>
>
> The revision (15651) your are talking about was only reformatted the source
> code in the revisions before the deprecated was already there ...
>
> If you take a look deeper into the history you will find the lines:
>
>   1786   kristian
>   9002   sherriff //@deprecated Use the generate-daemons goal instead
>   9002   sherriff
>
> I think we should remove the depcreated marker cause it does not make sense.
>
> Kind regards
> Karl-Heinz Marbaise
>
>
>
>
>
> -
> To unsubscribe from this list, please visit:
>
>http://xircles.codehaus.org/manage_email
>
>

-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




Re: [mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-06-08 Thread Benson Margulies
Wildcards don't preserve jar order. If your classpath ends up with
mutliple jars and the order matters, then you have problems.

On Sun, Jun 8, 2014 at 5:30 AM, Karl Heinz Marbaise  wrote:
> Hi Benson,
>
> there is an option to use short path names:
>
> http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/assemble-mojo.html#useWildcardClassPath
>
> Will that help?
>
> Kind regards
> Karl-Heinz Marbaise
>
> On 6/7/14 11:17 PM, Benson Margulies (JIRA) wrote:
>>
>> Benson Margulies
>> 
>> *created* an issue
>>
>>
>> Mojo's AppAssembler Maven Plugin
>>  / Improvement
>>  MAPPASM-231
>> 
>>
>> Use manifest-only jars for classpath
>> 
>>
>> Issue Type: Improvement Improvement
>> Assignee:   Unassigned
>> Created:07/Jun/14 4:16 PM
>> Priority:   Major Major
>> Reporter:   Benson Margulies
>> 
>>
>>
>> All the messes with Windows pathname limitations and the ordering
>> problems with wildcards could be eliminated by a manifest-only jar.
>>
>
> -
> To unsubscribe from this list, please visit:
>
>http://xircles.codehaus.org/manage_email
>
>

-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




Re: [mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-06-08 Thread Karl Heinz Marbaise

Hi Benson,

> Wildcards don't preserve jar order. If your classpath ends up with

mutliple jars and the order matters, then you have problems.


Of course. In such cases you need to control the order...

Kind regards
Karl-Heinz Marbaise



On Sun, Jun 8, 2014 at 5:30 AM, Karl Heinz Marbaise  wrote:

Hi Benson,

there is an option to use short path names:

http://mojo.codehaus.org/appassembler/appassembler-maven-plugin/assemble-mojo.html#useWildcardClassPath

Will that help?

Kind regards
Karl-Heinz Marbaise

On 6/7/14 11:17 PM, Benson Margulies (JIRA) wrote:


 Benson Margulies

*created* an issue


Mojo's AppAssembler Maven Plugin
 / Improvement
 MAPPASM-231


Use manifest-only jars for classpath


Issue Type: Improvement Improvement
Assignee:   Unassigned
Created:07/Jun/14 4:16 PM
Priority:   Major Major
Reporter:   Benson Margulies



All the messes with Windows pathname limitations and the ordering
problems with wildcards could be eliminated by a manifest-only jar.


-
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-06-08 Thread Benson Margulies (JIRA)
Title: Message Title










 

 Benson Margulies commented on an issue











 






  Re: Use manifest-only jars for classpath 










http://www.mkyong.com/maven/how-to-create-a-manifest-file-with-maven/












   

 Add Comment











 













 Mojo's AppAssembler Maven Plugin /  MAPPASM-231



  Use manifest-only jars for classpath 







 All the messes with Windows pathname limitations and the ordering problems with wildcards could be eliminated by a manifest-only jar.   That is, the plugin can create a jar file consisting only of META-INF/MANIFEST.MF, with entries for Class-Path: and Main-Class:, and then set up the script to run java -jar on it. 















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MAPPASM-231) Use manifest-only jars for classpath

2014-06-08 Thread Benson Margulies (JIRA)
Title: Message Title










 

 Benson Margulies edited a comment on an issue











 






  Re: Use manifest-only jars for classpath 









 http://www.mkyong.com/maven/how-to-create-a-manifest-file-with-maven/ just for background.












   

 Add Comment











 













 Mojo's AppAssembler Maven Plugin /  MAPPASM-231



  Use manifest-only jars for classpath 







 All the messes with Windows pathname limitations and the ordering problems with wildcards could be eliminated by a manifest-only jar.   That is, the plugin can create a jar file consisting only of META-INF/MANIFEST.MF, with entries for Class-Path: and Main-Class:, and then set up the script to run java -jar on it. 















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-94) Running

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise commented on an issue











 






  Re: Running  










Can you explain why are you using such an extremly old version of maven-surefire-plugin ? Current version is 2.17...












   

 Add Comment











 













 Mojo's SQL Maven Plugin /  MSQL-94



  Running  







 running this maven-surefire-plugin:         org.apache.maven.plugins     maven-surefire-plugin     2.6       never            org.apache.maven<...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-97) Java 5 Annotations

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise created an issue











 






 Mojo's SQL Maven Plugin /  MSQL-97



  Java 5 Annotations 










Issue Type:

  Improvement




Affects Versions:


 1.6




Assignee:


 Unassigned




Created:


 08/Jun/14 8:04 AM




Priority:

  Minor




Reporter:

 Karl-Heinz Marbaise












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

[mojo-dev] [jira] (MSQL-98) Upgrade version 33 of Mojo parent.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise created an issue











 






 Mojo's SQL Maven Plugin /  MSQL-98



  Upgrade version 33 of Mojo parent. 










Issue Type:

  Improvement




Assignee:


 Unassigned




Created:


 08/Jun/14 8:05 AM




Priority:

  Minor




Reporter:

 Karl-Heinz Marbaise












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-99) Removed deprecated marked entries in the code.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise created an issue











 






 Mojo's SQL Maven Plugin /  MSQL-99



  Removed deprecated marked entries in the code. 










Issue Type:

  Improvement




Assignee:


 Unassigned




Created:


 08/Jun/14 8:07 AM




Priority:

  Minor




Reporter:

 Karl-Heinz Marbaise












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-99) Removed deprecated marked entries in the code.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise updated an issue











 






 Mojo's SQL Maven Plugin /  MSQL-99



  Removed deprecated marked entries in the code. 










Change By:

 Karl-Heinz Marbaise









 currently enableBlockMode is the only one which is marked deprecated.












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-98) Upgrade version 33 of Mojo parent.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise updated an issue











 






 Mojo's SQL Maven Plugin /  MSQL-98



  Upgrade version 33 of Mojo parent. 










Change By:

 Karl-Heinz Marbaise




Fix Version/s:

 1.6












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-98) Upgrade version 33 of Mojo parent.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise assigned an issue to Karl-Heinz Marbaise











 






 Mojo's SQL Maven Plugin /  MSQL-98



  Upgrade version 33 of Mojo parent. 










Change By:

 Karl-Heinz Marbaise




Assignee:

 Karl-Heinz Marbaise












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] [jira] (MSQL-98) Upgrade version 33 of Mojo parent.

2014-06-08 Thread Karl-Heinz Marbaise (JIRA)
Title: Message Title










 

 Karl-Heinz Marbaise closed an issue as Fixed











 







Fixed in r19789.









 Mojo's SQL Maven Plugin /  MSQL-98



  Upgrade version 33 of Mojo parent. 










Change By:

 Karl-Heinz Marbaise




Resolution:

 Fixed




Status:

 Open Closed












   

 Add Comment











 










 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




Re: [mojo-dev] Why does someone want to deprecate the assemble goal of the appassembler plugin?

2014-06-08 Thread Trygve Laugstøl
On Sun, Jun 08, 2014 at 11:44:33AM +0200, Karl Heinz Marbaise wrote:
> Hi Benson,
> 
> > khmarbaise marked the 'assemble' goal deprecated. Why? It's extremely
> >useful to set up command-lines -- completely non-daemon, non-jsw
> >daemons.
> 
> The revision (15651) your are talking about was only reformatted the source
> code in the revisions before the deprecated was already there ...
> 
> If you take a look deeper into the history you will find the lines:
> 
>   1786   kristian
>   9002   sherriff //@deprecated Use the generate-daemons goal instead
>   9002   sherriff
> 
> I think we should remove the depcreated marker cause it does not make sense.

The generate-daemons goal was supposed to be a complete replacement of the 
assemble goal, and it actually is. However, it's more complicated to use (more 
configuration for the same result) so I'm +1 for un-deprecating it.

-- 
Trygve

-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[mojo-dev] Re: [VOTE] Mojo Exec Maven Plugin - Release 1.3.1

2014-06-08 Thread Dan Tran
This vote has passed with lazy consensus,

I will continue to promote it to Maven Central and send out announcement
later.

Thanks

-Dan



On Thu, Jun 5, 2014 at 1:21 AM, Dan Tran  wrote:

>
> Hi
>
> Hi,
>
> I'd like to release version 1.3.1 of Mojo's Exec Maven Plugin.
>
> We solved 5 issues:
> *http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11240&version=20347
> *
>
>
>
> Staging Repositories:
> General:  https://nexus.codehaus.org/content/groups/staging/
> Exclusive: 
> *https://nexus.codehaus.org/content/repositories/orgcodehausmojo-1098
> *
>
> (Staging) Site:
> http://mojo.codehaus.org/exec-maven-plugin/
>
> SCM Tag:
> http://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.3.1/
> 
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> The vote is open for 72 hours and will succeed by lazy consensus.
>
> Kind regards
> Dan
>